diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/Manifest b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/Manifest deleted file mode 100644 index 875a16050c..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST libintl-perl-1.32.tar.gz 598209 BLAKE2B 1aa9ef3e2d4c1c15eb5301880e2141864d53e3e8620656276ceb07f0946612d56801021bc78bb132fee910f3ce3e55e3a092cd0305831680a9adcd731249c680 SHA512 fca6c8863dfd36c7604bc80a401e825eb707bc75016521c09006c34c170a41b009d30ec93d7e2a7f61caa1dbdf0333511c3d515d4fdc0fea32242eca68a7e35d -DIST libintl-perl-1.33.tar.gz 579631 BLAKE2B a6dae2fa18d6dd449e203b55e709dc3cc73e6150fb8b30ec15d0cca2e94d532ec4930a60c8532c29570b7b107bc9809235a180e81d31de6ee46738f520e24547 SHA512 494486d2e2f07fa8ee4c4b9d7b2576973772330aab7736488a692c54a6b250b0b7c06892d8cffc164346b9ebd3549141378fc84da339eaa4b34dc16c4f1a59b6 diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/files/libintl-perl-1.280.0-sanity-2.patch b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/files/libintl-perl-1.280.0-sanity-2.patch deleted file mode 100644 index 456ea3349a..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/files/libintl-perl-1.280.0-sanity-2.patch +++ /dev/null @@ -1,65 +0,0 @@ -From fbc3111eec0b71d247d6588bf1f9397bae558a29 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= -Date: Wed, 1 Jun 2016 00:06:12 +0200 -Subject: Minimal build system patching - -Bug: https://bugs.gentoo.org/584636 ---- - Makefile.PL | 41 ----------------------------------------- - 1 file changed, 41 deletions(-) - -diff --git a/Makefile.PL b/Makefile.PL -index 97d88bf..e23dc89 100644 ---- a/Makefile.PL -+++ b/Makefile.PL -@@ -163,47 +163,6 @@ EOC - - package MY; - --# FIXME: This is really a hack! Problem: Depending on the build system, --# we may or may not build and install the XS version. If the XS version --# is being built, the directory blib/arch will be populated, if it is --# not being built, blib/arch will be empty. Unfortunately, if blib/arch --# is not empty, *all* library files will be installed in the architecture --# dependent locations, if it is empty, they will be installed in the --# architecture independent tree. --# --# Unfortunately, ExtUtils::MakeMaker does not take care of uninstalling --# files from previous installations. Consequently, we cannot determine --# which version of the library will be loaded, since this depends on the --# current value of @INC. --# --# The solution does not really make me happy. The Makefile will be patched, --# so that instead of ExtUtils::Install a custom module MyInstall.pm will --# be used. This custom module overwrites the subroutine that detects --# whether a directory is empty in ExtUtils::Install, and will lie if that --# directory happens to be "blib/arch". This little hack effectively disables --# the annoying behavior of ExtUtils::Install (and I sincerely hope that --# this is portable). --sub libscan --{ -- my ($self, $file) = @_; -- -- return if 'MyInstall.pm' eq $file; -- -- $self->SUPER::libscan ($file); --} -- --sub tools_other --{ -- my $self = shift; -- -- my $fragment = $self->SUPER::tools_other (@_); -- -- $fragment =~ s/^MOD_INSTALL\s*=\s*(.*?)-MExtUtils::Install -- /MOD_INSTALL =$1-I. -MMyInstall/msx; -- -- return $fragment; --} -- - package main; - - my $name = $0; --- -2.14.3 - diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.320.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.320.0.ebuild deleted file mode 100644 index 22d77437a8..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.320.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=GUIDO -DIST_VERSION=1.32 -DIST_EXAMPLES=("sample/*") -inherit perl-module - -DESCRIPTION="High-Level Interface to Uniforum Message Translation" -HOMEPAGE="http://guido-flohr.net/projects/libintl-perl https://metacpan.org/release/libintl-perl" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="minimal" - -RDEPEND=" - virtual/libintl - !minimal? ( - dev-perl/File-ShareDir - ) - virtual/perl-File-Spec - >=virtual/perl-version-0.770.0 -" -DEPEND="${RDEPEND} -" -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -" - -PATCHES=( "${FILESDIR}/${PN}-1.280.0-sanity-2.patch" ) diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.330.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.330.0.ebuild deleted file mode 100644 index 9b34923438..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.330.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=GUIDO -DIST_VERSION=1.33 -DIST_EXAMPLES=("sample/*") -inherit perl-module - -DESCRIPTION="High-Level Interface to Uniforum Message Translation" -HOMEPAGE="http://guido-flohr.net/projects/libintl-perl https://metacpan.org/release/libintl-perl" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="minimal" - -RDEPEND=" - virtual/libintl - !minimal? ( - dev-perl/File-ShareDir - ) - virtual/perl-File-Spec - >=virtual/perl-version-0.770.0 -" -DEPEND="${RDEPEND}" -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -" - -PATCHES=( "${FILESDIR}/${PN}-1.280.0-sanity-2.patch" ) diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/metadata.xml deleted file mode 100644 index b01590886c..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/metadata.xml +++ /dev/null @@ -1,161 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - libintl-perl - Locale::Messages - Locale::Recode - Locale::Recode::_Aliases - Locale::Recode::_Conversions - Locale::RecodeData - Locale::RecodeData::ASMO_449 - Locale::RecodeData::ATARI_ST - Locale::RecodeData::ATARI_ST_EURO - Locale::RecodeData::CP10007 - Locale::RecodeData::CP1250 - Locale::RecodeData::CP1251 - Locale::RecodeData::CP1252 - Locale::RecodeData::CP1253 - Locale::RecodeData::CP1254 - Locale::RecodeData::CP1256 - Locale::RecodeData::CP1257 - Locale::RecodeData::CSN_369103 - Locale::RecodeData::CWI - Locale::RecodeData::DEC_MCS - Locale::RecodeData::EBCDIC_AT_DE - Locale::RecodeData::EBCDIC_AT_DE_A - Locale::RecodeData::EBCDIC_CA_FR - Locale::RecodeData::EBCDIC_DK_NO - Locale::RecodeData::EBCDIC_DK_NO_A - Locale::RecodeData::EBCDIC_ES - Locale::RecodeData::EBCDIC_ES_A - Locale::RecodeData::EBCDIC_ES_S - Locale::RecodeData::EBCDIC_FI_SE - Locale::RecodeData::EBCDIC_FI_SE_A - Locale::RecodeData::EBCDIC_FR - Locale::RecodeData::EBCDIC_IS_FRISS - Locale::RecodeData::EBCDIC_IT - Locale::RecodeData::EBCDIC_PT - Locale::RecodeData::EBCDIC_UK - Locale::RecodeData::EBCDIC_US - Locale::RecodeData::ECMA_CYRILLIC - Locale::RecodeData::GEORGIAN_ACADEMY - Locale::RecodeData::GEORGIAN_PS - Locale::RecodeData::GOST_19768_74 - Locale::RecodeData::GREEK7 - Locale::RecodeData::GREEK7_OLD - Locale::RecodeData::GREEK_CCITT - Locale::RecodeData::HP_ROMAN8 - Locale::RecodeData::IBM037 - Locale::RecodeData::IBM038 - Locale::RecodeData::IBM1004 - Locale::RecodeData::IBM1026 - Locale::RecodeData::IBM1047 - Locale::RecodeData::IBM256 - Locale::RecodeData::IBM273 - Locale::RecodeData::IBM274 - Locale::RecodeData::IBM275 - Locale::RecodeData::IBM277 - Locale::RecodeData::IBM278 - Locale::RecodeData::IBM280 - Locale::RecodeData::IBM281 - Locale::RecodeData::IBM284 - Locale::RecodeData::IBM285 - Locale::RecodeData::IBM290 - Locale::RecodeData::IBM297 - Locale::RecodeData::IBM420 - Locale::RecodeData::IBM423 - Locale::RecodeData::IBM424 - Locale::RecodeData::IBM437 - Locale::RecodeData::IBM500 - Locale::RecodeData::IBM850 - Locale::RecodeData::IBM851 - Locale::RecodeData::IBM852 - Locale::RecodeData::IBM855 - Locale::RecodeData::IBM857 - Locale::RecodeData::IBM860 - Locale::RecodeData::IBM861 - Locale::RecodeData::IBM862 - Locale::RecodeData::IBM863 - Locale::RecodeData::IBM864 - Locale::RecodeData::IBM865 - Locale::RecodeData::IBM866 - Locale::RecodeData::IBM868 - Locale::RecodeData::IBM869 - Locale::RecodeData::IBM870 - Locale::RecodeData::IBM871 - Locale::RecodeData::IBM874 - Locale::RecodeData::IBM875 - Locale::RecodeData::IBM880 - Locale::RecodeData::IBM891 - Locale::RecodeData::IBM903 - Locale::RecodeData::IBM904 - Locale::RecodeData::IBM905 - Locale::RecodeData::IBM918 - Locale::RecodeData::IEC_P27_1 - Locale::RecodeData::INIS - Locale::RecodeData::INIS_8 - Locale::RecodeData::INIS_CYRILLIC - Locale::RecodeData::ISO_10367_BOX - Locale::RecodeData::ISO_2033_1983 - Locale::RecodeData::ISO_5427 - Locale::RecodeData::ISO_5427_EXT - Locale::RecodeData::ISO_5428 - Locale::RecodeData::ISO_8859_1 - Locale::RecodeData::ISO_8859_10 - Locale::RecodeData::ISO_8859_11 - Locale::RecodeData::ISO_8859_13 - Locale::RecodeData::ISO_8859_14 - Locale::RecodeData::ISO_8859_15 - Locale::RecodeData::ISO_8859_16 - Locale::RecodeData::ISO_8859_2 - Locale::RecodeData::ISO_8859_3 - Locale::RecodeData::ISO_8859_4 - Locale::RecodeData::ISO_8859_5 - Locale::RecodeData::ISO_8859_6 - Locale::RecodeData::ISO_8859_7 - Locale::RecodeData::ISO_8859_8 - Locale::RecodeData::ISO_8859_9 - Locale::RecodeData::KOI8_R - Locale::RecodeData::KOI8_RU - Locale::RecodeData::KOI8_T - Locale::RecodeData::KOI8_U - Locale::RecodeData::KOI_8 - Locale::RecodeData::LATIN_GREEK - Locale::RecodeData::LATIN_GREEK_1 - Locale::RecodeData::MACARABIC - Locale::RecodeData::MACCROATIAN - Locale::RecodeData::MACCYRILLIC - Locale::RecodeData::MACGREEK - Locale::RecodeData::MACHEBREW - Locale::RecodeData::MACICELAND - Locale::RecodeData::MACINTOSH - Locale::RecodeData::MACROMANIA - Locale::RecodeData::MACTHAI - Locale::RecodeData::MACTURKISH - Locale::RecodeData::MACUKRAINE - Locale::RecodeData::MAC_IS - Locale::RecodeData::MAC_SAMI - Locale::RecodeData::MAC_UK - Locale::RecodeData::NATS_DANO - Locale::RecodeData::NATS_SEFI - Locale::RecodeData::NEXTSTEP - Locale::RecodeData::SAMI_WS2 - Locale::RecodeData::TIS_620 - Locale::RecodeData::US_ASCII - Locale::RecodeData::UTF_8 - Locale::RecodeData::VISCII - Locale::RecodeData::_Encode - Locale::TextDomain - Locale::Util - Locale::gettext_dumb - Locale::gettext_pp - Locale::gettext_xs - MyInstall - SimpleCal - -