diff options
author | Torsten Veller <tove@gentoo.org> | 2010-05-19 18:45:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-05-19 18:45:59 +0000 |
commit | b5da19341467ed3c670ac0cdef855eb03c076606 (patch) | |
tree | c746028c322c916e7682e639daabaa4027f75e5e /dev-perl/Variable-Magic | |
parent | x86 stable wrt bug #299574 (diff) | |
download | gentoo-2-b5da19341467ed3c670ac0cdef855eb03c076606.tar.gz gentoo-2-b5da19341467ed3c670ac0cdef855eb03c076606.tar.bz2 gentoo-2-b5da19341467ed3c670ac0cdef855eb03c076606.zip |
Version bump
(Portage version: 2.2_rc67/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.42.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog index d4f80813d9e8..1177dc8a1c30 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.23 2010/04/09 07:24:40 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.24 2010/05/19 18:45:59 tove Exp $ + +*Variable-Magic-0.42 (19 May 2010) + + 19 May 2010; Torsten Veller <tove@gentoo.org> +Variable-Magic-0.42.ebuild: + Version bump 09 Apr 2010; Torsten Veller <tove@gentoo.org> -Variable-Magic-0.39.ebuild, -Variable-Magic-0.40.ebuild: diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.42.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.42.ebuild new file mode 100644 index 000000000000..05c64b97de59 --- /dev/null +++ b/dev-perl/Variable-Magic/Variable-Magic-0.42.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.42.ebuild,v 1.1 2010/05/19 18:45:59 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 |