summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-01-19 09:47:45 +0000
committerTorsten Veller <tove@gentoo.org>2009-01-19 09:47:45 +0000
commit8a7bf6b6ae0dec881dce4a4982fbdf06a186c278 (patch)
treee10e979f9bf64f51f8bc6d5c6cf3680c32fc3d10 /dev-perl/Variable-Magic
parentVersion bump of development version, remove old. (diff)
downloadgentoo-2-8a7bf6b6ae0dec881dce4a4982fbdf06a186c278.tar.gz
gentoo-2-8a7bf6b6ae0dec881dce4a4982fbdf06a186c278.tar.bz2
gentoo-2-8a7bf6b6ae0dec881dce4a4982fbdf06a186c278.zip
Version bump
(Portage version: 2.2_rc22/cvs/Linux 2.6.28-tuxonice i686)
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.27.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog
index 663aba583f89..c928663f57b9 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.1 2009/01/15 10:33:46 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.2 2009/01/19 09:47:45 tove Exp $
+
+*Variable-Magic-0.27 (19 Jan 2009)
+
+ 19 Jan 2009; Torsten Veller <tove@gentoo.org> +Variable-Magic-0.27.ebuild:
+ Version bump
*Variable-Magic-0.26 (15 Jan 2009)
diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.27.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.27.ebuild
new file mode 100644
index 000000000000..049ef93a1fe2
--- /dev/null
+++ b/dev-perl/Variable-Magic/Variable-Magic-0.27.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 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.27.ebuild,v 1.1 2009/01/19 09:47:45 tove Exp $
+
+MODULE_AUTHOR=VPIT
+inherit perl-module
+
+DESCRIPTION="Associate user-defined magic to variables from Perl"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
+
+SRC_TEST=do