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 10521158020 for ; Fri, 28 Oct 2022 12:54:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BA19E07D0; Fri, 28 Oct 2022 12:54:53 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E54A7E07D0 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 E7EAD341120 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 34D48692 for ; Fri, 28 Oct 2022 12:54:50 +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: <1666961514.ef5985dda10563561a654b2b3bb5bc09a936ae72.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Encode/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/perl-Encode/perl-Encode-3.80.0-r1.ebuild virtual/perl-Encode/perl-Encode-3.80.100_rc.ebuild X-VCS-Directories: virtual/perl-Encode/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ef5985dda10563561a654b2b3bb5bc09a936ae72 X-VCS-Branch: master Date: Fri, 28 Oct 2022 12:54:50 +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: 1de30b40-202a-4636-9509-78d7691855d8 X-Archives-Hash: f0106530f3ec78e7ac995e47ef4aae97 commit: ef5985dda10563561a654b2b3bb5bc09a936ae72 Author: Sam James gentoo org> AuthorDate: Fri Oct 28 12:51:54 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 28 12:51:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5985dd virtual/perl-Encode: drop 3.80.0-r1, 3.80.100_rc Signed-off-by: Sam James gentoo.org> virtual/perl-Encode/perl-Encode-3.80.0-r1.ebuild | 15 --------------- virtual/perl-Encode/perl-Encode-3.80.100_rc.ebuild | 15 --------------- 2 files changed, 30 deletions(-) diff --git a/virtual/perl-Encode/perl-Encode-3.80.0-r1.ebuild b/virtual/perl-Encode/perl-Encode-3.80.0-r1.ebuild deleted file mode 100644 index 67265b5945f1..000000000000 --- a/virtual/perl-Encode/perl-Encode-3.80.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=8 - -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* ~perl-core/${PN#perl-}-${PV} ) - dev-lang/perl:= - !perl-core/${PN#perl-}-${PV}-r999 -" diff --git a/virtual/perl-Encode/perl-Encode-3.80.100_rc.ebuild b/virtual/perl-Encode/perl-Encode-3.80.100_rc.ebuild deleted file mode 100644 index 5ad6ebcaa73b..000000000000 --- a/virtual/perl-Encode/perl-Encode-3.80.100_rc.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Virtual for ${PN#perl-}" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~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.1* ~perl-core/${PN#perl-}-${PV} ) - dev-lang/perl:= - !perl-core/${PN#perl-}-${PV}-r999 -"