summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-06-26 19:06:06 +0000
committerTorsten Veller <tove@gentoo.org>2012-06-26 19:06:06 +0000
commit59ad83bce4b84834dd691b8648900495c8c82594 (patch)
tree9cf7881cfa9dc16d6068de94fb9a783230783906 /dev-perl/Variable-Magic
parentFix compilation with gcc-4.7. Bug #423221 (diff)
downloadgentoo-2-59ad83bce4b84834dd691b8648900495c8c82594.tar.gz
gentoo-2-59ad83bce4b84834dd691b8648900495c8c82594.tar.bz2
gentoo-2-59ad83bce4b84834dd691b8648900495c8c82594.zip
[bump] dev-perl/Variable-Magic-0.500.0
(Portage version: 2.2.0_alpha113/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.500.0.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog
index a9cc5a0d90f7..331fb39495ee 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.45 2012/06/24 12:58:32 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.46 2012/06/26 19:06:06 tove Exp $
+
+*Variable-Magic-0.500.0 (26 Jun 2012)
+
+ 26 Jun 2012; Torsten Veller <tove@gentoo.org> +Variable-Magic-0.500.0.ebuild:
+ Version bump
24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Update CPAN upstream info
diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.500.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.500.0.ebuild
new file mode 100644
index 000000000000..e109216ebede
--- /dev/null
+++ b/dev-perl/Variable-Magic/Variable-Magic-0.500.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.500.0.ebuild,v 1.1 2012/06/26 19:06:06 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=VPIT
+MODULE_VERSION=0.50
+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