summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-11 01:00:58 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-11 01:09:48 +0100
commit1e4b0f4b4d211e7aa557f3da211daefd8f86c571 (patch)
tree2d27a32be430e3752eb3d5ce8c1c715f061b717b
parentdev-perl/Text-CSV_XS: Remove old (diff)
downloadgentoo-1e4b0f4b4d211e7aa557f3da211daefd8f86c571.tar.gz
gentoo-1e4b0f4b4d211e7aa557f3da211daefd8f86c571.tar.bz2
gentoo-1e4b0f4b4d211e7aa557f3da211daefd8f86c571.zip
dev-perl/Text-Format: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Text-Format/Manifest1
-rw-r--r--dev-perl/Text-Format/Text-Format-0.600.0.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-perl/Text-Format/Manifest b/dev-perl/Text-Format/Manifest
index 1e75234524be..7782a8023652 100644
--- a/dev-perl/Text-Format/Manifest
+++ b/dev-perl/Text-Format/Manifest
@@ -1,2 +1 @@
-DIST Text-Format-0.60.tar.gz 25913 BLAKE2B 27e885dacfd0a1019633cd2c805f7d26ffdd62da2e281366fa87e331e47e5ef3e12c2d6a20b47ecaf0ea1e591aedfb7d92829ad21a80a8a3481d8688fd2516a5 SHA512 04330567c62854d7d6758e15e0a4ef3799ed15a0e66782f1080d20e62df33eaf2b44c3c126e64a6855ff2cbe28d86cbbaee2a845a287b21da0b81869edd1219f
DIST Text-Format-0.62.tar.gz 27841 BLAKE2B 563919c37f6604b7eb127da4c97af7c2cbd8b15ecdbd7cbe8c58ee26177bfcf5adc4d60a6ad7b6bd7880a42dd9defcb53a0fb023ebf699c105c3a186b70e7ac3 SHA512 d59e2e981b2d53a62390b5e05a95fc611cada7b1bc056c0f3d53f91873e700371306fd12f3ee53e2f0e70d2015ce8bdc65d3f4c24742711e452e4956b6233689
diff --git a/dev-perl/Text-Format/Text-Format-0.600.0.ebuild b/dev-perl/Text-Format/Text-Format-0.600.0.ebuild
deleted file mode 100644
index 71b12c2d8dc3..000000000000
--- a/dev-perl/Text-Format/Text-Format-0.600.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SHLOMIF
-DIST_VERSION=0.60
-
-inherit perl-module
-
-DESCRIPTION="Various subroutines to format text"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="virtual/perl-Carp"
-DEPEND="${RDEPEND}
- dev-perl/Module-Build
- test? ( virtual/perl-Test-Simple )
-"
-PERL_RM_FILES=( "t/pod-coverage.t" "t/cpan-changes.t" "t/pod.t" "t/style-trailing-space.t" )