Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Strip/
Date: Sat, 31 Jul 2021 17:07:02
Message-Id: 1627751200.e6743d60d8af8d002c1ff7fac880561819bae080.dilfridge@gentoo
1 commit: e6743d60d8af8d002c1ff7fac880561819bae080
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 16:57:19 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 17:06:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6743d60
7
8 dev-perl/Pod-Strip: Version bump 1.100
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Pod-Strip/Manifest | 1 +
14 dev-perl/Pod-Strip/Pod-Strip-1.100.0.ebuild | 29 +++++++++++++++++++++++++++++
15 2 files changed, 30 insertions(+)
16
17 diff --git a/dev-perl/Pod-Strip/Manifest b/dev-perl/Pod-Strip/Manifest
18 index 22bc558ae91..660ded9dea3 100644
19 --- a/dev-perl/Pod-Strip/Manifest
20 +++ b/dev-perl/Pod-Strip/Manifest
21 @@ -1 +1,2 @@
22 DIST Pod-Strip-1.02.tar.gz 3110 BLAKE2B 8af2f33d68a7508fb4f2da74fba2e8c95c203dfd91ea4ff7aa886ae5a514b55e7ce681cbcba3fa318d3b5ff72acf172cd711ada8647415d2d6b9c48b84fc783c SHA512 cd328b5cb3ef6fa4ae46f4217b9b30e5a0341607f10d66c9046d5a37ada13947fc9e05431af495e6793e472620d883ff277c02e1f33a5d82e72a16f625447ee9
23 +DIST Pod-Strip-1.100.tar.gz 11717 BLAKE2B 3e303a3ec65529febdddb47dd0aba402182b419ee5499a526087dc7c7aaea9849b582b6e5abaf2bfcf0cd1eeeb9d12a753ccbd1e16becacf6a5e7a6cb2cc764c SHA512 292606ab93c6a8ab36383c498a42367103442cb398b775db975b1220f15b6f5c3d123caebb93add34a2f259b2acfa1ddecf5c2d24bc51ca0544e49013ab9e87a
24
25 diff --git a/dev-perl/Pod-Strip/Pod-Strip-1.100.0.ebuild b/dev-perl/Pod-Strip/Pod-Strip-1.100.0.ebuild
26 new file mode 100644
27 index 00000000000..c29c7989a3d
28 --- /dev/null
29 +++ b/dev-perl/Pod-Strip/Pod-Strip-1.100.0.ebuild
30 @@ -0,0 +1,29 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DIST_AUTHOR=DOMM
37 +DIST_VERSION=1.100
38 +inherit perl-module
39 +
40 +DESCRIPTION="Remove POD from Perl code"
41 +
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~x86"
44 +
45 +RDEPEND="
46 +"
47 +BDEPEND="${RDEPEND}
48 + >=dev-perl/Module-Build-0.280.0
49 + test? (
50 + virtual/perl-File-Spec
51 + virtual/perl-File-Temp
52 + virtual/perl-Test-Simple
53 + )
54 +"
55 +
56 +src_test() {
57 + perl_rm_files t/99_pod.t t/99_pod_coverage.t
58 + perl-module_src_test
59 +}