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/String-Util/
Date: Tue, 07 Dec 2021 21:30:56
Message-Id: 1638912618.76e314077786d96811a2896980782f6a69dc1835.dilfridge@gentoo
1 commit: 76e314077786d96811a2896980782f6a69dc1835
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 7 21:22:10 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 7 21:30:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e31407
7
8 dev-perl/String-Util: Remove old
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/String-Util/Manifest | 1 -
14 dev-perl/String-Util/String-Util-1.310.0.ebuild | 25 -------------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/dev-perl/String-Util/Manifest b/dev-perl/String-Util/Manifest
18 index bb71b03dd2d7..11b966ab59d8 100644
19 --- a/dev-perl/String-Util/Manifest
20 +++ b/dev-perl/String-Util/Manifest
21 @@ -1,2 +1 @@
22 -DIST String-Util-1.31.tar.gz 23401 BLAKE2B 0a2b3e2157e2ded38a6a8ef1d139a5dad91bf000170644891574fcaff6813c9ed4886d0aad8322c29173302f3f9c107709bc245af6a46660c21f5b6e8836eaef SHA512 75283ea5b8dbf9933c94c96da71ace8380cb74c9848c35c4c5377ae00aeddd0851fbee8f3506ee4110e9f278b725aa0376d261424bd78eec6f6e32e2f3fc8f9b
23 DIST String-Util-1.32.tar.gz 23870 BLAKE2B ef6a2b9a7b86fff11fa40d6674812d4ca9f5b1a2bdef09207a1ed29f358c391c56ac28f65fe2f2a9c3ca00f08a8e9a5cd85ccffd235e04d05abeb182f641dac8 SHA512 be4c5922afed8f5f5cb9b4e8cd5f7ba9d08fd2ee322b09a7f22fba6aa410febf89d4bfe5ba9dbcece61b48b4a62f15734d3c29c55e121cf784d8295063cfe14c
24
25 diff --git a/dev-perl/String-Util/String-Util-1.310.0.ebuild b/dev-perl/String-Util/String-Util-1.310.0.ebuild
26 deleted file mode 100644
27 index 579850d01e87..000000000000
28 --- a/dev-perl/String-Util/String-Util-1.310.0.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 2020-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DIST_AUTHOR=BAKERSCOT
37 -DIST_VERSION=1.31
38 -inherit perl-module
39 -
40 -DESCRIPTION="String processing utility functions"
41 -SLOT="0"
42 -KEYWORDS="~alpha amd64 ~arm64 ppc ~ppc64 x86"
43 -IUSE="test"
44 -RESTRICT="!test? ( test )"
45 -
46 -DEPEND="dev-perl/Module-Build-Tiny"
47 -BDEPEND="${RDEPEND}
48 - >=dev-perl/Module-Build-Tiny-0.34.0
49 - test? (
50 - >=virtual/perl-Test-Simple-0.880.0
51 - )
52 -"
53 -PERL_RM_FILES=(
54 - t/author-pod-syntax.t
55 -)