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 B956C158086 for ; Sat, 13 Nov 2021 21:46:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6053E0A9F; Sat, 13 Nov 2021 21:46:35 +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 A3846E0A9F for ; Sat, 13 Nov 2021 21:46:35 +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 24610342E42 for ; Sat, 13 Nov 2021 21:46:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 867321AA for ; Sat, 13 Nov 2021 21:46:32 +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: <1636839794.7ed18091ef793d5bab13d8a9cd72314295416aae.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Pod-Parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/perl-Pod-Parser/metadata.xml virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r8.ebuild X-VCS-Directories: virtual/perl-Pod-Parser/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 7ed18091ef793d5bab13d8a9cd72314295416aae X-VCS-Branch: master Date: Sat, 13 Nov 2021 21:46:32 +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: 1ceab84c-6dc5-4cdc-8197-c58f75d8a131 X-Archives-Hash: dfeee8e1ef2c4a165a8c0c63fc1f2243 commit: 7ed18091ef793d5bab13d8a9cd72314295416aae Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Nov 13 21:43:14 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Nov 13 21:43:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed18091 virtual/perl-Pod-Parser: remove Signed-off-by: Andreas K. Hüttel gentoo.org> virtual/perl-Pod-Parser/metadata.xml | 9 --------- virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r8.ebuild | 14 -------------- 2 files changed, 23 deletions(-) diff --git a/virtual/perl-Pod-Parser/metadata.xml b/virtual/perl-Pod-Parser/metadata.xml deleted file mode 100644 index 1a0d0fb9a80..00000000000 --- a/virtual/perl-Pod-Parser/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - diff --git a/virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r8.ebuild b/virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r8.ebuild deleted file mode 100644 index 084f185d12d..00000000000 --- a/virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r8.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2021 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-perl/Pod-Parser-1.630.0 =dev-lang/perl-5.30* ) - dev-lang/perl:= - !perl-core/Pod-Parser -"