summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2015-11-18 11:03:47 +0300
committerDmitry Kozlov <xeb@mail.ru>2015-11-18 11:03:47 +0300
commitcc773ecd1776610e8789e72415cb48d2d203712b (patch)
tree90933d9380c35a6a368dc7365e40dfaf5042cfdd
parentfbc5e4c6f7abb166a5007d2063d82741feecbdeb (diff)
downloadaccel-ppp-xebd-cc773ecd1776610e8789e72415cb48d2d203712b.tar.gz
accel-ppp-xebd-cc773ecd1776610e8789e72415cb48d2d203712b.zip
contrib: removed unused libnl-9999.ebuild
-rw-r--r--contrib/gentoo/dev-libs/libnl/libnl-9999.ebuild19
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 56db00d..0000000
--- 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
-}