summaryrefslogtreecommitdiff
path: root/dev-perl/Exception-System
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/Exception-System
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Exception-System')
-rw-r--r--dev-perl/Exception-System/Exception-System-0.110.0-r1.ebuild21
-rw-r--r--dev-perl/Exception-System/Manifest3
-rw-r--r--dev-perl/Exception-System/metadata.xml12
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/Exception-System/Exception-System-0.110.0-r1.ebuild b/dev-perl/Exception-System/Exception-System-0.110.0-r1.ebuild
new file mode 100644
index 000000000000..954bf2319de8
--- /dev/null
+++ b/dev-perl/Exception-System/Exception-System-0.110.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR=DEXTER
+MODULE_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Exception class for system or library calls"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-perl/Exception-Base-0.22.01"
+DEPEND="${RDEPEND}
+ dev-perl/Module-Build
+ test? ( >=dev-perl/Test-Unit-Lite-0.12 )"
+
+SRC_TEST=do
diff --git a/dev-perl/Exception-System/Manifest b/dev-perl/Exception-System/Manifest
new file mode 100644
index 000000000000..323d76c08d45
--- /dev/null
+++ b/dev-perl/Exception-System/Manifest
@@ -0,0 +1,3 @@
+DIST Exception-System-0.11.tar.gz 7701 BLAKE2B d5fb3a842b59f8adc2f82f4eff52a405b4bbb2f96a99b6021f3121c07481ed633c6db7a57a4d3909a5721b09064f61fbb15c8dc8610f4e09031d3efa3d19ab93 SHA512 4ac90532011241963f5889df82fcac53356d6081dae5de87cf903ad254219aa975cf3a612a02a8ecb245b43295bc35175065d67d442753a8659f5bc7309fad51
+EBUILD Exception-System-0.110.0-r1.ebuild 424 BLAKE2B ae95b1c48348b01c304ad1ffbfa93d2f957f20a11a1f1dc53763f886ea3eb2c8fc299eb7e8ba3abdc93a08315159e6b1adf14d3d2351de69c8acf61006169021 SHA512 f582d7401fc98bbdc19293f22c15136b7472189d926867173fe788a4945c6616598397d28784ba534a30c0dc08b76f6ebfc039b81627c7c980eb3c579d4d693a
+MISC metadata.xml 404 BLAKE2B 220f3aac794d4f044e9826a8b9875c6769692db171d2e510a1265ebb4034da50ce58041ef20d39618d6756358736338771be4911133aab2142c06f09bf042eff SHA512 105010b62179dfe6eaa95d5670e9cbcc8963834d18794beda40239726b7f2874c94e5d227dacac222cecb87c1599be5d097284db9e2389e54606707d10c530d3
diff --git a/dev-perl/Exception-System/metadata.xml b/dev-perl/Exception-System/metadata.xml
new file mode 100644
index 000000000000..bcac5bcfcc04
--- /dev/null
+++ b/dev-perl/Exception-System/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Exception-System</remote-id>
+ <remote-id type="cpan-module">Exception::System</remote-id>
+ </upstream>
+</pkgmetadata>