summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-10 21:55:17 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-10 21:55:58 +0100
commitd6a665763094150a443587da92b5111db22a3132 (patch)
tree46d23d17dda3f7d6e8e97439a186db1a13a71bc1 /dev-perl/Text-Aligner
parentdev-perl/Test-YAML: Remove old (diff)
downloadgentoo-d6a665763094150a443587da92b5111db22a3132.tar.gz
gentoo-d6a665763094150a443587da92b5111db22a3132.tar.bz2
gentoo-d6a665763094150a443587da92b5111db22a3132.zip
dev-perl/Text-Aligner: 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/Text-Aligner')
-rw-r--r--dev-perl/Text-Aligner/Manifest1
-rw-r--r--dev-perl/Text-Aligner/Text-Aligner-0.130.0.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-perl/Text-Aligner/Manifest b/dev-perl/Text-Aligner/Manifest
index ddbde24fdc2a..d8eed73751ff 100644
--- a/dev-perl/Text-Aligner/Manifest
+++ b/dev-perl/Text-Aligner/Manifest
@@ -1,2 +1 @@
-DIST Text-Aligner-0.13.tar.gz 12932 BLAKE2B a24f910c780c27d12fcfd08d41f78eb3f4937ce78f313b64035eb831461875bd677fbc7ac89b7d762e93a593a5c5c134a64d4bd44ca4af88578408bd5370a072 SHA512 493ab6b32319e74c4b08b8473a17e69d5ce49d28495c7c759709661863a88613b766c3275035ea43f82448ea4f37a02ae2ab8f7baf68d79388b125dbd440004a
DIST Text-Aligner-0.16.tar.gz 15911 BLAKE2B c8a35ff0febef1c90e06c2b2846c32eb8251fac9998c3b12f0d97ee4ec63287e23251a52a8924da7d9e0a027b75e9ace923e26017ed91fc8ad53ab2d74fddf1d SHA512 ad3135de32ce870fbb9e5ccf9ad0d02f655c3e37397127009ad46e7baca515f9bb011251958c7fdbcc2ceabcfbbcb4dc8608c0b70ec3e4086492e1c6c1b38dfb
diff --git a/dev-perl/Text-Aligner/Text-Aligner-0.130.0.ebuild b/dev-perl/Text-Aligner/Text-Aligner-0.130.0.ebuild
deleted file mode 100644
index 40f6d4fd8607..000000000000
--- a/dev-perl/Text-Aligner/Text-Aligner-0.130.0.ebuild
+++ /dev/null
@@ -1,34 +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.13
-inherit perl-module
-
-DESCRIPTION="Used to justify strings to various alignment styles"
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Exporter
- >=virtual/perl-Term-ANSIColor-2.20.0"
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.280.0
- test? (
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- virtual/perl-IO
- virtual/perl-Test-Simple
- )
-"
-src_test() {
- perl_rm_files t/release-{cpan-changes,kwalitee,trailing-space}.t \
- t/author-{no-tabs,pod-{coverage,syntax}}.t
-
- perl-module_src_test
-}