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 0487B139360 for ; Tue, 10 Aug 2021 18:24:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D753E089C; Tue, 10 Aug 2021 18:24:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1EFF3E0894 for ; Tue, 10 Aug 2021 18:24:16 +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 B2EFE342DBF for ; Tue, 10 Aug 2021 18:24:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CA28850 for ; Tue, 10 Aug 2021 18:24:13 +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: <1628619769.8d4a79afc8eaacd7d93da3264d44a51fbb3d88eb.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Format/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/String-Format/Manifest dev-perl/String-Format/String-Format-1.170.0-r1.ebuild X-VCS-Directories: dev-perl/String-Format/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 8d4a79afc8eaacd7d93da3264d44a51fbb3d88eb X-VCS-Branch: master Date: Tue, 10 Aug 2021 18:24:13 +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: 914d6dbb-bc3c-4d81-98ca-bdc1dbe645ab X-Archives-Hash: 29f2e56a369c5506c2ec3613eb4463b3 commit: 8d4a79afc8eaacd7d93da3264d44a51fbb3d88eb Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Aug 10 17:21:55 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Aug 10 18:22:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4a79af dev-perl/String-Format: Remove old Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/String-Format/Manifest | 1 - dev-perl/String-Format/String-Format-1.170.0-r1.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-perl/String-Format/Manifest b/dev-perl/String-Format/Manifest index 7ec484ea142..15272a975ba 100644 --- a/dev-perl/String-Format/Manifest +++ b/dev-perl/String-Format/Manifest @@ -1,2 +1 @@ -DIST String-Format-1.17.tar.gz 12841 BLAKE2B 3729fdba56eab74ec6da39801aceb7d99e58909a725f2d2a8f66595608ff3efd12d3784a2b65339ce0d588fc5aac0093de202bad567ffc0cf7053a3a50951753 SHA512 9d003483858d1681d6955b8620cbba649fe8b92c318b29c5dd684857d81320cb35fbb50e537545d1dfd1e3abc9f94acf9263b82442759e55fd686bd6e907a9f6 DIST String-Format-1.18.tar.gz 13676 BLAKE2B 4876364f972d9a6859de661f59cf251f65d6bfacbc294ad40b951ce4ee1a51f8ee1a2f26fe997dab4ba36deb0def9226b9b2f545c1832bbd06782e00d1bac2bc SHA512 34eb3991a9bea931f59ca1683ba72d8b07244ed4c2a9409be0626346526b4eb2ab07acdd5c4eabf44a767867a4991e97d89835eb0e4c3c43b413de75eb3c0d5d diff --git a/dev-perl/String-Format/String-Format-1.170.0-r1.ebuild b/dev-perl/String-Format/String-Format-1.170.0-r1.ebuild deleted file mode 100644 index c15001c9297..00000000000 --- a/dev-perl/String-Format/String-Format-1.170.0-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=DARREN -MODULE_VERSION=1.17 -inherit perl-module - -DESCRIPTION="sprintf-like string formatting capabilities with arbitrary format definitions" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" -IUSE="" - -SRC_TEST="do"