summaryrefslogtreecommitdiff
path: root/dev-perl/String-Util
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-15 18:47:53 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-15 18:47:53 +0000
commita4eda25bf0f72d757244b128657832bc4da28375 (patch)
tree5a4bda4947a8d19e1f07c2385db1aff2c18ba0d2 /dev-perl/String-Util
parent6e8d3793323b8f24be801a4aaf31cdd31a8483e9 (diff)
gentoo auto-resync : 15:03:2024 - 18:47:52
Diffstat (limited to 'dev-perl/String-Util')
-rw-r--r--dev-perl/String-Util/Manifest2
-rw-r--r--dev-perl/String-Util/String-Util-1.320.0.ebuild23
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-perl/String-Util/Manifest b/dev-perl/String-Util/Manifest
index b26f0c61efae..73aac86f10d3 100644
--- a/dev-perl/String-Util/Manifest
+++ b/dev-perl/String-Util/Manifest
@@ -1,5 +1,3 @@
-DIST String-Util-1.32.tar.gz 23870 BLAKE2B ef6a2b9a7b86fff11fa40d6674812d4ca9f5b1a2bdef09207a1ed29f358c391c56ac28f65fe2f2a9c3ca00f08a8e9a5cd85ccffd235e04d05abeb182f641dac8 SHA512 be4c5922afed8f5f5cb9b4e8cd5f7ba9d08fd2ee322b09a7f22fba6aa410febf89d4bfe5ba9dbcece61b48b4a62f15734d3c29c55e121cf784d8295063cfe14c
DIST String-Util-1.34.tar.gz 22176 BLAKE2B 3dd656313a0d5d799eca8c1a9d82d200daa80e1f64e0a6d6bab4ae73f77940d8c0f3b17bc10fcb8d3c85f44decef7d3c6983bd2887113b0ee101614eed909609 SHA512 ab4ee4a8da9fd909a6d51a2e96eeea4ea50cf1e6eb741271aa6dc1d1d5fc8f1208f526059c6f774d4890f1a9b0f57e01c59d6f0380fe13382c54d7028e7c0ea1
-EBUILD String-Util-1.320.0.ebuild 427 BLAKE2B f0c08b8573eff13ee0ccf03652d4bdaaba294749edcf03e9698c8541363c9c6f6f7ebeffa9087538a230da3f1568b3556c8931f27de10fdbf78ccb0635bf501a SHA512 53fff9da4e425c9c84807aaac9fee8619c02a06dbfa5568dcc07eff0907d90894b6467eed95d507908c2beea0718b82a2ea8ca8cdfdaeb3d19d446d8da5c0686
EBUILD String-Util-1.340.0.ebuild 427 BLAKE2B 3a08a558ce7dab80d7351f53165cfc319fcd611311d9b1f297514f966c02cef1557652d814cfc85f3cc7aaeebaa3f29c608e806780207d3547850efe7fcb4636 SHA512 2ef8e3457561d62ba9a362bce2d6fe4737f1a8d8c854d2567fbf2128bc302d35135bd51f5cc61ebb5dec3f9497de20d8ed340a814fb97a07835252802db32d9a
MISC metadata.xml 395 BLAKE2B 947cf98fccc0a50def0b031cdc177bd8074384aec3077b03866c97416f711354ac6c5603e52aadd99922b77a1bdd65ba93c69df1705cdd0f979ed8b26db12b0a SHA512 1aaea83cf76d6b139aa07efbc476e0e88a3d540e1ebe6f3fb74744438c0bc1cbf62ad667e57282d93a1513a63406092ec02244c98564dda7f5083fe03a4a0319
diff --git a/dev-perl/String-Util/String-Util-1.320.0.ebuild b/dev-perl/String-Util/String-Util-1.320.0.ebuild
deleted file mode 100644
index 25cdb8f38071..000000000000
--- a/dev-perl/String-Util/String-Util-1.320.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=BAKERSCOT
-DIST_VERSION=1.32
-inherit perl-module
-
-DESCRIPTION="String processing utility functions"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ppc ~ppc64 ~riscv x86"
-
-BDEPEND="
- >=dev-perl/Module-Build-Tiny-0.34.0
- test? (
- >=virtual/perl-Test-Simple-0.880.0
- )
-"
-
-PERL_RM_FILES=(
- t/author-pod-syntax.t
-)