diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-16 08:13:54 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-16 08:13:54 +0000 |
commit | 0f3dd792f9493297027ca319ad4210bcea319711 (patch) | |
tree | 87d470e6a22b7d9b34e5ba4ed8165f07aaf7ec10 /dev-perl/Variable-Magic | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-0f3dd792f9493297027ca319ad4210bcea319711.tar.gz gentoo-2-0f3dd792f9493297027ca319ad4210bcea319711.tar.bz2 gentoo-2-0f3dd792f9493297027ca319ad4210bcea319711.zip |
Version bump
(Portage version: 2.2_rc33/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.35.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog index 73c05e43516b..61a31d429b97 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.11 2009/05/01 21:15:53 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.12 2009/05/16 08:13:54 tove Exp $ + +*Variable-Magic-0.35 (16 May 2009) + + 16 May 2009; Torsten Veller <tove@gentoo.org> +Variable-Magic-0.35.ebuild: + Version bump 01 May 2009; Torsten Veller <tove@gentoo.org> -Variable-Magic-0.32.ebuild, -Variable-Magic-0.33.ebuild: diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.35.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.35.ebuild new file mode 100644 index 000000000000..93ec5829765c --- /dev/null +++ b/dev-perl/Variable-Magic/Variable-Magic-0.35.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.35.ebuild,v 1.1 2009/05/16 08:13:54 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 |