diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-01 18:36:32 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-01 18:36:32 +0000 |
commit | 53a7c81457d1b4e6aa3e03e41978a14ebad1800e (patch) | |
tree | 2916e3044fa7d1f5f5e47836c3d2cf3fb022dce5 /dev-perl/Variable-Magic | |
parent | x86 stable wrt bug #525630 (diff) | |
download | gentoo-2-53a7c81457d1b4e6aa3e03e41978a14ebad1800e.tar.gz gentoo-2-53a7c81457d1b4e6aa3e03e41978a14ebad1800e.tar.bz2 gentoo-2-53a7c81457d1b4e6aa3e03e41978a14ebad1800e.zip |
Version bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
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.570.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 8d35c2f522e3..fdc5e0a7b8c1 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.68 2015/03/21 05:58:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.69 2015/07/01 18:36:32 zlogene Exp $ + +*Variable-Magic-0.570.0 (01 Jul 2015) + + 01 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> + +Variable-Magic-0.570.0.ebuild: + Version bump 21 Mar 2015; Jeroen Roovers <jer@gentoo.org> Variable-Magic-0.530.0-r1.ebuild: diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild new file mode 100644 index 000000000000..7c21b0912be2 --- /dev/null +++ b/dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 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.570.0.ebuild,v 1.1 2015/07/01 18:36:32 zlogene Exp $ + +EAPI=5 + +MODULE_AUTHOR=VPIT +MODULE_VERSION=0.57 +inherit perl-module + +DESCRIPTION="Associate user-defined magic to variables from Perl" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~x64-macos" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do |