diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-06 18:15:24 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-06 18:15:24 +0000 |
commit | bd03804ba167fd5b6f65ae1b4de64568c9e6d02b (patch) | |
tree | 4cbbdec0afcb3c3f7a1d6083f798b15c7e66a935 /dev-perl/Variable-Magic | |
parent | Version bump KDE 4.3.2 (diff) | |
download | gentoo-2-bd03804ba167fd5b6f65ae1b4de64568c9e6d02b.tar.gz gentoo-2-bd03804ba167fd5b6f65ae1b4de64568c9e6d02b.tar.bz2 gentoo-2-bd03804ba167fd5b6f65ae1b4de64568c9e6d02b.zip |
Version bump
(Portage version: 2.2_rc43/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.38.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog index 79f3bfab126e..f992a0ad188a 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.16 2009/09/07 07:52:53 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.17 2009/10/06 18:15:24 tove Exp $ + +*Variable-Magic-0.38 (06 Oct 2009) + + 06 Oct 2009; Torsten Veller <tove@gentoo.org> +Variable-Magic-0.38.ebuild: + Version bump 07 Sep 2009; Torsten Veller <tove@gentoo.org> -Variable-Magic-0.35.ebuild, -Variable-Magic-0.36.ebuild: diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.38.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.38.ebuild new file mode 100644 index 000000000000..e0ec6220ba0f --- /dev/null +++ b/dev-perl/Variable-Magic/Variable-Magic-0.38.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.38.ebuild,v 1.1 2009/10/06 18:15:24 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 |