diff options
author | Torsten Veller <tove@gentoo.org> | 2010-09-26 07:21:29 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-09-26 07:21:29 +0000 |
commit | 736cb26d2641a5dd57c7d65f3bdb0e78a20b1c3a (patch) | |
tree | 49c33f313499675a914ff088332840e02e64811c /dev-perl | |
parent | Add ree18 target. (diff) | |
download | gentoo-2-736cb26d2641a5dd57c7d65f3bdb0e78a20b1c3a.tar.gz gentoo-2-736cb26d2641a5dd57c7d65f3bdb0e78a20b1c3a.tar.bz2 gentoo-2-736cb26d2641a5dd57c7d65f3bdb0e78a20b1c3a.zip |
Version bump
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Variable-Magic/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.44.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog index bbcd7782f8d3..cdd4cba293fe 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.26 2010/07/15 11:31:58 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.27 2010/09/26 07:21:29 tove Exp $ + +*Variable-Magic-0.44 (26 Sep 2010) + + 26 Sep 2010; Torsten Veller <tove@gentoo.org> +Variable-Magic-0.44.ebuild: + Version bump *Variable-Magic-0.43 (15 Jul 2010) diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.44.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.44.ebuild new file mode 100644 index 000000000000..23885e6a0b38 --- /dev/null +++ b/dev-perl/Variable-Magic/Variable-Magic-0.44.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.44.ebuild,v 1.1 2010/09/26 07:21:29 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 |