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 4B261158087 for ; Sat, 13 Nov 2021 00:09:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F3422BC148; Sat, 13 Nov 2021 00:09:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5813D2BC148 for ; Sat, 13 Nov 2021 00:09:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69AA73431E1 for ; Sat, 13 Nov 2021 00:09:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C3BF1D5 for ; Sat, 13 Nov 2021 00:09:28 +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: <1636762156.414dc4acb14a0a3e8d03969e32abf02a3df519b2.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Math-Utils/Manifest dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild X-VCS-Directories: dev-perl/Math-Utils/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 414dc4acb14a0a3e8d03969e32abf02a3df519b2 X-VCS-Branch: master Date: Sat, 13 Nov 2021 00:09:28 +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: 474328f6-394b-43c8-94b8-ef0abc340bf2 X-Archives-Hash: b5f1069e099b6c6d454471c16eaa98cc commit: 414dc4acb14a0a3e8d03969e32abf02a3df519b2 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Nov 13 00:08:33 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Nov 13 00:09:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414dc4ac dev-perl/Math-Utils: Remove old Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Math-Utils/Manifest | 1 - dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-perl/Math-Utils/Manifest b/dev-perl/Math-Utils/Manifest index f22bac201b2..e7ed16a1cf6 100644 --- a/dev-perl/Math-Utils/Manifest +++ b/dev-perl/Math-Utils/Manifest @@ -1,2 +1 @@ -DIST Math-Utils-1.11.tar.gz 24077 BLAKE2B 047a2c79da50f62a793de408b652896db3409a2954b888d6edaaec6ba053098641f979d37a44475cea9b9d312532ef9a5c2d403ada12c73a728d59df38618e43 SHA512 047cb1a1e4bc7794dba4bd2d50cc0092b6cd6f5bf4567a693a386009ab9b104c2b56e82cff98bd1e3567311e7e1438addb5e88a09157c075705a00ade349bf9f DIST Math-Utils-1.14.tar.gz 32735 BLAKE2B c5fc1691b70270928b69821afdcd4e498ab991f3122afd1a007e03659779709ae41af7eb69aa8acc6f9150390665c9bf9d6b2af750c7b2defe107ad406219fd7 SHA512 b9e011a4b17eaa452de4ab978c87c593bf0195124fbc2d30a322bc4a571960686cc1b4b6a98ec5c90739569b77324bf0a239dafe52bdea28e0b0c7af18aca753 diff --git a/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild b/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild deleted file mode 100644 index 4ab4e270a8d..00000000000 --- a/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=JGAMBLE -DIST_VERSION=1.11 -inherit perl-module - -DESCRIPTION="Useful mathematical functions not in Perl" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-perl/Module-Build - test? ( - virtual/perl-Test-Simple - ) -" -src_test() { - perl_rm_files t/pod.t t/manifest.t - perl-module_src_test -}