From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 16A7A138350 for ; Wed, 15 Apr 2020 15:41:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FE38E096B; Wed, 15 Apr 2020 15:41:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4812EE096C for ; Wed, 15 Apr 2020 15:41:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EF5D34F336 for ; Wed, 15 Apr 2020 15:41:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 219BF1EF for ; Wed, 15 Apr 2020 15:40:56 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1586964990.faa576d42823f4bcdf20b062903657b699db7139.kentnl@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.590.0.ebuild X-VCS-Directories: dev-perl/Text-Format/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: faa576d42823f4bcdf20b062903657b699db7139 X-VCS-Branch: master Date: Wed, 15 Apr 2020 15:40: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a9709734-e44c-4c57-976f-1b6d938f9b8a X-Archives-Hash: f464a56af61632afedb01d46b2db7f85 commit: faa576d42823f4bcdf20b062903657b699db7139 Author: Kent Fredric gentoo org> AuthorDate: Wed Apr 15 15:16:06 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Apr 15 15:36:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa576d4 dev-perl/Text-Format: Remove old 0.590.0 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Text-Format/Manifest | 1 - dev-perl/Text-Format/Text-Format-0.590.0.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-perl/Text-Format/Manifest b/dev-perl/Text-Format/Manifest index 2430bc1e158..e9169734b76 100644 --- a/dev-perl/Text-Format/Manifest +++ b/dev-perl/Text-Format/Manifest @@ -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 index 3fb65cff481..00000000000 --- a/dev-perl/Text-Format/Text-Format-0.590.0.ebuild +++ /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"