diff options
author | Torsten Veller <tove@gentoo.org> | 2012-11-12 19:34:12 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-11-12 19:34:12 +0000 |
commit | d204355f66c275f57eb93c79be469c454195b4a3 (patch) | |
tree | a6a6809178f437c07c7df5d7e27072b0e97205c9 | |
parent | [bump] dev-perl/strictures-1.4.3 (diff) | |
download | gentoo-2-d204355f66c275f57eb93c79be469c454195b4a3.tar.gz gentoo-2-d204355f66c275f57eb93c79be469c454195b4a3.tar.bz2 gentoo-2-d204355f66c275f57eb93c79be469c454195b4a3.zip |
[bump] dev-perl/Variable-Magic-0.520.0
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
-rw-r--r-- | dev-perl/Variable-Magic/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.520.0.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog index a97fd093c4ae..8f45d096b9a0 100644 --- a/dev-perl/Variable-Magic/ChangeLog +++ b/dev-perl/Variable-Magic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Variable-Magic # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.52 2012/10/02 01:14:27 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.53 2012/11/12 19:34:12 tove Exp $ + +*Variable-Magic-0.520.0 (12 Nov 2012) + + 12 Nov 2012; Torsten Veller <tove@gentoo.org> +Variable-Magic-0.520.0.ebuild: + Version bump 02 Oct 2012; Anthony G. Basile <blueness@gentoo.org> Variable-Magic-0.500.0.ebuild: diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.520.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.520.0.ebuild new file mode 100644 index 000000000000..b04ca027c84c --- /dev/null +++ b/dev-perl/Variable-Magic/Variable-Magic-0.520.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 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.520.0.ebuild,v 1.1 2012/11/12 19:34:12 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=VPIT +MODULE_VERSION=0.52 +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 |