diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-04-24 12:54:58 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-04-24 13:05:59 +0200 |
commit | 1237947c973706a3db432a831726f8887917be9a (patch) | |
tree | 47387f27fa8146f6414745d1265b17fe7461e596 /dev-perl/B-Keywords | |
parent | dev-perl/Bio-Graphics: Remove old (diff) | |
download | gentoo-1237947c973706a3db432a831726f8887917be9a.tar.gz gentoo-1237947c973706a3db432a831726f8887917be9a.tar.bz2 gentoo-1237947c973706a3db432a831726f8887917be9a.zip |
dev-perl/B-Keywords: Version bump 1.22
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/B-Keywords')
-rw-r--r-- | dev-perl/B-Keywords/B-Keywords-1.220.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.220.0.ebuild b/dev-perl/B-Keywords/B-Keywords-1.220.0.ebuild new file mode 100644 index 000000000000..74169f8025df --- /dev/null +++ b/dev-perl/B-Keywords/B-Keywords-1.220.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=RURBAN +DIST_VERSION=1.22 +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 58254c96b85a..e033caaabc38 100644 --- a/dev-perl/B-Keywords/Manifest +++ b/dev-perl/B-Keywords/Manifest @@ -1 +1,2 @@ DIST B-Keywords-1.21.tar.gz 12349 BLAKE2B cf88796bcd9a1c9b324649188b61eb1939396b8e7cc9aba7ce62702c642b9f8fab04c6733b377f0914827417e35ff5aa3d7360d70704b8f20476877c8f55b430 SHA512 80965484f35b21478279664aa6d0bf582a8cfe684469b944b3b514edb706bd8d1a4edba37d567badd581ce0a3ee23550fcbb93c1681665a36d02fae1a0cf1d96 +DIST B-Keywords-1.22.tar.gz 12417 BLAKE2B 4cc51674062299a3776e395910f5d1ee279a5bde68b35adf867ea263bb225487ba85e5100e1474207e7fa6ac336d8bc880990749710e72864d344c51097535e3 SHA512 9dd44cafe4502edb519d885d74688183275550c3ad4da61387e805cf7a4789434ebda8f1f71104515c688e0e0358ca38399a1d1bd2ba066c7e1e3de76ae68bb2 |