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 5E9DF158086 for ; Tue, 7 Dec 2021 21:30:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 720622BC04D; 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 2DCF92BC04D for ; Tue, 7 Dec 2021 21:30:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 102C4343365 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 8E25121D 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: <1638912618.76e314077786d96811a2896980782f6a69dc1835.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/String-Util/Manifest dev-perl/String-Util/String-Util-1.310.0.ebuild X-VCS-Directories: dev-perl/String-Util/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 76e314077786d96811a2896980782f6a69dc1835 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: 29821d16-6f6c-4b24-bb7d-3895dd53bd13 X-Archives-Hash: 2282b15193d5009e7443f1f280ea1295 commit: 76e314077786d96811a2896980782f6a69dc1835 Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Dec 7 21:22:10 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Dec 7 21:30:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e31407 dev-perl/String-Util: Remove old Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/String-Util/Manifest | 1 - dev-perl/String-Util/String-Util-1.310.0.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-perl/String-Util/Manifest b/dev-perl/String-Util/Manifest index bb71b03dd2d7..11b966ab59d8 100644 --- a/dev-perl/String-Util/Manifest +++ b/dev-perl/String-Util/Manifest @@ -1,2 +1 @@ -DIST String-Util-1.31.tar.gz 23401 BLAKE2B 0a2b3e2157e2ded38a6a8ef1d139a5dad91bf000170644891574fcaff6813c9ed4886d0aad8322c29173302f3f9c107709bc245af6a46660c21f5b6e8836eaef SHA512 75283ea5b8dbf9933c94c96da71ace8380cb74c9848c35c4c5377ae00aeddd0851fbee8f3506ee4110e9f278b725aa0376d261424bd78eec6f6e32e2f3fc8f9b DIST String-Util-1.32.tar.gz 23870 BLAKE2B ef6a2b9a7b86fff11fa40d6674812d4ca9f5b1a2bdef09207a1ed29f358c391c56ac28f65fe2f2a9c3ca00f08a8e9a5cd85ccffd235e04d05abeb182f641dac8 SHA512 be4c5922afed8f5f5cb9b4e8cd5f7ba9d08fd2ee322b09a7f22fba6aa410febf89d4bfe5ba9dbcece61b48b4a62f15734d3c29c55e121cf784d8295063cfe14c diff --git a/dev-perl/String-Util/String-Util-1.310.0.ebuild b/dev-perl/String-Util/String-Util-1.310.0.ebuild deleted file mode 100644 index 579850d01e87..000000000000 --- a/dev-perl/String-Util/String-Util-1.310.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=BAKERSCOT -DIST_VERSION=1.31 -inherit perl-module - -DESCRIPTION="String processing utility functions" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 ppc ~ppc64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="dev-perl/Module-Build-Tiny" -BDEPEND="${RDEPEND} - >=dev-perl/Module-Build-Tiny-0.34.0 - test? ( - >=virtual/perl-Test-Simple-0.880.0 - ) -" -PERL_RM_FILES=( - t/author-pod-syntax.t -)