diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-06 07:56:55 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-06 07:56:55 +0000 |
commit | 75f2b13956bc92acbfdefd6ffa2e6a35b740b15f (patch) | |
tree | 6d7435a01f77bdcf124c69012bea7fe9629380cf /perl-core | |
parent | [bump] virtual/perl-ExtUtils-ParseXS-3.20.0 (diff) | |
download | gentoo-2-75f2b13956bc92acbfdefd6ffa2e6a35b740b15f.tar.gz gentoo-2-75f2b13956bc92acbfdefd6ffa2e6a35b740b15f.tar.bz2 gentoo-2-75f2b13956bc92acbfdefd6ffa2e6a35b740b15f.zip |
[bump] perl-core/Module-Load-0.200.0
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Module-Load/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Module-Load/Module-Load-0.200.0.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/perl-core/Module-Load/ChangeLog b/perl-core/Module-Load/ChangeLog index 839aaa032782..5da25e01edab 100644 --- a/perl-core/Module-Load/ChangeLog +++ b/perl-core/Module-Load/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Module-Load # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load/ChangeLog,v 1.14 2011/07/07 23:11:00 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load/ChangeLog,v 1.15 2011/08/06 07:56:55 tove Exp $ + +*Module-Load-0.200.0 (06 Aug 2011) + + 06 Aug 2011; Torsten Veller <tove@gentoo.org> +Module-Load-0.200.0.ebuild: + Version bump 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> Module-Load-0.180.0.ebuild: keyword ~x86-fbsd diff --git a/perl-core/Module-Load/Module-Load-0.200.0.ebuild b/perl-core/Module-Load/Module-Load-0.200.0.ebuild new file mode 100644 index 000000000000..1b25a8e57d5a --- /dev/null +++ b/perl-core/Module-Load/Module-Load-0.200.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/perl-core/Module-Load/Module-Load-0.200.0.ebuild,v 1.1 2011/08/06 07:56:55 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=BINGOS +MODULE_VERSION=0.20 +inherit perl-module + +DESCRIPTION="runtime require of both modules and files" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +SRC_TEST=do |