civil 14/04/30 14:47:53 Modified: perl-5.18.2.ebuild ChangeLog Log: Add fixes for gentoo-freebsd prefix and freemint prefix. Should fix 464784 and 507182 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xA832680F)
Revision Changes Path 1.4 dev-lang/perl/perl-5.18.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild?r1=1.3&r2=1.4 Index: perl-5.18.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-5.18.2.ebuild 11 Mar 2014 17:01:15 -0000 1.3 +++ perl-5.18.2.ebuild 30 Apr 2014 14:47:53 -0000 1.4 @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild,v 1.3 2014/03/11 17:01:15 civil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.18.2.ebuild,v 1.4 2014/04/30 14:47:53 civil Exp $ EAPI=5 inherit eutils alternatives flag-o-matic toolchain-funcs multilib multiprocessing -PATCH_VER=1 +PATCH_VER=2 PERL_OLDVERSEN="5.18.0 5.18.1" MODULE_AUTHOR=RJBS @@ -20,8 +20,8 @@ SRC_URI=" mirror://cpan/src/5.0/${MY_P}.tar.bz2 mirror://cpan/authors/id/${MODULE_AUTHOR:0:1}/${MODULE_AUTHOR:0:2}/${MODULE_AUTHOR}/${MY_P}.tar.bz2 - mirror://gentoo/${MY_P}-${PATCH_VER}.tar.bz2 - http://dev.gentoo.org/~civil/distfiles/${CATEGORY}/${PN}/${MY_P}-${PATCH_VER}.tar.bz2 + mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.bz2 + http://dev.gentoo.org/~civil/distfiles/${CATEGORY}/${PN}/${MY_P}-patches-${PATCH_VER}.tar.bz2 " HOMEPAGE="http://www.perl.org/" 1.419 dev-lang/perl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.419&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.419&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?r1=1.418&r2=1.419 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v retrieving revision 1.418 retrieving revision 1.419 diff -u -r1.418 -r1.419 --- ChangeLog 11 Mar 2014 17:01:15 -0000 1.418 +++ ChangeLog 30 Apr 2014 14:47:53 -0000 1.419 @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/perl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.418 2014/03/11 17:01:15 civil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.419 2014/04/30 14:47:53 civil Exp $ + + 30 Apr 2014; Vladimir Smirnov +files/eblits/src_prepare-v50180002.eblit, + perl-5.18.2.ebuild: + Add fixes for gentoo-freebsd prefix and freemint prefix. Should fix 464784 and + 507182 11 Mar 2014; Vladimir Smirnov <[email protected]> +files/eblits/src_configure-v50180002.eblit,
