diff options
author | 2013-09-03 02:53:36 +0000 | |
---|---|---|
committer | 2013-09-03 02:53:36 +0000 | |
commit | 8912b42a5a608522f351f4cb9ccef5d9c8a4c7fd (patch) | |
tree | 9e378d7d1fa770259ee7ccccb864c38b1bfbfda2 /dev-perl/Variable-Magic | |
parent | Version bump. (diff) | |
download | gentoo-2-8912b42a5a608522f351f4cb9ccef5d9c8a4c7fd.tar.gz gentoo-2-8912b42a5a608522f351f4cb9ccef5d9c8a4c7fd.tar.bz2 gentoo-2-8912b42a5a608522f351f4cb9ccef5d9c8a4c7fd.zip |
Bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Variable-Magic')
-rw-r--r-- | dev-perl/Variable-Magic/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.530.0.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog index 8e9b4acc70ff..8065ecbf6d95 100644 --- a/dev-perl/Variable-Magic/ChangeLog +++ b/dev-perl/Variable-Magic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Variable-Magic # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.60 2013/08/19 13:58:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.61 2013/09/03 02:53:36 patrick Exp $ + +*Variable-Magic-0.530.0 (03 Sep 2013) + + 03 Sep 2013; Patrick Lauer <patrick@gentoo.org> + +Variable-Magic-0.530.0.ebuild: + Bump 19 Aug 2013; Agostino Sarubbo <ago@gentoo.org> Variable-Magic-0.520.0.ebuild: Stable for ppc, wrt bug #449624 diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.530.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.530.0.ebuild new file mode 100644 index 000000000000..214d43f2d25c --- /dev/null +++ b/dev-perl/Variable-Magic/Variable-Magic-0.530.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 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.ebuild,v 1.1 2013/09/03 02:53:36 patrick Exp $ + +EAPI=4 + +MODULE_AUTHOR=VPIT +MODULE_VERSION=0.53 +inherit perl-module + +DESCRIPTION="Associate user-defined magic to variables from Perl" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix ~x64-macos" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do |