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/Exception-System
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/Exception-System')
-rw-r--r--dev-perl/Exception-System/ChangeLog10
-rw-r--r--dev-perl/Exception-System/Exception-System-0.11.ebuild20
-rw-r--r--dev-perl/Exception-System/metadata.xml8
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-perl/Exception-System/ChangeLog b/dev-perl/Exception-System/ChangeLog
new file mode 100644
index 000000000000..89c115ae1902
--- /dev/null
+++ b/dev-perl/Exception-System/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Exception-System
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-System/ChangeLog,v 1.1 2009/06/23 07:40:06 robbat2 Exp $
+
+*Exception-System-0.11 (23 Jun 2009)
+
+ 23 Jun 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +Exception-System-0.11.ebuild, +metadata.xml:
+ Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
+
diff --git a/dev-perl/Exception-System/Exception-System-0.11.ebuild b/dev-perl/Exception-System/Exception-System-0.11.ebuild
new file mode 100644
index 000000000000..12ce6362c782
--- /dev/null
+++ b/dev-perl/Exception-System/Exception-System-0.11.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-System/Exception-System-0.11.ebuild,v 1.1 2009/06/23 07:40:06 robbat2 Exp $
+
+EAPI=2
+MODULE_AUTHOR="DEXTER"
+
+inherit perl-module
+
+DESCRIPTION="Exception class for system or library calls"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=dev-perl/Test-Unit-Lite-0.12
+ >=dev-perl/Exception-Base-0.2201"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/Exception-System/metadata.xml b/dev-perl/Exception-System/metadata.xml
new file mode 100644
index 000000000000..056ad389507d
--- /dev/null
+++ b/dev-perl/Exception-System/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>