summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-11-22 15:27:36 +0000
committerTorsten Veller <tove@gentoo.org>2010-11-22 15:27:36 +0000
commitd9fe8a0cabedad5f39e2bd28895da708e4949b03 (patch)
tree5d6878244bc1c7777ea3e810eec625e4fd0b58c0 /dev-perl
parentVersion bump (diff)
downloadgentoo-2-d9fe8a0cabedad5f39e2bd28895da708e4949b03.tar.gz
gentoo-2-d9fe8a0cabedad5f39e2bd28895da708e4949b03.tar.bz2
gentoo-2-d9fe8a0cabedad5f39e2bd28895da708e4949b03.zip
Version bump
(Portage version: 2.2.0_alpha4/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.45.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog
index 8ba1026544ef..9cd5381a08d3 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.28 2010/10/20 07:14:15 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.29 2010/11/22 15:27:36 tove Exp $
+
+*Variable-Magic-0.45 (22 Nov 2010)
+
+ 22 Nov 2010; Torsten Veller <tove@gentoo.org> +Variable-Magic-0.45.ebuild:
+ Version bump
20 Oct 2010; Torsten Veller <tove@gentoo.org> -Variable-Magic-0.42.ebuild,
-Variable-Magic-0.43.ebuild:
diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.45.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.45.ebuild
new file mode 100644
index 000000000000..fc0904d97f88
--- /dev/null
+++ b/dev-perl/Variable-Magic/Variable-Magic-0.45.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 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.45.ebuild,v 1.1 2010/11/22 15:27:36 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=VPIT
+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