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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0083C158086 for ; Tue, 7 Dec 2021 21:30:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 790032BC050; Tue, 7 Dec 2021 21:30:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47E272BC050 for ; Tue, 7 Dec 2021 21:30:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DBAE34336E for ; Tue, 7 Dec 2021 21:30:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 675FD1C6 for ; Tue, 7 Dec 2021 21:30:51 +0000 (UTC) From: "Andreas K. 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 K. Hüttel" Message-ID: <1638912612.6b9ad4b7332247a4720aea1ed0830a2e33defaaf.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Print/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/String-Print/Manifest dev-perl/String-Print/String-Print-0.930.0.ebuild X-VCS-Directories: dev-perl/String-Print/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6b9ad4b7332247a4720aea1ed0830a2e33defaaf X-VCS-Branch: master Date: Tue, 7 Dec 2021 21:30:51 +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: 47a2f141-e8d1-4729-971b-04db4705d241 X-Archives-Hash: 8e1039527426b2ff293610de78bad7f9 commit: 6b9ad4b7332247a4720aea1ed0830a2e33defaaf Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Dec 7 21:20:23 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Dec 7 21:30:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b9ad4b7 dev-perl/String-Print: Remove old Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/String-Print/Manifest | 1 - dev-perl/String-Print/String-Print-0.930.0.ebuild | 27 ----------------------- 2 files changed, 28 deletions(-) diff --git a/dev-perl/String-Print/Manifest b/dev-perl/String-Print/Manifest index 766f1d158d8c..253cc94a0481 100644 --- a/dev-perl/String-Print/Manifest +++ b/dev-perl/String-Print/Manifest @@ -1,2 +1 @@ -DIST String-Print-0.93.tar.gz 22172 BLAKE2B ebcbdecc994e8994f78a7bdbe51c3dd36644a62de7e584dd675c2a4c34cfa05080a3ff6730d78dc738e4a34be1384dbb806d6cde9aa9d6b56e92106fafead458 SHA512 d75468333679b9deed64b9dce547482a7e30a59b036268f365539aca3a66f122d77952425dc330bc375e7f4c577b91fe10048689dfff43fc4310df431faefd7a DIST String-Print-0.94.tar.gz 22282 BLAKE2B 142ff87d939f7c8ffab4d2e5ae6eb9d29d58e39858a1929b9bc53c446dddefef8786145b73883f2bea50739fc544a634b692610bf9f01e911c76c5a6eab1d77b SHA512 0c8de9afbd8f67919eb4d6d0d76f5f73e16a36ed49528d4ce923c2d6338a3bc064f295637f588cb07db957958fbc9e93ca32ff6696d8dec9fcb5a678c372dc43 diff --git a/dev-perl/String-Print/String-Print-0.930.0.ebuild b/dev-perl/String-Print/String-Print-0.930.0.ebuild deleted file mode 100644 index 4fd8b9e58dfb..000000000000 --- a/dev-perl/String-Print/String-Print-0.930.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=MARKOV -DIST_VERSION=0.93 - -inherit perl-module - -DESCRIPTION="Extensions to printf" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-perl/TimeDate-2.300.0 - virtual/perl-Encode - dev-perl/HTML-Parser - dev-perl/Unicode-LineBreak -" -DEPEND="${RDEPEND} - test? ( - >=virtual/perl-Test-Simple-0.860.0 - ) -"