diff options
author | Torsten Veller <tove@gentoo.org> | 2009-02-15 07:25:19 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-02-15 07:25:19 +0000 |
commit | dce3b53f65f48e8984cda2e4f17a67894bc94f63 (patch) | |
tree | 4e86da4281860d66bcc4810ebaf2d3586cda2fc8 /dev-perl/Variable-Magic | |
parent | Version bump (diff) | |
download | gentoo-2-dce3b53f65f48e8984cda2e4f17a67894bc94f63.tar.gz gentoo-2-dce3b53f65f48e8984cda2e4f17a67894bc94f63.tar.bz2 gentoo-2-dce3b53f65f48e8984cda2e4f17a67894bc94f63.zip |
Version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Variable-Magic')
-rw-r--r-- | dev-perl/Variable-Magic/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.30.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog index 757744e5d8e5..b0a9822e0be9 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.4 2009/02/08 19:39:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.5 2009/02/15 07:25:19 tove Exp $ + +*Variable-Magic-0.30 (15 Feb 2009) + + 15 Feb 2009; Torsten Veller <tove@gentoo.org> +Variable-Magic-0.30.ebuild: + Version bump *Variable-Magic-0.29 (08 Feb 2009) diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.30.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.30.ebuild new file mode 100644 index 000000000000..54ade43fa731 --- /dev/null +++ b/dev-perl/Variable-Magic/Variable-Magic-0.30.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.30.ebuild,v 1.1 2009/02/15 07:25:19 tove Exp $ + +MODULE_AUTHOR=VPIT +inherit perl-module + +DESCRIPTION="Associate user-defined magic to variables from Perl" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do |