diff options
author | Sam James <sam@gentoo.org> | 2024-10-14 03:46:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-14 04:50:15 +0100 |
commit | 6710430640dc4a91033e92e67562af82a049f43f (patch) | |
tree | 6dadb49dfe0b52de043ad709274aebd9d30fd698 /dev-perl | |
parent | dev-perl/Perl-Tidy: add 20240903.0.0 (diff) | |
download | gentoo-6710430640dc4a91033e92e67562af82a049f43f.tar.gz gentoo-6710430640dc4a91033e92e67562af82a049f43f.tar.bz2 gentoo-6710430640dc4a91033e92e67562af82a049f43f.zip |
dev-perl/autobox: add 3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/autobox/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/autobox/autobox-3.0.2.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/autobox/Manifest b/dev-perl/autobox/Manifest index b7313e295f20..052ff328a36d 100644 --- a/dev-perl/autobox/Manifest +++ b/dev-perl/autobox/Manifest @@ -1 +1,2 @@ DIST autobox-v3.0.1.tar.gz 87047 BLAKE2B d83aff0e68eae40297081d6213290e80b62f2a318627d2490b0cb6e66e94c7efbcc7b984211474393926d8f281f1afc838f605489175a5ccd4ab6432735d165c SHA512 401d5e87e15cf26362a88e5d23d8c9e842b951c03ac7010da2317af5ea897fa1fe2e4862cc5c691f25851fd5ba5398935c27f6d9f87fbc2fe52bb68a25d3d3a0 +DIST autobox-v3.0.2.tar.gz 160384 BLAKE2B 3a57870a6e68360967c618e77fb513f497330cafeddc5a1d54c927ac1c34b9f943af4cf1c40ed8aa41bc3762ec518040c3ce440b4c1981690b619abd1b22ef75 SHA512 6845090165a738b692d5e673d72e9d34eb0a49c332b31df351f1cc114eeaf51d729455d6993fa54e0bcc6ed2f3a148dcfa0079c9fad0910b5df39e281e54c2b6 diff --git a/dev-perl/autobox/autobox-3.0.2.ebuild b/dev-perl/autobox/autobox-3.0.2.ebuild new file mode 100644 index 000000000000..b11cf593e602 --- /dev/null +++ b/dev-perl/autobox/autobox-3.0.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=CHOCOLATE +DIST_VERSION=v3.0.2 +inherit perl-module + +DESCRIPTION="Call methods on native types" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-perl/Scope-Guard-0.210.0 + >=virtual/perl-version-0.770.0 +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=dev-perl/IPC-System-Simple-1.300.0 + >=dev-perl/Test-Fatal-0.17.0 + ) +" |