summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-01-20 11:21:26 +0000
committerTorsten Veller <tove@gentoo.org>2013-01-20 11:21:26 +0000
commit03d5377e3d6866060775adf85e3b3d93cca65bbf (patch)
tree640111dd37006c8e440f86cacd6ae12dd65cb600 /perl-core/Module-Load-Conditional
parentMake build.log verbose, wrt bug #453086 (diff)
downloadgentoo-2-03d5377e3d6866060775adf85e3b3d93cca65bbf.tar.gz
gentoo-2-03d5377e3d6866060775adf85e3b3d93cca65bbf.tar.bz2
gentoo-2-03d5377e3d6866060775adf85e3b3d93cca65bbf.zip
[bump] perl-core/Module-Load-Conditional-0.540.0
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'perl-core/Module-Load-Conditional')
-rw-r--r--perl-core/Module-Load-Conditional/ChangeLog10
-rw-r--r--perl-core/Module-Load-Conditional/Module-Load-Conditional-0.540.0.ebuild27
2 files changed, 35 insertions, 2 deletions
diff --git a/perl-core/Module-Load-Conditional/ChangeLog b/perl-core/Module-Load-Conditional/ChangeLog
index f054e9a01643..878045e4ef0e 100644
--- a/perl-core/Module-Load-Conditional/ChangeLog
+++ b/perl-core/Module-Load-Conditional/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for perl-core/Module-Load-Conditional
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load-Conditional/ChangeLog,v 1.25 2012/08/06 15:10:24 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load-Conditional/ChangeLog,v 1.26 2013/01/20 11:21:26 tove Exp $
+
+*Module-Load-Conditional-0.540.0 (20 Jan 2013)
+
+ 20 Jan 2013; Torsten Veller <tove@gentoo.org>
+ +Module-Load-Conditional-0.540.0.ebuild:
+ Version bump
*Module-Load-Conditional-0.520.0 (06 Aug 2012)
diff --git a/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.540.0.ebuild b/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.540.0.ebuild
new file mode 100644
index 000000000000..f501206207d7
--- /dev/null
+++ b/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.540.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.540.0.ebuild,v 1.1 2013/01/20 11:21:26 tove Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=0.54
+inherit perl-module
+
+DESCRIPTION="Looking up module information / loading at runtime"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~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=""
+
+RDEPEND="
+ >=virtual/perl-Module-Load-0.12
+ >=virtual/perl-Module-CoreList-0.22
+ >=virtual/perl-Module-Metadata-1.0.5
+ virtual/perl-Locale-Maketext-Simple
+ virtual/perl-Params-Check
+ virtual/perl-version
+"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=do