summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-10-30 17:14:52 +0000
committerTorsten Veller <tove@gentoo.org>2011-10-30 17:14:52 +0000
commit94c0001ce84824578c7010833d45cab246671386 (patch)
treec4a6f1c3591e28e8fdc71560cabb3dc88d3f22db /dev-perl/Module-Runtime
parentalpha/ia64/sparc stable wrt #385699 (diff)
downloadhistorical-94c0001ce84824578c7010833d45cab246671386.tar.gz
historical-94c0001ce84824578c7010833d45cab246671386.tar.bz2
historical-94c0001ce84824578c7010833d45cab246671386.zip
Move from ::perl-experimental for Class-Load
Package-Manager: portage-2.2.0_alpha71/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Module-Runtime')
-rw-r--r--dev-perl/Module-Runtime/ChangeLog42
-rw-r--r--dev-perl/Module-Runtime/Module-Runtime-0.11.0.ebuild29
-rw-r--r--dev-perl/Module-Runtime/metadata.xml5
3 files changed, 76 insertions, 0 deletions
diff --git a/dev-perl/Module-Runtime/ChangeLog b/dev-perl/Module-Runtime/ChangeLog
new file mode 100644
index 000000000000..a0f5172b0f30
--- /dev/null
+++ b/dev-perl/Module-Runtime/ChangeLog
@@ -0,0 +1,42 @@
+# ChangeLog for dev-perl/Module-Runtime
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Runtime/ChangeLog,v 1.1 2011/10/30 17:14:52 tove Exp $
+
+*Module-Runtime-0.11.0 (30 Oct 2011)
+
+ 30 Oct 2011; Torsten Veller <tove@gentoo.org> +Module-Runtime-0.11.0.ebuild,
+ +metadata.xml:
+ Version bump. Move from ::perl-experimental for Class-Load
+
+*Module-Runtime-0.8.0 (24 May 2011)
+
+ 24 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Module-Runtime-0.8.0.ebuild:
+ Bump
+
+*Module-Runtime-0.7.0 (24 May 2011)
+
+ 24 May 2011; Kent Fredric <kentfredric@gmail.com>
+ -Module-Runtime-0.007.ebuild, +Module-Runtime-0.7.0.ebuild:
+ Migrate to x.y.z
+
+ 03 Jun 2010; Torsten Veller <tove@gentoo.org>
+ -Module-Runtime-0.006.ebuild:
+ Removed from CPAN
+
+ 29 Apr 2010; Michele Beltrame <m@cattlegrid.info>
+ +Module-Runtime-0.007.ebuild:
+ Bump
+
+*Module-Runtime-0.007 (29 Apr 2010)
+
+ 29 Apr 2010; Michele Beltrame <m@cattlegrid.info>
+ +Module-Runtime-0.007.ebuild:
+ Bump
+
+*Module-Runtime-0.006 (14 Aug 2009)
+
+ 14 Aug 2009; Kent Fredric <kentfredric@gmail.com>
+ +Module-Runtime-0.006.ebuild, +metadata.xml:
+ Added
+
diff --git a/dev-perl/Module-Runtime/Module-Runtime-0.11.0.ebuild b/dev-perl/Module-Runtime/Module-Runtime-0.11.0.ebuild
new file mode 100644
index 000000000000..f86aff5cd861
--- /dev/null
+++ b/dev-perl/Module-Runtime/Module-Runtime-0.11.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Runtime/Module-Runtime-0.11.0.ebuild,v 1.1 2011/10/30 17:14:52 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=ZEFRAM
+MODULE_VERSION=0.011
+inherit perl-module
+
+DESCRIPTION="Runtime module handling"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/Params-Classify
+ virtual/perl-parent
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-Module-Build
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+
+SRC_TEST="do"
diff --git a/dev-perl/Module-Runtime/metadata.xml b/dev-perl/Module-Runtime/metadata.xml
new file mode 100644
index 000000000000..fcd994bc881b
--- /dev/null
+++ b/dev-perl/Module-Runtime/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+</pkgmetadata>