diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-28 09:17:48 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-28 09:17:48 +0000 |
commit | e530459fcf0d60add62b631147873aadd0190e69 (patch) | |
tree | b7addfd2e8d99b6c6307078a838f13cca22eb0ae /dev-perl/Variable-Magic | |
parent | Remove mask for app-crypt/heimdal_1.5_pre*. No longer in the tree. (diff) | |
download | historical-e530459fcf0d60add62b631147873aadd0190e69.tar.gz historical-e530459fcf0d60add62b631147873aadd0190e69.tar.bz2 historical-e530459fcf0d60add62b631147873aadd0190e69.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/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.460.0.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog index 5cd0b844c8ea..939aa91b2a37 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.35 2011/08/13 09:09:09 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.36 2011/08/28 09:15:10 tove Exp $ + +*Variable-Magic-0.460.0 (28 Aug 2011) + + 28 Aug 2011; Torsten Veller <tove@gentoo.org> +Variable-Magic-0.460.0.ebuild: + Change version scheme 13 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> Variable-Magic-0.460.ebuild: diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.460.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.460.0.ebuild new file mode 100644 index 000000000000..deef21ef2dca --- /dev/null +++ b/dev-perl/Variable-Magic/Variable-Magic-0.460.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 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.460.0.ebuild,v 1.1 2011/08/28 09:15:10 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=VPIT +MODULE_VERSION=0.46 +inherit perl-module + +DESCRIPTION="Associate user-defined magic to variables from Perl" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do |