polynomial-c 14/06/02 21:54:30 Modified: ChangeLog mercurial-3.0.1.ebuild Log: Added po fixes for >=gettext-0.19 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.148 dev-vcs/mercurial/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.148&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.148&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?r1=1.147&r2=1.148 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v retrieving revision 1.147 retrieving revision 1.148 diff -u -r1.147 -r1.148 --- ChangeLog 2 Jun 2014 06:59:28 -0000 1.147 +++ ChangeLog 2 Jun 2014 21:54:30 -0000 1.148 @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/mercurial # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.147 2014/06/02 06:59:28 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.148 2014/06/02 21:54:30 polynomial-c Exp $ + + 02 Jun 2014; Lars Wendler <[email protected]> mercurial-3.0.1.ebuild, + +files/mercurial-3.0.1-po_fixes.patch: + Added po fixes for >=gettext-0.19. *mercurial-3.0.1 (02 Jun 2014) 1.2 dev-vcs/mercurial/mercurial-3.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-3.0.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-3.0.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-3.0.1.ebuild?r1=1.1&r2=1.2 Index: mercurial-3.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.0.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mercurial-3.0.1.ebuild 2 Jun 2014 06:59:28 -0000 1.1 +++ mercurial-3.0.1.ebuild 2 Jun 2014 21:54:30 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.0.1.ebuild,v 1.1 2014/06/02 06:59:28 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.0.1.ebuild,v 1.2 2014/06/02 21:54:30 polynomial-c Exp $ EAPI=5 @@ -28,6 +28,8 @@ SITEFILE="70${PN}-gentoo.el" +PATCHES=( "${FILESDIR}/${P}-po_fixes.patch" ) + python_prepare_all() { # fix up logic that won't work in Gentoo Prefix (also won't outside in # certain cases), bug #362891
