From f15cd647b62f2b6bde3f741a3e25bbe7f2576f46 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Mon, 24 Apr 2023 15:22:28 +0200 Subject: [PATCH] virtual/perl-version: Drop unused package It used to be pulled in by dev-perl/libintl-perl, but this package was also dropped. --- .github/workflows/portage-stable-packages-list | 1 - .../virtual/perl-version/metadata.xml | 9 --------- .../perl-version/perl-version-0.992.800.ebuild | 15 --------------- .../perl-version/perl-version-0.992.900.ebuild | 15 --------------- 4 files changed, 40 deletions(-) delete mode 100644 sdk_container/src/third_party/portage-stable/virtual/perl-version/metadata.xml delete mode 100644 sdk_container/src/third_party/portage-stable/virtual/perl-version/perl-version-0.992.800.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/virtual/perl-version/perl-version-0.992.900.ebuild diff --git a/.github/workflows/portage-stable-packages-list b/.github/workflows/portage-stable-packages-list index 53376ea92a..3913967ac2 100644 --- a/.github/workflows/portage-stable-packages-list +++ b/.github/workflows/portage-stable-packages-list @@ -377,7 +377,6 @@ virtual/perl-File-Spec virtual/perl-File-Temp virtual/perl-Getopt-Long virtual/perl-IO -virtual/perl-version virtual/pkgconfig x11-libs/pixman diff --git a/sdk_container/src/third_party/portage-stable/virtual/perl-version/metadata.xml b/sdk_container/src/third_party/portage-stable/virtual/perl-version/metadata.xml deleted file mode 100644 index 1a0d0fb9a8..0000000000 --- a/sdk_container/src/third_party/portage-stable/virtual/perl-version/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - diff --git a/sdk_container/src/third_party/portage-stable/virtual/perl-version/perl-version-0.992.800.ebuild b/sdk_container/src/third_party/portage-stable/virtual/perl-version/perl-version-0.992.800.ebuild deleted file mode 100644 index a076a298bf..0000000000 --- a/sdk_container/src/third_party/portage-stable/virtual/perl-version/perl-version-0.992.800.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2023 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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -RDEPEND=" - || ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} ) - dev-lang/perl:= - !perl-core/${PN#perl-}-${PV}-r999 -" diff --git a/sdk_container/src/third_party/portage-stable/virtual/perl-version/perl-version-0.992.900.ebuild b/sdk_container/src/third_party/portage-stable/virtual/perl-version/perl-version-0.992.900.ebuild deleted file mode 100644 index ac44e5be67..0000000000 --- a/sdk_container/src/third_party/portage-stable/virtual/perl-version/perl-version-0.992.900.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2023 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 ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -RDEPEND=" - || ( =dev-lang/perl-5.36* ~perl-core/${PN#perl-}-${PV} ) - dev-lang/perl:= - !perl-core/${PN#perl-}-${PV}-r999 -"