dev-perl/TryCatch: New ebuild
Package-Manager: Portage-2.3.99, Repoman-2.3.22
This commit is contained in:
parent
a3ac22caf0
commit
b6e9c215ea
1
dev-perl/TryCatch/Manifest
Normal file
1
dev-perl/TryCatch/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST TryCatch-1.003002.tar.gz 89808 BLAKE2B 3aebf6ec86ef69e4be9c73d09f727003a6cb8a7735be96e352e5a2bc96771922c9858e19b36c0c28abd3d23eb131d4887c24012fdf0e2d004ec98c04d332178a SHA512 3df50e2660b4c87049f52771527d36a46ce538f33dd7803e78422bc361d4c6050d611d9aad720e53bd07281dfccbdbab09b2d0fa518543516705b535b20e56ee
|
17
dev-perl/TryCatch/TryCatch-1.003002.ebuild
Normal file
17
dev-perl/TryCatch/TryCatch-1.003002.ebuild
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Copyright 2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
DIST_AUTHOR="ASH"
|
||||||
|
inherit perl-module
|
||||||
|
|
||||||
|
DESCRIPTION="provide a nicer syntax and method to catch errors in Perl"
|
||||||
|
|
||||||
|
#LICENSE="|| ( Artistic GPL-1+ )"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND=""
|
||||||
|
DEPEND="${RDEPEND}"
|
8
dev-perl/TryCatch/metadata.xml
Normal file
8
dev-perl/TryCatch/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<name>Alarig Le Lay</name>
|
||||||
|
<email>alarig@swordarmor.fr</email>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in a new issue