diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-28 09:57:04 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-28 09:57:04 +0000 |
commit | 1c741f1dc1fb0a13ef6cfc44bd43c18afbf52c02 (patch) | |
tree | 0b7c2938304397b66edc10b6a737f7dd75a77254 /dev-perl/UNIVERSAL-require | |
parent | Mask USE=introspection on Darwin, g-ir-tool it has a long way to go before wo... (diff) | |
download | historical-1c741f1dc1fb0a13ef6cfc44bd43c18afbf52c02.tar.gz historical-1c741f1dc1fb0a13ef6cfc44bd43c18afbf52c02.tar.bz2 historical-1c741f1dc1fb0a13ef6cfc44bd43c18afbf52c02.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/UNIVERSAL-require')
-rw-r--r-- | dev-perl/UNIVERSAL-require/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.130.0.ebuild | 17 |
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-perl/UNIVERSAL-require/ChangeLog b/dev-perl/UNIVERSAL-require/ChangeLog index 8a9086e32916..1874425ddc28 100644 --- a/dev-perl/UNIVERSAL-require/ChangeLog +++ b/dev-perl/UNIVERSAL-require/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/UNIVERSAL-require -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-require/ChangeLog,v 1.17 2010/01/14 16:17:50 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-require/ChangeLog,v 1.18 2011/08/28 09:42:21 tove Exp $ + +*UNIVERSAL-require-0.130.0 (28 Aug 2011) + + 28 Aug 2011; Torsten Veller <tove@gentoo.org> + +UNIVERSAL-require-0.130.0.ebuild: + Change version scheme 14 Jan 2010; Fabian Groffen <grobian@gentoo.org> UNIVERSAL-require-0.13.ebuild: diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.130.0.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.130.0.ebuild new file mode 100644 index 000000000000..d3336c20bea1 --- /dev/null +++ b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.130.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.130.0.ebuild,v 1.1 2011/08/28 09:42:21 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MSCHWERN +MODULE_VERSION=0.13 +inherit perl-module + +DESCRIPTION="UNIVERSAL::require - require() modules from a variable" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +SRC_TEST="do" |