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 A8A92158086 for ; Fri, 12 Nov 2021 18:14:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C26C82BC083; Fri, 12 Nov 2021 18:13:58 +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 A08E42BC083 for ; Fri, 12 Nov 2021 18:13:58 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4A2F3431E3 for ; Fri, 12 Nov 2021 18:13:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A7721CE for ; Fri, 12 Nov 2021 18:13:55 +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: <1636740820.090087e3c7c61fa3cf5354fc25948adf0cbff6fc.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Math-GMP/Manifest dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild X-VCS-Directories: dev-perl/Math-GMP/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 090087e3c7c61fa3cf5354fc25948adf0cbff6fc X-VCS-Branch: master Date: Fri, 12 Nov 2021 18:13:55 +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: 1378d6f4-5b70-478c-8835-22260d8f2433 X-Archives-Hash: f1b563c51ae245e0f536c742fca52464 commit: 090087e3c7c61fa3cf5354fc25948adf0cbff6fc Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Nov 12 18:09:10 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Nov 12 18:13:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090087e3 dev-perl/Math-GMP: Remove old Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Math-GMP/Manifest | 1 - dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild | 34 ------------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-perl/Math-GMP/Manifest b/dev-perl/Math-GMP/Manifest index aa04daccbb0..b22bfcbffd5 100644 --- a/dev-perl/Math-GMP/Manifest +++ b/dev-perl/Math-GMP/Manifest @@ -1,2 +1 @@ -DIST Math-GMP-2.15.tar.gz 33002 BLAKE2B 606bd63b05fab90e0da39ac75be4ccbe9a5386a6002920af8c9d135fcc8aaf746f8e72c25301a8a8de72edc80eef29202742441738afc90573e58c2626123289 SHA512 6c8c13eb168f6233d5bb172ae424aa1c7b5af2cd18aabe1a9a8f2989591245456270b684062684b29539060f91b041589c43cabcd2e7e277335ae188e5f386a2 DIST Math-GMP-2.20.tar.gz 34224 BLAKE2B 752c87fcb3b1b9842822f57bd2ed8c8600ccd117103bc6d4fd957c20c3476224c471a7572557094163b7264781aa2e46ed58a6b3f6b185d691aad28dfa79f839 SHA512 e76a4f2ed9f700029a0b075fcdaecf6fb3792ecfef23fb75f014572b6471be9265b80551c741cda9fe3f323a351a23fb9e5edca2e05300b97509b225aa721b04 diff --git a/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild deleted file mode 100644 index 7165e0ca20e..00000000000 --- a/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=SHLOMIF -DIST_VERSION=2.15 -inherit perl-module - -DESCRIPTION="High speed arbitrary size integer math" - -SLOT="0" -LICENSE="LGPL-2" -KEYWORDS="~alpha amd64 ~hppa ~mips ppc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-AutoLoader - virtual/perl-Carp - virtual/perl-Exporter - dev-libs/gmp:0 -" -DEPEND="${RDEPEND} - >=dev-perl/Devel-CheckLib-0.900.0 - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-Data-Dumper - virtual/perl-File-Spec - virtual/perl-File-Temp - virtual/perl-IO - virtual/perl-Test-Simple - ) -"