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 7D62B158020 for ; Fri, 28 Oct 2022 12:54:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93CDDE041F; Fri, 28 Oct 2022 12:54:52 +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 76474E041F for ; Fri, 28 Oct 2022 12:54:52 +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 6D60B34111C for ; Fri, 28 Oct 2022 12:54:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5B13617 for ; Fri, 28 Oct 2022 12:54:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1666961405.d85040c1155b70c3c7432714fec8d8f6a3f1fc3c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Compress-Raw-Bzip2/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.101.0-r1.ebuild X-VCS-Directories: virtual/perl-Compress-Raw-Bzip2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d85040c1155b70c3c7432714fec8d8f6a3f1fc3c X-VCS-Branch: master Date: Fri, 28 Oct 2022 12:54:49 +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: 13c0868d-856e-45ab-b4bf-1566087ced7e X-Archives-Hash: 997422164b92611e477472c3b117a37a commit: d85040c1155b70c3c7432714fec8d8f6a3f1fc3c Author: Sam James gentoo org> AuthorDate: Fri Oct 28 12:50:05 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 28 12:50:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85040c1 virtual/perl-Compress-Raw-Bzip2: drop 2.101.0-r1 Signed-off-by: Sam James gentoo.org> .../perl-Compress-Raw-Bzip2-2.101.0-r1.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.101.0-r1.ebuild b/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.101.0-r1.ebuild deleted file mode 100644 index 91783b7ea3ba..000000000000 --- a/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.101.0-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Virtual for ${PN#perl-}" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -RDEPEND=" - || ( ~dev-lang/perl-5.34.0 =dev-lang/perl-5.34.1 ~perl-core/${PN#perl-}-${PV} ) - dev-lang/perl:= - !perl-core/${PN#perl-}-${PV}-r999 -"