summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-06-23 07:48:45 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-06-23 07:48:45 +0000
commit01c4aac4422f404d5af6d775d05bdda8e9eab50c (patch)
tree53e50384753ee56f4e6b61a3819542a811f7a2e7 /dev-perl/Class-C3-Componentised
parentVersion bump. (diff)
downloadhistorical-01c4aac4422f404d5af6d775d05bdda8e9eab50c.tar.gz
historical-01c4aac4422f404d5af6d775d05bdda8e9eab50c.tar.bz2
historical-01c4aac4422f404d5af6d775d05bdda8e9eab50c.zip
Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Class-C3-Componentised')
-rw-r--r--dev-perl/Class-C3-Componentised/ChangeLog10
-rw-r--r--dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0005.ebuild22
-rw-r--r--dev-perl/Class-C3-Componentised/metadata.xml8
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-perl/Class-C3-Componentised/ChangeLog b/dev-perl/Class-C3-Componentised/ChangeLog
new file mode 100644
index 000000000000..c4d66a08bdf5
--- /dev/null
+++ b/dev-perl/Class-C3-Componentised/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Class-C3-Componentised
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-Componentised/ChangeLog,v 1.1 2009/06/23 07:35:09 robbat2 Exp $
+
+*Class-C3-Componentised-1.0005 (23 Jun 2009)
+
+ 23 Jun 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +Class-C3-Componentised-1.0005.ebuild, +metadata.xml:
+ Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
+
diff --git a/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0005.ebuild b/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0005.ebuild
new file mode 100644
index 000000000000..b0d325807f59
--- /dev/null
+++ b/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0005.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0005.ebuild,v 1.1 2009/06/23 07:35:09 robbat2 Exp $
+
+MODULE_AUTHOR="ASH"
+EAPI=2
+
+inherit perl-module
+
+DESCRIPTION="Load mix-ins or components to your C3-based class"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-perl/Test-Exception
+ dev-perl/Class-Inspector
+ dev-perl/MRO-Compat
+ >=dev-perl/Class-C3-0.21"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/Class-C3-Componentised/metadata.xml b/dev-perl/Class-C3-Componentised/metadata.xml
new file mode 100644
index 000000000000..056ad389507d
--- /dev/null
+++ b/dev-perl/Class-C3-Componentised/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>robbat2@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>