dev-perl/Text-Format: Remove old
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 11 Jun 2016 16:52:35 +0000 (18:52 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 11 Jun 2016 17:08:45 +0000 (19:08 +0200)
Package-Manager: portage-2.3.0_rc1

dev-perl/Text-Format/Manifest
dev-perl/Text-Format/Text-Format-0.580.0-r1.ebuild [deleted file]

index faa341f3815ac19020b9eaf16923c0d59f389364..060bd228b17df2c8d7da490c28b50a18a3b5c961 100644 (file)
@@ -1,2 +1 @@
-DIST Text-Format-0.58.tar.gz 16444 SHA256 a26fde0832f27c2fb9e520c4377b24d86ea9de233a49ed88ce96165488d06003 SHA512 1baa05733e47d553b77c529d6f59ca1d47176752cf16e2abdfd55f8b3e01121202ee8aab1e3e892eb02311af3a1f0da562e7a46eef1e540de0681164c83cadd8 WHIRLPOOL c30fb5a87eb4920c87382f8383d7cdf46dddfcaf3e7c05c8d26d5367a53181be06b603bb0187210293c58d9cf42a864253971dff27100711d3560170203eb0e9
 DIST Text-Format-0.59.tar.gz 25850 SHA256 06ddf77b109c17115a3e1942eb92eb1728ee97f1a7cf61a501d2457cc51de8c9 SHA512 030fc38853f96d64f359af1ad9f776e7c797f564f11207de32477b3b716da665dbce3b91d988241ba1fbd2b884aa85b0ce0b7b473aaf0efd23839f8422a52fcd WHIRLPOOL 1148ca81be7f32bd014678405746dd32e77ab58261d49a9158b13dc9428c6f7984bf73824a7bda410593181503fdf0335e7a7d2ebea978c0116df614ea4d2d9f
diff --git a/dev-perl/Text-Format/Text-Format-0.580.0-r1.ebuild b/dev-perl/Text-Format/Text-Format-0.580.0-r1.ebuild
deleted file mode 100644 (file)
index 0cc5fb9..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=SHLOMIF
-MODULE_VERSION=0.58
-
-inherit perl-module
-
-DESCRIPTION="Various subroutines to format text"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="test"
-
-DEPEND="dev-perl/Module-Build
-       test? (
-               dev-perl/Test-Pod
-               dev-perl/Test-Pod-Coverage
-       )"
-
-SRC_TEST="do parallel"