From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A873713829C for ; Sat, 11 Jun 2016 17:09:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D582F1427E; Sat, 11 Jun 2016 17:09:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FAD614257 for ; Sat, 11 Jun 2016 17:09:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98F7C340B53 for ; Sat, 11 Jun 2016 17:08:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 431FD2323 for ; Sat, 11 Jun 2016 17:08:56 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1465664925.82bb47e8c7c988687ca17c8530ca30beb2a446c5.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Format/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Text-Format/Manifest dev-perl/Text-Format/Text-Format-0.580.0-r1.ebuild X-VCS-Directories: dev-perl/Text-Format/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 82bb47e8c7c988687ca17c8530ca30beb2a446c5 X-VCS-Branch: master Date: Sat, 11 Jun 2016 17:08:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 52f31664-98b2-4842-9e7e-b59b0a9ee40c X-Archives-Hash: 57ba4d5de424a77c8f9fffb45e16f511 commit: 82bb47e8c7c988687ca17c8530ca30beb2a446c5 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jun 11 16:52:35 2016 +0000 Commit: Andreas Hüttel gentoo 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"