axs 14/08/22 18:30:07 Modified: ChangeLog Added: Variable-Magic-0.530.0-r1.ebuild Removed: Variable-Magic-0.530.0.ebuild Log: bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.66 dev-perl/Variable-Magic/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.66&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.66&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?r1=1.65&r2=1.66 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- ChangeLog 5 Mar 2014 15:29:55 -0000 1.65 +++ ChangeLog 22 Aug 2014 18:30:07 -0000 1.66 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Variable-Magic # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.65 2014/03/05 15:29:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.66 2014/08/22 18:30:07 axs Exp $ + +*Variable-Magic-0.530.0-r1 (22 Aug 2014) + + 22 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +Variable-Magic-0.530.0-r1.ebuild, -Variable-Magic-0.530.0.ebuild: + bumped EAPI to 5; committed directly to stable as no other changes present and + revbump helps stable systems to keep from dieing on perl-5.18 upgrade 05 Mar 2014; Agostino Sarubbo <[email protected]> Variable-Magic-0.530.0.ebuild: Stable for ppc, wrt bug #495500 1.1 dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Variable-Magic-0.530.0-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/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild,v 1.1 2014/08/22 18:30:07 axs Exp $ EAPI=5 MODULE_AUTHOR=VPIT MODULE_VERSION=0.53 inherit perl-module DESCRIPTION="Associate user-defined magic to variables from Perl" SLOT="0" KEYWORDS="amd64 ~arm ppc x86 ~ppc-aix ~x64-macos" IUSE="test" RDEPEND="" DEPEND="${RDEPEND} test? ( dev-perl/Test-Pod dev-perl/Test-Pod-Coverage )" SRC_TEST=do
