summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-24 08:31:26 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-24 08:31:26 +0000
commit48f1c5754b6f37bb7ec5b447ba40e89e19d21b8b (patch)
tree36a8521498d77cc8fd3f54180b8661bc40593574 /dev-perl/Variable-Magic
parentx86 stable wrt bug #351943 (diff)
downloadhistorical-48f1c5754b6f37bb7ec5b447ba40e89e19d21b8b.tar.gz
historical-48f1c5754b6f37bb7ec5b447ba40e89e19d21b8b.tar.bz2
historical-48f1c5754b6f37bb7ec5b447ba40e89e19d21b8b.zip
Version bump
Package-Manager: portage-2.2.0_alpha19/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Variable-Magic')
-rw-r--r--dev-perl/Variable-Magic/ChangeLog7
-rw-r--r--dev-perl/Variable-Magic/Variable-Magic-0.460.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog
index 06bf448a9a32..77d9b98e00e4 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.30 2011/01/14 15:45:42 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.31 2011/01/24 08:27:48 tove Exp $
+
+*Variable-Magic-0.460 (24 Jan 2011)
+
+ 24 Jan 2011; Torsten Veller <tove@gentoo.org> +Variable-Magic-0.460.ebuild:
+ Version bump
14 Jan 2011; Torsten Veller <tove@gentoo.org> -Variable-Magic-0.44.ebuild:
Cleanup
diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.460.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.460.ebuild
new file mode 100644
index 000000000000..b15d39bb1fba
--- /dev/null
+++ b/dev-perl/Variable-Magic/Variable-Magic-0.460.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.460.ebuild,v 1.1 2011/01/24 08:27:48 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=VPIT
+MODULE_VERSION=0.46
+inherit perl-module
+
+DESCRIPTION="Associate user-defined magic to variables from Perl"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
+
+SRC_TEST=do