summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-06-23 07:39:34 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-06-23 07:39:34 +0000
commit8d1c3cd5025ba72775d16c88693f4ffa98c63129 (patch)
treeaecf0b11e28b9af7a2f9c27d19f97590c2948e71 /dev-perl/Exception-Base
parentInitial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. (diff)
downloadgentoo-2-8d1c3cd5025ba72775d16c88693f4ffa98c63129.tar.gz
gentoo-2-8d1c3cd5025ba72775d16c88693f4ffa98c63129.tar.bz2
gentoo-2-8d1c3cd5025ba72775d16c88693f4ffa98c63129.zip
Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Exception-Base')
-rw-r--r--dev-perl/Exception-Base/ChangeLog10
-rw-r--r--dev-perl/Exception-Base/Exception-Base-0.2201.ebuild19
-rw-r--r--dev-perl/Exception-Base/metadata.xml8
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/Exception-Base/ChangeLog b/dev-perl/Exception-Base/ChangeLog
new file mode 100644
index 000000000000..2bab0d8c313b
--- /dev/null
+++ b/dev-perl/Exception-Base/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Exception-Base
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.1 2009/06/23 07:39:34 robbat2 Exp $
+
+*Exception-Base-0.2201 (23 Jun 2009)
+
+ 23 Jun 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +Exception-Base-0.2201.ebuild, +metadata.xml:
+ Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
+
diff --git a/dev-perl/Exception-Base/Exception-Base-0.2201.ebuild b/dev-perl/Exception-Base/Exception-Base-0.2201.ebuild
new file mode 100644
index 000000000000..b2242ef8265c
--- /dev/null
+++ b/dev-perl/Exception-Base/Exception-Base-0.2201.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/Exception-Base-0.2201.ebuild,v 1.1 2009/06/23 07:39:34 robbat2 Exp $
+
+EAPI=2
+MODULE_AUTHOR="DEXTER"
+
+inherit perl-module
+
+DESCRIPTION="Error handling with exception class"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=dev-perl/Test-Unit-Lite-0.12"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/Exception-Base/metadata.xml b/dev-perl/Exception-Base/metadata.xml
new file mode 100644
index 000000000000..056ad389507d
--- /dev/null
+++ b/dev-perl/Exception-Base/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>