diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-11-28 22:37:38 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-11-28 22:37:38 +0000 |
commit | e525cabd00d645f1608644dfec1339b320a18f6c (patch) | |
tree | dcfc6a1fcc5708848f7155acec7a617635549ea5 /sys-devel | |
parent | Cleanup; Version bump, fixes bug #248798 (diff) | |
download | gentoo-2-e525cabd00d645f1608644dfec1339b320a18f6c.tar.gz gentoo-2-e525cabd00d645f1608644dfec1339b320a18f6c.tar.bz2 gentoo-2-e525cabd00d645f1608644dfec1339b320a18f6c.zip |
Fix GNU Info file, bug 249167.
(Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r4 i686)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gettext/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gettext/files/gettext-0.17-gnuinfo.patch | 16 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.17.ebuild | 3 |
3 files changed, 23 insertions, 2 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog index 5087654570e3..7b0f5637fcf6 100644 --- a/sys-devel/gettext/ChangeLog +++ b/sys-devel/gettext/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gettext # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.167 2008/10/17 18:48:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.168 2008/11/28 22:37:38 ulm Exp $ + + 28 Nov 2008; Ulrich Mueller <ulm@gentoo.org> + +files/gettext-0.17-gnuinfo.patch, gettext-0.17.ebuild: + Fix GNU Info file, bug 249167. 17 Oct 2008; Markus Meier <maekke@gentoo.org> metadata.xml: openmp USE-flag is global now diff --git a/sys-devel/gettext/files/gettext-0.17-gnuinfo.patch b/sys-devel/gettext/files/gettext-0.17-gnuinfo.patch new file mode 100644 index 000000000000..243916636fbe --- /dev/null +++ b/sys-devel/gettext/files/gettext-0.17-gnuinfo.patch @@ -0,0 +1,16 @@ +Fix broken Info file produced by texinfo 4.11 +http://bugs.gentoo.org/249167 + +--- gettext-0.17/gettext-tools/doc/gettext.info ++++ gettext-0.17/gettext-tools/doc/gettext.info +@@ -1,7 +1,8 @@ ++This is gettext.info, produced by makeinfo version 4.13 from ++gettext.texi. ++ + INFO-DIR-SECTION GNU Gettext Utilities + START-INFO-DIR-ENTRY +-This is gettext.info, produced by makeinfo version 4.11 from gettext.texi. +- + * gettext: (gettext). GNU gettext utilities. + * autopoint: (gettext)autopoint Invocation. Copy gettext infrastructure. + * envsubst: (gettext)envsubst Invocation. Expand environment variables. diff --git a/sys-devel/gettext/gettext-0.17.ebuild b/sys-devel/gettext/gettext-0.17.ebuild index 3da6cb4f0973..a9e3ee975482 100644 --- a/sys-devel/gettext/gettext-0.17.ebuild +++ b/sys-devel/gettext/gettext-0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild,v 1.13 2008/09/26 22:31:33 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild,v 1.14 2008/11/28 22:37:38 ulm Exp $ inherit flag-o-matic eutils multilib toolchain-funcs mono libtool @@ -30,6 +30,7 @@ src_unpack() { epatch "${FILESDIR}"/${PN}-0.14.2-fix-race.patch #85054 epatch "${FILESDIR}"/${PN}-0.15-expat-no-dlopen.patch #146211 epatch "${FILESDIR}"/${PN}-0.17-open-args.patch #232081 + epatch "${FILESDIR}"/${P}-gnuinfo.patch #249167 # bundled libtool seems to be broken so skip certain rpath tests # http://lists.gnu.org/archive/html/bug-libtool/2005-03/msg00070.html |