dev-perl/Text-Format: Remove old 0.590.0
authorKent Fredric <kentnl@gentoo.org>
Wed, 15 Apr 2020 15:16:06 +0000 (03:16 +1200)
committerKent Fredric <kentnl@gentoo.org>
Wed, 15 Apr 2020 15:36:30 +0000 (03:36 +1200)
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
dev-perl/Text-Format/Manifest
dev-perl/Text-Format/Text-Format-0.590.0.ebuild [deleted file]

index 2430bc1e158c2183dd777acd14f2c4c8acb4a5a5..e9169734b761d795781a03fc1c0d11ec9a162f72 100644 (file)
@@ -1,2 +1 @@
-DIST Text-Format-0.59.tar.gz 25850 BLAKE2B dd72bd14bead0c8294372060d9e72dc6dce5b321711ad7ca5f0cff5721ae28ede79d8a860ad3fa95289c4541319fc95541aad51ec7108cf2da1c8060301e4c41 SHA512 030fc38853f96d64f359af1ad9f776e7c797f564f11207de32477b3b716da665dbce3b91d988241ba1fbd2b884aa85b0ce0b7b473aaf0efd23839f8422a52fcd
 DIST Text-Format-0.60.tar.gz 25913 BLAKE2B 27e885dacfd0a1019633cd2c805f7d26ffdd62da2e281366fa87e331e47e5ef3e12c2d6a20b47ecaf0ea1e591aedfb7d92829ad21a80a8a3481d8688fd2516a5 SHA512 04330567c62854d7d6758e15e0a4ef3799ed15a0e66782f1080d20e62df33eaf2b44c3c126e64a6855ff2cbe28d86cbbaee2a845a287b21da0b81869edd1219f
diff --git a/dev-perl/Text-Format/Text-Format-0.590.0.ebuild b/dev-perl/Text-Format/Text-Format-0.590.0.ebuild
deleted file mode 100644 (file)
index 3fb65cf..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SHLOMIF
-MODULE_VERSION=0.59
-
-inherit perl-module
-
-DESCRIPTION="Various subroutines to format text"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-perl/Module-Build
-       test? (
-               dev-perl/Test-Pod
-               dev-perl/Test-Pod-Coverage
-       )"
-
-SRC_TEST="do parallel"