commit: 82bb47e8c7c988687ca17c8530ca30beb2a446c5 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Jun 11 16:52:35 2016 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Jun 11 17:08:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82bb47e8
dev-perl/Text-Format: Remove old Package-Manager: portage-2.3.0_rc1 dev-perl/Text-Format/Manifest | 1 - dev-perl/Text-Format/Text-Format-0.580.0-r1.ebuild | 25 ---------------------- 2 files changed, 26 deletions(-) diff --git a/dev-perl/Text-Format/Manifest b/dev-perl/Text-Format/Manifest index faa341f..060bd22 100644 --- a/dev-perl/Text-Format/Manifest +++ b/dev-perl/Text-Format/Manifest @@ -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 index 0cc5fb9..0000000 --- a/dev-perl/Text-Format/Text-Format-0.580.0-r1.ebuild +++ /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"
