diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2015-11-18 11:03:47 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2015-11-18 11:03:47 +0300 |
commit | cc773ecd1776610e8789e72415cb48d2d203712b (patch) | |
tree | 90933d9380c35a6a368dc7365e40dfaf5042cfdd /contrib | |
parent | fbc5e4c6f7abb166a5007d2063d82741feecbdeb (diff) | |
download | accel-ppp-cc773ecd1776610e8789e72415cb48d2d203712b.tar.gz accel-ppp-cc773ecd1776610e8789e72415cb48d2d203712b.zip |
contrib: removed unused libnl-9999.ebuild
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gentoo/dev-libs/libnl/libnl-9999.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/gentoo/dev-libs/libnl/libnl-9999.ebuild b/contrib/gentoo/dev-libs/libnl/libnl-9999.ebuild deleted file mode 100644 index 56db00db..00000000 --- a/contrib/gentoo/dev-libs/libnl/libnl-9999.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/polylib/polylib-9999.ebuild,v 1.1 2008/09/21 08:46:58 vapier Exp $ - -EGIT_REPO_URI="git://git.kernel.org/pub/scm/libs/netlink/libnl.git" -EGIT_BOOTSTRAP="eautoreconf" -inherit git autotools eutils - -DESCRIPTION="Netlink library" -HOMEPAGE="http://infradead.org/~tgr/libnl" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_install() { - emake DESTDIR=${D} install || die -} |