axs 14/08/26 16:00:10 Modified: ChangeLog Added: Package-Variant-1.1.2-r1.ebuild Removed: Package-Variant-1.1.2.ebuild Log: bumped EAPI to 5 to help with dev-lang/perl upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.3 dev-perl/Package-Variant/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Variant/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Variant/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Variant/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Package-Variant/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 20 Jul 2013 17:37:00 -0000 1.2 +++ ChangeLog 26 Aug 2014 16:00:10 -0000 1.3 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Package-Variant -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Variant/ChangeLog,v 1.2 2013/07/20 17:37:00 grobian Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Variant/ChangeLog,v 1.3 2014/08/26 16:00:10 axs Exp $ + +*Package-Variant-1.1.2-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +Package-Variant-1.1.2-r1.ebuild, -Package-Variant-1.1.2.ebuild: + bumped EAPI to 5 to help with dev-lang/perl upgrade 20 Jul 2013; Fabian Groffen <[email protected]> Package-Variant-1.1.2.ebuild: Added Prefix keywords, bug #437522 1.1 dev-perl/Package-Variant/Package-Variant-1.1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Variant/Package-Variant-1.1.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Variant/Package-Variant-1.1.2-r1.ebuild?rev=1.1&content-type=text/plain Index: Package-Variant-1.1.2-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Variant/Package-Variant-1.1.2-r1.ebuild,v 1.1 2014/08/26 16:00:10 axs Exp $ EAPI=5 MODULE_AUTHOR=PHAYLON MODULE_VERSION=1.001002 inherit perl-module DESCRIPTION="Parameterizable packages" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-solaris" IUSE="test" RDEPEND=" >=dev-perl/strictures-1.0.0 >=dev-perl/Module-Runtime-0.13.0 >=dev-perl/Import-Into-1.0.0 " DEPEND="${RDEPEND} test? ( dev-perl/Test-Fatal ) " SRC_TEST=do
