diff options
author | Torsten Veller <tove@gentoo.org> | 2009-02-20 06:18:55 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-02-20 06:18:55 +0000 |
commit | 660418fd815761526d22fbbdee2a190225eb3134 (patch) | |
tree | 0d1b1b8e63a852a3264e94f1e30aea7e7a58f0ca /dev-perl/Variable-Magic | |
parent | remove bash-completion-config support from eclass, as discussed on gentoo-dev... (diff) | |
download | historical-660418fd815761526d22fbbdee2a190225eb3134.tar.gz historical-660418fd815761526d22fbbdee2a190225eb3134.tar.bz2 historical-660418fd815761526d22fbbdee2a190225eb3134.zip |
Version bump
Package-Manager: portage-2.2_rc23/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.31.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog index b0a9822e0be9..5df963d17bf1 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.5 2009/02/15 07:25:19 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.6 2009/02/20 06:15:08 tove Exp $ + +*Variable-Magic-0.31 (20 Feb 2009) + + 20 Feb 2009; Torsten Veller <tove@gentoo.org> +Variable-Magic-0.31.ebuild: + Version bump *Variable-Magic-0.30 (15 Feb 2009) diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.31.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.31.ebuild new file mode 100644 index 000000000000..23e28ceaacb8 --- /dev/null +++ b/dev-perl/Variable-Magic/Variable-Magic-0.31.ebuild @@ -0,0 +1,20 @@ +# 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.31.ebuild,v 1.1 2009/02/20 06:15:08 tove Exp $ + +MODULE_AUTHOR=VPIT +inherit perl-module + +DESCRIPTION="Associate user-defined magic to variables from Perl" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do |