diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-05-12 15:24:40 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-05-12 15:24:40 +0000 |
commit | d8966bc159b28da79d05de0ec2c16fd1e5d04a91 (patch) | |
tree | f52b59926ff8da246a348b484b6aebed8742bf60 /dev-libs | |
parent | mask some qt-sql useflags (diff) | |
download | gentoo-2-d8966bc159b28da79d05de0ec2c16fd1e5d04a91.tar.gz gentoo-2-d8966bc159b28da79d05de0ec2c16fd1e5d04a91.tar.bz2 gentoo-2-d8966bc159b28da79d05de0ec2c16fd1e5d04a91.zip |
Version bump.
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libnl/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libnl/files/libnl-3.2.8-doc.patch | 21 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.2.9.ebuild (renamed from dev-libs/libnl/libnl-3.2.8.ebuild) | 9 |
3 files changed, 9 insertions, 29 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index b3cc48a4cb78..bc8a481afc45 100644 --- a/dev-libs/libnl/ChangeLog +++ b/dev-libs/libnl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/libnl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.76 2012/05/01 18:29:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.77 2012/05/12 15:24:40 jer Exp $ + +*libnl-3.2.9 (12 May 2012) + + 12 May 2012; Jeroen Roovers <jer@gentoo.org> -libnl-3.2.8.ebuild, + -files/libnl-3.2.8-doc.patch, +libnl-3.2.9.ebuild: + Version bump. 01 May 2012; Jeroen Roovers <jer@gentoo.org> libnl-3.2.8.ebuild, +files/libnl-3.2.8-doc.patch: diff --git a/dev-libs/libnl/files/libnl-3.2.8-doc.patch b/dev-libs/libnl/files/libnl-3.2.8-doc.patch deleted file mode 100644 index 0389f3d43772..000000000000 --- a/dev-libs/libnl/files/libnl-3.2.8-doc.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/doc/Doxyfile.in -+++ b/doc/Doxyfile.in -@@ -590,7 +590,7 @@ - INPUT = @top_srcdir@/lib \ - @top_srcdir@/src/lib \ - @top_srcdir@/include/netlink \ -- @srcdir@/src -+ @top_srcdir@/src - - # This tag can be used to specify the character encoding of the source files - # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is ---- a/doc/Makefile.am -+++ b/doc/Makefile.am -@@ -1,6 +1,6 @@ - # -*- Makefile -*- - --.PHONY: gendoc api_refs asciidoc -+.PHONY: gendoc api_ref asciidoc - - ASCIIDOCOPTS=-a pygments -a language=c -a icons \ - -a toc2 \ diff --git a/dev-libs/libnl/libnl-3.2.8.ebuild b/dev-libs/libnl/libnl-3.2.9.ebuild index ec223cb5c0d5..47b02fcc1d71 100644 --- a/dev-libs/libnl/libnl-3.2.8.ebuild +++ b/dev-libs/libnl/libnl-3.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.8.ebuild,v 1.3 2012/05/01 18:29:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9.ebuild,v 1.1 2012/05/12 15:24:40 jer Exp $ EAPI=4 inherit autotools eutils multilib @@ -20,12 +20,7 @@ DEPEND=" " src_prepare() { - epatch \ - "${FILESDIR}"/${PN}-1.1-vlan-header.patch - if use doc; then - epatch "${FILESDIR}"/${PN}-3.2.8-doc.patch - eautomake - fi + epatch "${FILESDIR}"/${PN}-1.1-vlan-header.patch } src_configure() { |