diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-05-28 14:07:44 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-05-28 14:08:11 +0200 |
commit | f6e98441f342320c75a80fa00181f6ab275d1465 (patch) | |
tree | dcf2d96de14d0739cd7d3d28025f795833d9092b /dev-perl | |
parent | net-wireless/unifi: add 7.1.66 (diff) | |
download | gentoo-f6e98441f342320c75a80fa00181f6ab275d1465.tar.gz gentoo-f6e98441f342320c75a80fa00181f6ab275d1465.tar.bz2 gentoo-f6e98441f342320c75a80fa00181f6ab275d1465.zip |
dev-perl/B-Keywords: Version bump, needed for 5.36
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/B-Keywords/B-Keywords-1.240.0.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/B-Keywords/Manifest | 1 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/B-Keywords/B-Keywords-1.240.0.ebuild b/dev-perl/B-Keywords/B-Keywords-1.240.0.ebuild new file mode 100644 index 000000000000..c43ebc3f887c --- /dev/null +++ b/dev-perl/B-Keywords/B-Keywords-1.240.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=RURBAN +DIST_VERSION=1.24 +inherit perl-module + +DESCRIPTION="Lists of reserved barewords and symbol names" + +# GPL-2 - no later clause +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" + +BDEPEND="virtual/perl-ExtUtils-MakeMaker" +PERL_RM_FILES=( + "t/z_kwalitee.t" + "t/z_perl_minimum_version.t" + "t/z_meta.t" + "t/z_pod-coverage.t" + "t/z_pod.t" +) diff --git a/dev-perl/B-Keywords/Manifest b/dev-perl/B-Keywords/Manifest index 5d84cf7b30d0..bc9d2c543d1a 100644 --- a/dev-perl/B-Keywords/Manifest +++ b/dev-perl/B-Keywords/Manifest @@ -1 +1,2 @@ DIST B-Keywords-1.22.tar.gz 12417 BLAKE2B 4cc51674062299a3776e395910f5d1ee279a5bde68b35adf867ea263bb225487ba85e5100e1474207e7fa6ac336d8bc880990749710e72864d344c51097535e3 SHA512 9dd44cafe4502edb519d885d74688183275550c3ad4da61387e805cf7a4789434ebda8f1f71104515c688e0e0358ca38399a1d1bd2ba066c7e1e3de76ae68bb2 +DIST B-Keywords-1.24.tar.gz 14110 BLAKE2B 3b5d8e32fdd4470463a5e93035c8fe6a5620f4331d6d90ce1765525597e490483a906ed7c82b4fd851f7f5fc939a03f9933cf715b8164f622e4730791e0e97fe SHA512 b48290ffa0fc2f843930c0dc5227c0cce5552c5e112d2c63307b7557323387207a70cb30d7bc5e00db6e1ad4c8055b40e80c158e449a4fda9f4471cbc07ca8f7 |