diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-10 07:11:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-10 07:11:37 +0000 |
commit | eba1b07569e954f84992cdf6021f0678e97d02a2 (patch) | |
tree | 34e294d9b0bd03bd49f4e6e6cbba32d5d3f528f2 /dev-perl/Variable-Magic | |
parent | *portage-2.2_rc58 (10 Dec 2009) (diff) | |
download | gentoo-2-eba1b07569e954f84992cdf6021f0678e97d02a2.tar.gz gentoo-2-eba1b07569e954f84992cdf6021f0678e97d02a2.tar.bz2 gentoo-2-eba1b07569e954f84992cdf6021f0678e97d02a2.zip |
Version bump
(Portage version: 2.2_rc56/cvs/Linux x86_64)
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.39.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog index 71fce24c8090..d82dee77afad 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.18 2009/10/12 11:27:31 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.19 2009/12/10 07:11:37 tove Exp $ + +*Variable-Magic-0.39 (10 Dec 2009) + + 10 Dec 2009; Torsten Veller <tove@gentoo.org> +Variable-Magic-0.39.ebuild: + Version bump 12 Oct 2009; Torsten Veller <tove@gentoo.org> -Variable-Magic-0.37.ebuild: Cleanup diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.39.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.39.ebuild new file mode 100644 index 000000000000..d3c65d292803 --- /dev/null +++ b/dev-perl/Variable-Magic/Variable-Magic-0.39.ebuild @@ -0,0 +1,21 @@ +# 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.39.ebuild,v 1.1 2009/12/10 07:11:37 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 |