summaryrefslogtreecommitdiff
path: root/dev-perl/Exception-Warning
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Exception-Warning')
-rw-r--r--dev-perl/Exception-Warning/Exception-Warning-0.40.100-r1.ebuild25
-rw-r--r--dev-perl/Exception-Warning/Manifest3
-rw-r--r--dev-perl/Exception-Warning/metadata.xml12
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-perl/Exception-Warning/Exception-Warning-0.40.100-r1.ebuild b/dev-perl/Exception-Warning/Exception-Warning-0.40.100-r1.ebuild
new file mode 100644
index 000000000000..fffc9055de4f
--- /dev/null
+++ b/dev-perl/Exception-Warning/Exception-Warning-0.40.100-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR=DEXTER
+MODULE_VERSION=0.0401
+inherit perl-module
+
+DESCRIPTION="Convert simple warn into real exception object"
+
+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-Assert
+ >=dev-perl/Test-Unit-Lite-0.12
+ virtual/perl-parent
+ )"
+
+SRC_TEST=do
diff --git a/dev-perl/Exception-Warning/Manifest b/dev-perl/Exception-Warning/Manifest
new file mode 100644
index 000000000000..14f31c28c2a3
--- /dev/null
+++ b/dev-perl/Exception-Warning/Manifest
@@ -0,0 +1,3 @@
+DIST Exception-Warning-0.0401.tar.gz 19185 BLAKE2B 7dda15e2061cdf190e0673883b0e1f6b0aede788986b70f8fd6cca7c1136e878f7f634d51ab9ed8c11406e158e051848bde0e9e4adde223b8ea296e9c9448a4f SHA512 063250f7c821b04cf18b31ac4a7a688e4838573c41662325baa400afa26e97eeae640cf77a2ba45232e20cda54a7ca02772091fd37816afb5fffef8a7c56380d
+EBUILD Exception-Warning-0.40.100-r1.ebuild 477 BLAKE2B 15b9137417fb7c27996b3f0ca9a4e4012e73ed5a02291455b5105630f4401b52a7ec3d3bf5a86b8c516d5834be698b3183da909628a879af478ac9755d4515c0 SHA512 cb214e2a4f3fec4dbe06754ec2db6eabc6d65e6dedab7021b045802e835fba44cc2b15fbcc34a41bc4442f9d5039d26e735a41bc74d284c40b38ef9f1dac0834
+MISC metadata.xml 406 BLAKE2B 7dfba577fbc5d09add584fe84281a0a97d91488280db3cbca6aa21b7ec8c9e18932284f69c5115142625cf7aaee673bded4383240c7dace05f5d2d2f166ac41c SHA512 5aadc7e882c738a3bc978427075466a813c0e16a205c3a1d06843d81ed1f37fb177d2e124a1f15a4d2b39c73ba94d6af40b5a13fa570caceac086f8ae200df22
diff --git a/dev-perl/Exception-Warning/metadata.xml b/dev-perl/Exception-Warning/metadata.xml
new file mode 100644
index 000000000000..25f670fd79ca
--- /dev/null
+++ b/dev-perl/Exception-Warning/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-Warning</remote-id>
+ <remote-id type="cpan-module">Exception::Warning</remote-id>
+ </upstream>
+</pkgmetadata>