diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-09-29 14:36:09 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-09-29 14:36:09 +0000 |
commit | 7dfd839476e17e261d6ae2cf641a9c8b25a378ab (patch) | |
tree | afc4f0cd53b7c662f29ba4fca6cd8df02c7e5204 /dev-libs/libnl | |
parent | typo in changelog (diff) | |
download | gentoo-2-7dfd839476e17e261d6ae2cf641a9c8b25a378ab.tar.gz gentoo-2-7dfd839476e17e261d6ae2cf641a9c8b25a378ab.tar.bz2 gentoo-2-7dfd839476e17e261d6ae2cf641a9c8b25a378ab.zip |
Old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-libs/libnl')
-rw-r--r-- | dev-libs/libnl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-1.1.3.ebuild | 48 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.2.21.ebuild | 49 |
3 files changed, 5 insertions, 98 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index a917e62878d1..6f6f8eea872c 100644 --- a/dev-libs/libnl/ChangeLog +++ b/dev-libs/libnl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libnl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.186 2013/09/05 18:29:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.187 2013/09/29 14:36:09 jer Exp $ + + 29 Sep 2013; Jeroen Roovers <jer@gentoo.org> -libnl-1.1.3.ebuild, + -libnl-3.2.21.ebuild: + Old. 05 Sep 2013; Michał Górny <mgorny@gentoo.org> libnl-3.2.22-r2.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/dev-libs/libnl/libnl-1.1.3.ebuild b/dev-libs/libnl/libnl-1.1.3.ebuild deleted file mode 100644 index ee3dffefb1a6..000000000000 --- a/dev-libs/libnl/libnl-1.1.3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.1.3.ebuild,v 1.13 2013/06/02 08:44:22 ago Exp $ - -EAPI=5 -inherit eutils multilib toolchain-funcs - -DESCRIPTION="A collection of libraries providing APIs to netlink protocol based Linux kernel interfaces" -HOMEPAGE="http://www.infradead.org/~tgr/libnl/" -SRC_URI="http://www.infradead.org/~tgr/libnl/files/${P}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="1.1" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="doc" - -DEPEND="doc? ( app-doc/doxygen )" -DOCS=( ChangeLog ) - -src_prepare() { - epatch \ - "${FILESDIR}"/${PN}-1.1-vlan-header.patch \ - "${FILESDIR}"/${PN}-1.1-flags.patch \ - "${FILESDIR}"/${PN}-1.1.3-offsetof.patch - sed -i \ - -e '/@echo/d' \ - Makefile.rules {lib,src,tests}/Makefile || die - sed -i \ - -e 's|-g ||g' \ - Makefile.opts.in || die -} - -src_compile() { - emake AR=$(tc-getAR) - - if use doc ; then - cd "${S}/doc" - emake gendoc || die - fi -} - -src_install() { - default - - if use doc ; then - cd "${S}/doc" - dohtml -r html/* - fi -} diff --git a/dev-libs/libnl/libnl-3.2.21.ebuild b/dev-libs/libnl/libnl-3.2.21.ebuild deleted file mode 100644 index 0ca80ee1233f..000000000000 --- a/dev-libs/libnl/libnl-3.2.21.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.21.ebuild,v 1.14 2013/07/16 16:15:39 jer Exp $ - -EAPI=4 -inherit eutils libtool multilib - -DESCRIPTION="A collection of libraries providing APIs to netlink protocol based Linux kernel interfaces" -HOMEPAGE="http://www.infradead.org/~tgr/libnl/" -SRC_URI=" - http://www.infradead.org/~tgr/${PN}/files/${P}.tar.gz - doc? ( http://www.infradead.org/~tgr/${PN}/files/${PN}-doc-${PV}.tar.gz ) -" -LICENSE="LGPL-2.1 doc? ( GPL-3 ) utils? ( GPL-2 )" -SLOT="3" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="doc static-libs utils" - -DEPEND=" - sys-devel/flex - sys-devel/bison -" - -src_prepare() { - elibtoolize - epatch "${FILESDIR}"/${PN}-1.1-vlan-header.patch - epatch "${FILESDIR}"/${PN}-3.2.20-rtnl_tc_get_ops.patch - epatch "${FILESDIR}"/${PN}-3.2.20-cache-api.patch -} - -src_configure() { - econf \ - --disable-silent-rules \ - $(use_enable static-libs static) \ - $(use_enable utils cli) -} - -src_install() { - default - if use doc; then - dohtml -r \ - -a css,html,js,map,png \ - "${WORKDIR}"/${PN}-doc-${PV}/* - fi - - prune_libtool_files $(usex static-libs --modules --all) - - dodoc ChangeLog -} |