mattst88 15/05/20 04:48:59 Modified: ExtUtils-InstallPaths-0.10.0.ebuild ChangeLog Log: Added ~alpha, bug 548352. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.6 dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild?r1=1.5&r2=1.6 Index: ExtUtils-InstallPaths-0.10.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ExtUtils-InstallPaths-0.10.0.ebuild 3 May 2015 08:25:26 -0000 1.5 +++ ExtUtils-InstallPaths-0.10.0.ebuild 20 May 2015 04:48:59 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v 1.5 2015/05/03 08:25:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild,v 1.6 2015/05/20 04:48:59 mattst88 Exp $ EAPI=5 MODULE_AUTHOR=LEONT MODULE_VERSION=0.010 @@ -9,7 +9,7 @@ DESCRIPTION='Build.PL install path logic made easy' LICENSE=" || ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="test" DEPEND=" 1.6 dev-perl/ExtUtils-InstallPaths/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 3 May 2015 08:25:26 -0000 1.5 +++ ChangeLog 20 May 2015 04:48:59 -0000 1.6 @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/ExtUtils-InstallPaths # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v 1.5 2015/05/03 08:25:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-InstallPaths/ChangeLog,v 1.6 2015/05/20 04:48:59 mattst88 Exp $ + + 20 May 2015; Matt Turner <[email protected]> + ExtUtils-InstallPaths-0.10.0.ebuild: + Added ~alpha, bug 548352. 03 May 2015; Jeroen Roovers <[email protected]> ExtUtils-InstallPaths-0.10.0.ebuild:
