summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-24 08:27:48 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-24 08:27:48 +0000
commit74e55732ca7eec240d991789b4a82a8dc5cc1d68 (patch)
treec7a9d6c4158a70249d05fb5648b444da7918be81 /dev-perl
parentx86 stable wrt bug #351668 (diff)
downloadgentoo-2-74e55732ca7eec240d991789b4a82a8dc5cc1d68.tar.gz
gentoo-2-74e55732ca7eec240d991789b4a82a8dc5cc1d68.tar.bz2
gentoo-2-74e55732ca7eec240d991789b4a82a8dc5cc1d68.zip
Version bump
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-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