jer 14/06/08 23:21:34 Modified: ChangeLog pinfo-0.6.10-r4.ebuild Log: Add gettext-0.19 compatibility patch by zimous (bug #512764). (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.78 app-text/pinfo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pinfo/ChangeLog?rev=1.78&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pinfo/ChangeLog?rev=1.78&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pinfo/ChangeLog?r1=1.77&r2=1.78 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- ChangeLog 13 Apr 2013 16:42:27 -0000 1.77 +++ ChangeLog 8 Jun 2014 23:21:34 -0000 1.78 @@ -1,6 +1,10 @@ # ChangeLog for app-text/pinfo -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.77 2013/04/13 16:42:27 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.78 2014/06/08 23:21:34 jer Exp $ + + 08 Jun 2014; Jeroen Roovers <[email protected]> pinfo-0.6.10-r4.ebuild, + +files/pinfo-0.6.10-gettext-0.19.patch: + Add gettext-0.19 compatibility patch by zimous (bug #512764). 13 Apr 2013; Jeroen Roovers <[email protected]> -pinfo-0.6.10-r3.ebuild: Old. 1.11 app-text/pinfo/pinfo-0.6.10-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r4.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r4.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r4.ebuild?r1=1.10&r2=1.11 Index: pinfo-0.6.10-r4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r4.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pinfo-0.6.10-r4.ebuild 13 Apr 2013 07:34:17 -0000 1.10 +++ pinfo-0.6.10-r4.ebuild 8 Jun 2014 23:21:34 -0000 1.11 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r4.ebuild,v 1.10 2013/04/13 07:34:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r4.ebuild,v 1.11 2014/06/08 23:21:34 jer Exp $ EAPI=5 inherit eutils flag-o-matic @@ -35,7 +35,8 @@ "${FILESDIR}"/${PN}-0.6.10-version.patch \ "${FILESDIR}"/${PN}-0.6.10-info-suffix.patch \ "${FILESDIR}"/${PN}-0.6.10-dir-file.patch \ - "${FILESDIR}"/${PN}-0.6.10-tinfo.patch + "${FILESDIR}"/${PN}-0.6.10-tinfo.patch \ + "${FILESDIR}"/${PN}-0.6.10-gettext-0.19.patch # autoconf does not work as expected ./autogen.sh || die
