diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-07 22:22:10 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-07 22:30:18 +0100 |
commit | 76e314077786d96811a2896980782f6a69dc1835 (patch) | |
tree | b821706951dfa5d53982dd67386530facd30ae5a /dev-perl/String-Util | |
parent | dev-perl/String-RewritePrefix: Remove old (diff) | |
download | gentoo-76e314077786d96811a2896980782f6a69dc1835.tar.gz gentoo-76e314077786d96811a2896980782f6a69dc1835.tar.bz2 gentoo-76e314077786d96811a2896980782f6a69dc1835.zip |
dev-perl/String-Util: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/String-Util')
-rw-r--r-- | dev-perl/String-Util/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/String-Util/String-Util-1.310.0.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/String-Util/Manifest b/dev-perl/String-Util/Manifest index bb71b03dd2d7..11b966ab59d8 100644 --- a/dev-perl/String-Util/Manifest +++ b/dev-perl/String-Util/Manifest @@ -1,2 +1 @@ -DIST String-Util-1.31.tar.gz 23401 BLAKE2B 0a2b3e2157e2ded38a6a8ef1d139a5dad91bf000170644891574fcaff6813c9ed4886d0aad8322c29173302f3f9c107709bc245af6a46660c21f5b6e8836eaef SHA512 75283ea5b8dbf9933c94c96da71ace8380cb74c9848c35c4c5377ae00aeddd0851fbee8f3506ee4110e9f278b725aa0376d261424bd78eec6f6e32e2f3fc8f9b DIST String-Util-1.32.tar.gz 23870 BLAKE2B ef6a2b9a7b86fff11fa40d6674812d4ca9f5b1a2bdef09207a1ed29f358c391c56ac28f65fe2f2a9c3ca00f08a8e9a5cd85ccffd235e04d05abeb182f641dac8 SHA512 be4c5922afed8f5f5cb9b4e8cd5f7ba9d08fd2ee322b09a7f22fba6aa410febf89d4bfe5ba9dbcece61b48b4a62f15734d3c29c55e121cf784d8295063cfe14c diff --git a/dev-perl/String-Util/String-Util-1.310.0.ebuild b/dev-perl/String-Util/String-Util-1.310.0.ebuild deleted file mode 100644 index 579850d01e87..000000000000 --- a/dev-perl/String-Util/String-Util-1.310.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=BAKERSCOT -DIST_VERSION=1.31 -inherit perl-module - -DESCRIPTION="String processing utility functions" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 ppc ~ppc64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="dev-perl/Module-Build-Tiny" -BDEPEND="${RDEPEND} - >=dev-perl/Module-Build-Tiny-0.34.0 - test? ( - >=virtual/perl-Test-Simple-0.880.0 - ) -" -PERL_RM_FILES=( - t/author-pod-syntax.t -) |