summaryrefslogtreecommitdiff
path: root/dev-perl/Exception-Warning
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-perl/Exception-Warning
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-perl/Exception-Warning')
-rw-r--r--dev-perl/Exception-Warning/Exception-Warning-0.40.100-r3.ebuild26
-rw-r--r--dev-perl/Exception-Warning/Manifest1
-rw-r--r--dev-perl/Exception-Warning/metadata.xml12
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-perl/Exception-Warning/Exception-Warning-0.40.100-r3.ebuild b/dev-perl/Exception-Warning/Exception-Warning-0.40.100-r3.ebuild
new file mode 100644
index 000000000000..94cac9c52ed4
--- /dev/null
+++ b/dev-perl/Exception-Warning/Exception-Warning-0.40.100-r3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DEXTER
+DIST_VERSION=0.0401
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Convert simple warn into real exception object"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-perl/Exception-Base-0.210.0
+"
+DEPEND="dev-perl/Module-Build"
+BDEPEND="${RDEPEND}
+ dev-perl/Module-Build
+ test? (
+ >=dev-perl/Test-Assert-0.50.0
+ >=dev-perl/Test-Unit-Lite-0.120.0
+ )
+"
diff --git a/dev-perl/Exception-Warning/Manifest b/dev-perl/Exception-Warning/Manifest
new file mode 100644
index 000000000000..9ee85a307b63
--- /dev/null
+++ b/dev-perl/Exception-Warning/Manifest
@@ -0,0 +1 @@
+DIST Exception-Warning-0.0401.tar.gz 19185 BLAKE2B 7dda15e2061cdf190e0673883b0e1f6b0aede788986b70f8fd6cca7c1136e878f7f634d51ab9ed8c11406e158e051848bde0e9e4adde223b8ea296e9c9448a4f SHA512 063250f7c821b04cf18b31ac4a7a688e4838573c41662325baa400afa26e97eeae640cf77a2ba45232e20cda54a7ca02772091fd37816afb5fffef8a7c56380d
diff --git a/dev-perl/Exception-Warning/metadata.xml b/dev-perl/Exception-Warning/metadata.xml
new file mode 100644
index 000000000000..05131ca8c076
--- /dev/null
+++ b/dev-perl/Exception-Warning/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://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>