summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-11-22 15:45:33 +0000
committerJeroen Roovers <jer@gentoo.org>2011-11-22 15:45:33 +0000
commita7d736accd08b1da3fa71fe95b2833bf8a342ff6 (patch)
tree2d2193bf49861060396b42e1238d25b4b28385fc /dev-libs
parentdo not check config-lang.in in pkg_xxx funcs #391369 by Agostino Sarubbo (diff)
downloadgentoo-2-a7d736accd08b1da3fa71fe95b2833bf8a342ff6.tar.gz
gentoo-2-a7d736accd08b1da3fa71fe95b2833bf8a342ff6.tar.bz2
gentoo-2-a7d736accd08b1da3fa71fe95b2833bf8a342ff6.zip
Old.
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libnl/ChangeLog6
-rw-r--r--dev-libs/libnl/libnl-3.2.1.ebuild32
-rw-r--r--dev-libs/libnl/libnl-3.2.2.ebuild32
3 files changed, 5 insertions, 65 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog
index 88977a0d1304..02f93639bd0f 100644
--- a/dev-libs/libnl/ChangeLog
+++ b/dev-libs/libnl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libnl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.57 2011/11/17 16:52:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.58 2011/11/22 15:45:33 jer Exp $
+
+ 22 Nov 2011; Jeroen Roovers <jer@gentoo.org> -libnl-3.2.1.ebuild,
+ -libnl-3.2.2.ebuild:
+ ^
17 Nov 2011; Jeroen Roovers <jer@gentoo.org> libnl-1.1-r2.ebuild,
libnl-3.2.1.ebuild, libnl-3.2.2.ebuild, libnl-3.2.3.ebuild:
diff --git a/dev-libs/libnl/libnl-3.2.1.ebuild b/dev-libs/libnl/libnl-3.2.1.ebuild
deleted file mode 100644
index 724a82f76b74..000000000000
--- a/dev-libs/libnl/libnl-3.2.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.1.ebuild,v 1.4 2011/11/17 16:52:22 jer Exp $
-
-EAPI="4"
-
-inherit eutils multilib autotools-utils
-
-DESCRIPTION="A library for applications dealing with netlink socket"
-HOMEPAGE="http://www.infradead.org/~tgr/libnl/"
-SRC_URI="http://www.infradead.org/~tgr/libnl/files/${P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="static-libs"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PN}-1.1-vlan-header.patch
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
-
- use static-libs || remove_libtool_files
-
- dodoc ChangeLog
-}
diff --git a/dev-libs/libnl/libnl-3.2.2.ebuild b/dev-libs/libnl/libnl-3.2.2.ebuild
deleted file mode 100644
index 8f164ad13eec..000000000000
--- a/dev-libs/libnl/libnl-3.2.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.2.ebuild,v 1.3 2011/11/17 16:52:22 jer Exp $
-
-EAPI="4"
-
-inherit eutils multilib autotools-utils
-
-DESCRIPTION="A library for applications dealing with netlink socket"
-HOMEPAGE="http://www.infradead.org/~tgr/libnl/"
-SRC_URI="http://www.infradead.org/~tgr/libnl/files/${P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="static-libs"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PN}-1.1-vlan-header.patch
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
-
- use static-libs || remove_libtool_files
-
- dodoc ChangeLog
-}