diff options
author | Torsten Veller <tove@gentoo.org> | 2011-10-29 18:23:55 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-10-29 18:23:55 +0000 |
commit | 5ea7e465e5abaf590fb9c5a7b9695833e03d9c27 (patch) | |
tree | 36e2d29564ed4725a6d81afad0eab105c3a20d1c /dev-perl/Variable-Magic | |
parent | Version bump. The new version introduces a lot of fixes. (diff) | |
download | historical-5ea7e465e5abaf590fb9c5a7b9695833e03d9c27.tar.gz historical-5ea7e465e5abaf590fb9c5a7b9695833e03d9c27.tar.bz2 historical-5ea7e465e5abaf590fb9c5a7b9695833e03d9c27.zip |
[bump] dev-perl/Variable-Magic-0.470.0
Package-Manager: portage-2.2.0_alpha71/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Variable-Magic')
-rw-r--r-- | dev-perl/Variable-Magic/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.470.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 098066883ca0..ade3c176e14c 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.39 2011/09/24 13:12:48 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.40 2011/10/29 18:23:55 tove Exp $ + +*Variable-Magic-0.470.0 (29 Oct 2011) + + 29 Oct 2011; Torsten Veller <tove@gentoo.org> +Variable-Magic-0.470.0.ebuild: + Version bump 24 Sep 2011; Fabian Groffen <grobian@gentoo.org> Variable-Magic-0.460.0.ebuild: diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.470.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.470.0.ebuild new file mode 100644 index 000000000000..0a5c810a5e8f --- /dev/null +++ b/dev-perl/Variable-Magic/Variable-Magic-0.470.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 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.470.0.ebuild,v 1.1 2011/10/29 18:23:55 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=VPIT +MODULE_VERSION=0.47 +inherit perl-module + +DESCRIPTION="Associate user-defined magic to variables from Perl" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x64-macos" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do |