diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/Capture-Tiny/Capture-Tiny-0.240.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-perl/Capture-Tiny/Capture-Tiny-0.240.0.ebuild deleted file mode 100644 index a981758624..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-perl/Capture-Tiny/Capture-Tiny-0.240.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.240.0.ebuild,v 1.15 2014/06/09 23:44:10 vapier Exp $ - -EAPI=5 - -MODULE_AUTHOR=DAGOLDEN -MODULE_VERSION=0.24 -inherit perl-module - -DESCRIPTION="Capture STDOUT and STDERR from Perl, XS or external programs" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="test" - -DEPEND=" - test? ( - dev-perl/Inline - ) -" - -SRC_TEST=do diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/Capture-Tiny/Capture-Tiny-0.280.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-perl/Capture-Tiny/Capture-Tiny-0.280.0.ebuild deleted file mode 100644 index 62ebe58aa0..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-perl/Capture-Tiny/Capture-Tiny-0.280.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.280.0.ebuild,v 1.1 2015/04/18 19:07:01 dilfridge Exp $ - -EAPI=5 - -MODULE_AUTHOR=DAGOLDEN -MODULE_VERSION=0.28 -inherit perl-module - -DESCRIPTION="Capture STDOUT and STDERR from Perl, XS or external programs" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="test" - -RDEPEND=" - virtual/perl-Carp - virtual/perl-Exporter - virtual/perl-File-Spec - virtual/perl-File-Temp - virtual/perl-IO - virtual/perl-Scalar-List-Utils -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-Test-Simple - ) -" - -SRC_TEST=do diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/Capture-Tiny/Capture-Tiny-0.300.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-perl/Capture-Tiny/Capture-Tiny-0.300.0.ebuild deleted file mode 100644 index ae0241af20..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-perl/Capture-Tiny/Capture-Tiny-0.300.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.300.0.ebuild,v 1.1 2015/07/12 15:12:29 dilfridge Exp $ - -EAPI=5 - -MODULE_AUTHOR=DAGOLDEN -MODULE_VERSION=0.30 -inherit perl-module - -DESCRIPTION="Capture STDOUT and STDERR from Perl, XS or external programs" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="test" - -RDEPEND=" - virtual/perl-Carp - virtual/perl-Exporter - virtual/perl-File-Spec - virtual/perl-File-Temp - virtual/perl-IO - virtual/perl-Scalar-List-Utils -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-Test-Simple - ) -" - -SRC_TEST="do parallel" diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/Capture-Tiny/ChangeLog b/sdk_container/src/third_party/portage-stable/dev-perl/Capture-Tiny/ChangeLog deleted file mode 100644 index 8a179c4f58..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-perl/Capture-Tiny/ChangeLog +++ /dev/null @@ -1,227 +0,0 @@ -# ChangeLog for dev-perl/Capture-Tiny -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v 1.59 2015/07/12 15:12:29 dilfridge Exp $ - -*Capture-Tiny-0.300.0 (12 Jul 2015) - - 12 Jul 2015; Andreas K. Huettel - +Capture-Tiny-0.300.0.ebuild, -Capture-Tiny-0.270.0.ebuild: - Version bump; remove old - -*Capture-Tiny-0.280.0 (18 Apr 2015) - - 18 Apr 2015; Andreas K. Huettel - +Capture-Tiny-0.280.0.ebuild: - Version bump - -*Capture-Tiny-0.270.0 (08 Dec 2014) - - 08 Dec 2014; Andreas K. Huettel - +Capture-Tiny-0.270.0.ebuild: - Version bump - - 09 Jun 2014; Mike Frysinger Capture-Tiny-0.240.0.ebuild: - Mark arm64/m68k/s390/sh stable. - - 26 Apr 2014; Mikle Kolyada Capture-Tiny-0.240.0.ebuild: - Add ~sh keyword wrt bug #501346 - - 26 Apr 2014; Mikle Kolyada Capture-Tiny-0.240.0.ebuild: - Add ~s390 keyword wrt bug #501346 - - 25 Feb 2014; Markus Meier Capture-Tiny-0.240.0.ebuild: - add ~arm, bug #501346 - - 24 Feb 2014; Mikle Kolyada Capture-Tiny-0.240.0.ebuild: - Add ~mips keyword wrt bug #501346 - - 23 Feb 2014; Naohiro Aota Capture-Tiny-0.240.0.ebuild: - Add ~x86-fbsd wrt bug #501346 - - 15 Feb 2014; Mikle Kolyada -Capture-Tiny-0.170.0.ebuild, - -Capture-Tiny-0.210.0.ebuild: - drop old wrt bug #500596 - - 15 Feb 2014; Mikle Kolyada Capture-Tiny-0.240.0.ebuild: - ppc stable wrt bug #500596 - - 15 Feb 2014; Mikle Kolyada Capture-Tiny-0.240.0.ebuild: - ppc64 stable wrt bug #500596 - - 15 Feb 2014; Mikle Kolyada Capture-Tiny-0.240.0.ebuild: - sparc stable wrt bug #500596 - - 15 Feb 2014; Mikle Kolyada Capture-Tiny-0.240.0.ebuild: - x86 stable wrt bug #500596 - - 15 Feb 2014; Mikle Kolyada Capture-Tiny-0.240.0.ebuild: - amd64 stable wrt bug #500596 - - 15 Feb 2014; Mikle Kolyada Capture-Tiny-0.240.0.ebuild: - alpha stable wrt bug #500596 - - 15 Feb 2014; Akinori Hattori Capture-Tiny-0.240.0.ebuild: - ia64 stable wrt bug #500596 - - 15 Feb 2014; Jeroen Roovers Capture-Tiny-0.240.0.ebuild: - Stable for HPPA (bug #500596). - -*Capture-Tiny-0.240.0 (15 Feb 2014) - - 15 Feb 2014; Tim Harder +Capture-Tiny-0.240.0.ebuild: - Version bump. - - 22 Dec 2013; Mikle Kolyada Capture-Tiny-0.210.0.ebuild: - ppc64 stable wrt bug #487638 - - 12 Oct 2013; Mikle Kolyada Capture-Tiny-0.210.0.ebuild: - sparc stable wrt bug #487638 - - 12 Oct 2013; Mikle Kolyada Capture-Tiny-0.210.0.ebuild: - ppc stable wrt bug #487638 - - 12 Oct 2013; Mikle Kolyada Capture-Tiny-0.210.0.ebuild: - ia64 stable wrt bug #487638 - - 12 Oct 2013; Mikle Kolyada Capture-Tiny-0.210.0.ebuild: - alpha stable wrt bug #487638 - - 23 Jun 2013; Jeroen Roovers Capture-Tiny-0.210.0.ebuild: - Stable for HPPA (bug #474172). - - 22 Jun 2013; Mikle Kolyada Capture-Tiny-0.210.0.ebuild: - x86 stable wrt bug #474172 - - 22 Jun 2013; Mikle Kolyada Capture-Tiny-0.210.0.ebuild: - amd64 stable wrt bug #474172 - - 08 Jan 2013; Torsten Veller -Capture-Tiny-0.180.0.ebuild, - -Capture-Tiny-0.190.0.ebuild, -Capture-Tiny-0.200.0.ebuild: - Cleanup - - 11 Dec 2012; Agostino Sarubbo Capture-Tiny-0.210.0.ebuild: - Add ~ppc64, wrt bug #395973 - -*Capture-Tiny-0.210.0 (17 Nov 2012) - - 17 Nov 2012; Torsten Veller +Capture-Tiny-0.210.0.ebuild: - Version bump - -*Capture-Tiny-0.200.0 (07 Oct 2012) - - 07 Oct 2012; Torsten Veller +Capture-Tiny-0.200.0.ebuild: - Version bump - -*Capture-Tiny-0.190.0 (10 Aug 2012) - - 10 Aug 2012; Torsten Veller +Capture-Tiny-0.190.0.ebuild: - Version bump - - 24 Jun 2012; Torsten Veller metadata.xml: - Update CPAN upstream info - - 03 Jun 2012; Torsten Veller -Capture-Tiny-0.08.ebuild, - -Capture-Tiny-0.110.0.ebuild, -Capture-Tiny-0.120.0.ebuild, - -Capture-Tiny-0.150.0.ebuild, -Capture-Tiny-0.160.0.ebuild: - Cleanup - -*Capture-Tiny-0.180.0 (06 May 2012) - - 06 May 2012; Torsten Veller +Capture-Tiny-0.180.0.ebuild: - Version bump - - 26 Apr 2012; Jeroen Roovers Capture-Tiny-0.170.0.ebuild: - Stable for HPPA (bug #413015). - - 24 Apr 2012; Jeff Horelick Capture-Tiny-0.170.0.ebuild: - marked x86 per bug 413015 - - 22 Apr 2012; Agostino Sarubbo Capture-Tiny-0.170.0.ebuild: - Stable for amd64, wrt bug #413015 - - 20 Mar 2012; Jeroen Roovers Capture-Tiny-0.150.0.ebuild: - Stable for HPPA (bug #408579). - -*Capture-Tiny-0.170.0 (23 Feb 2012) - - 23 Feb 2012; Torsten Veller +Capture-Tiny-0.170.0.ebuild: - Version bump - -*Capture-Tiny-0.160.0 (13 Feb 2012) - - 13 Feb 2012; Torsten Veller +Capture-Tiny-0.160.0.ebuild: - Version bump - - 02 Feb 2012; Brent Baude Capture-Tiny-0.150.0.ebuild: - Marking Capture-Tiny-0.150.0 ~ppc for bug 395973 - - 14 Jan 2012; Raúl Porcel Capture-Tiny-0.150.0.ebuild: - Add ~alpha/~ia64/~sparc wrt #395973 - - 30 Dec 2011; Jeroen Roovers Capture-Tiny-0.150.0.ebuild: - Marked ~hppa (bug #395973). - -*Capture-Tiny-0.150.0 (25 Dec 2011) - - 25 Dec 2011; Torsten Veller +Capture-Tiny-0.150.0.ebuild: - [bump] dev-perl/Capture-Tiny-0.150.0 - -*Capture-Tiny-0.120.0 (02 Dec 2011) - - 02 Dec 2011; Torsten Veller +Capture-Tiny-0.120.0.ebuild: - Version bump - - 30 Jul 2011; Torsten Veller -Capture-Tiny-0.100.ebuild: - Cleanup - -*Capture-Tiny-0.110.0 (21 May 2011) - - 21 May 2011; Torsten Veller +Capture-Tiny-0.110.0.ebuild: - Version bump - - 03 Apr 2011; Torsten Veller -Capture-Tiny-0.90.ebuild: - Cleanup - -*Capture-Tiny-0.100 (08 Feb 2011) - - 08 Feb 2011; Torsten Veller +Capture-Tiny-0.100.ebuild: - Version bump - - 29 Jan 2011; Torsten Veller Capture-Tiny-0.90.ebuild: - Drop Module-Build dependency - -*Capture-Tiny-0.90 (29 Jan 2011) - - 29 Jan 2011; Torsten Veller +Capture-Tiny-0.90.ebuild: - Version bump - - 14 Jan 2011; Torsten Veller -Capture-Tiny-0.06.ebuild, - -Capture-Tiny-0.07.ebuild: - Cleanup - - 05 Nov 2010; Markos Chandras - Capture-Tiny-0.08.ebuild: - Stable on amd64 wrt bug #341865 - - 04 Nov 2010; Christian Faulhammer - Capture-Tiny-0.08.ebuild: - x86 stable, bug 341865 - -*Capture-Tiny-0.08 (22 Jun 2010) - - 22 Jun 2010; Torsten Veller +Capture-Tiny-0.08.ebuild: - Version bump - -*Capture-Tiny-0.07 (26 Jan 2010) - - 26 Jan 2010; Torsten Veller +Capture-Tiny-0.07.ebuild: - Version bump - - 02 Dec 2009; Torsten Veller Capture-Tiny-0.06.ebuild: - Stable on amd64 and x86 (#293622) - -*Capture-Tiny-0.06 (26 Jun 2009) - - 26 Jun 2009; Torsten Veller +Capture-Tiny-0.06.ebuild, - +metadata.xml: - Initial commit diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/Capture-Tiny/Manifest b/sdk_container/src/third_party/portage-stable/dev-perl/Capture-Tiny/Manifest deleted file mode 100644 index f37074bfcb..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-perl/Capture-Tiny/Manifest +++ /dev/null @@ -1,30 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -DIST Capture-Tiny-0.24.tar.gz 33995 SHA256 9bcf6f8472f8ea50401536cb070ac0c7770837d155c4d6abe212759863aae065 SHA512 8df98fb84d877fed984e1e8fb89c71d2e94baa99eb0d5323f9e413d361a87072b417ce65b00444b5e543ccda05d88753334537534747381a59e5b75eef04eae7 WHIRLPOOL 3b3de2582c08584e20a15179094d3911b2cdb5ebbff73f7a9f47013e14fa2e43bb7df894e3aa96aebf549e9cddadd9a7ad62dff4ee1d287dae819187e50d3e95 -DIST Capture-Tiny-0.28.tar.gz 34455 SHA256 e394caddb0e1a46e8cc4bf499eaae6c265dd201d34cac46d2f3e507c23afef84 SHA512 0db8f593f2f18fde56483df7078a563df6155ce089c4f81081d596de08a1887d17926f2cbbdc437376258d8fbbb8860444aa28709bf6e174a8a88ef02a2c0b04 WHIRLPOOL edf1c05b5c654e0be595eb7accf4c1726df9d3617d7bc414c67d0d4d40df236fdf344168a5a41d42a460c8284d4c07fff2ea1593c6f435f645a1714472f63ad2 -DIST Capture-Tiny-0.30.tar.gz 34578 SHA256 a3b4e55278757e77d50df0b1a79f42e6e8354b7d41db806da39bf161bee63aea SHA512 c85b3d1eec69cbee68fc529a439b2e26076beae4b92001805fd0984e27a69c09a2cdecd9409797f77395ef3804934e20e0a78bbac2af83753c2e8d71b971fbac WHIRLPOOL 4a8a5a3537250306fd08b21096db7753c5610429c9dfd183e6b7916a7f83636fe03ce7f034c278d07961e8b709ab625812acb7a8524929430c7895927dcf35c5 -EBUILD Capture-Tiny-0.240.0.ebuild 571 SHA256 c56369b9aa7afe68831f3c39552bdbf31dcee641aa79595c4a3703b83d63e6b3 SHA512 b79217f823169a344b1ace1d846abdb01d66bae1a639cb057e9b77c780b601abfd76afb3d2605023866ba7c1f5013683637e3d37ee2e5e0ec5ff92d4c1c77b3c WHIRLPOOL fd48a91db009a0613b5760dbaf954f06b72ae76ccecccd7496e5d7f96c6bf0af072cb0c9235df5854171780a8a2aad854a74f54180c9ff704b9560d5b90658b3 -EBUILD Capture-Tiny-0.280.0.ebuild 788 SHA256 4c04965860c933f382372207ab6099f2b14ab65820bfe6a48042f8995782ea5f SHA512 486ce3cfcef7a1a9b6b6c134a91c53c7a0bdf01aecfac1a86b451ab4019a5c72522fa68ee20e54751631c9d8376aea568e0aaabf8a2138fd20c521cf2e87eaee WHIRLPOOL db28c455abb23b656a74df4494bc509d6c8301116c9398f9c6dcc5f27f2729b565fc53ae3c5f8720a534133e067956fe0dba248d62bfaf01ec69650d6b340a11 -EBUILD Capture-Tiny-0.300.0.ebuild 799 SHA256 5dc688e47a6929e4ae91f6d14bad39e686ec486e7704d303ebc23d79ba8ff292 SHA512 34a0451512ec663181924031724e7b1e694c3c388cf5a934188384e41c101cf7d509f6531be5569f1f91ce14e6f4aa9bb5cf146d0e3dc3e0bd6aa2b516bca833 WHIRLPOOL 14a991af7eb8d7f6cd9e9c302e6051e7d91205352e7f364006bb4493ac4661acd8f2d5ce48935872b805e94df4f3e805dae211051e8c389a5b525603cf906c62 -MISC ChangeLog 7329 SHA256 65d2ae13c280be90c75dcc22ef96fc6fa3453608fa631788ed46144a7f2cb391 SHA512 a386378930c9868c6b3b5737f404a4c429c5ab7534cc91893f7014190073f97fd6f5388c4015636d59d5582621d6ea0a0e39cf54ff6e0843365b910ddce66307 WHIRLPOOL c0bd9f9f927bdfab80c2171f0d073e84d4cbe0c86ef709961fc70783eb4b8b6d30762e06a68038f1cb8cc2ce54063bf31bf0d336487b4354fefeaeb0f00bef17 -MISC metadata.xml 298 SHA256 14e3117def1e3fd3f06f787a0903fccfa3d685e320b8eed2d2bbb8aef6314c4b SHA512 8f45180ebfb07ad80fe053766e23029ea3632a89261d1bcda482cc142f4f234f01b4a207c7957524ca4fe2cb06ce6f12f4f020c6cad611bd8eb77d9bb7cc6674 WHIRLPOOL 72f562f876f67f3670a225d79a2312faf9a9f3a58405afd1bb5716ba69b5a00a1d6527c909e1e907f9c9ae3ff4d8f2c6501c7a384316c3a6828d41d3ca96f557 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0 - -iQJ8BAEBCABmBQJVooPeXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w -ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0RkJDMzI0NjNBOTIwMDY5MTQ2NkMzNDBF -MTM4NkZEN0VGNEI1Nzc5AAoJEOE4b9fvS1d54ZoQAJXKzuoqp1Fk7f545iGge4yx -fFrZx0/dJB+gD5Bgh1KSFFrfbUbQXATOKvlfcrRi0QgJKc1MkdOOvGgr1B0oenFT -lGmY0L+r7LIk2CeQV3cntWkToUgdorTWW2di5eXu2vHejd1CgaKntrhLxGn97Ziv -sYRfaPY6ACeqT+RhfqMeHVW2eqKKpICuHM+P45DLrPa5ONrLsMnxfzMf+7fJE2Sf -s5gCa2mc/fTJSTo7676MEk+WjNpPHU2ikFESAJIrkjY0EmNYgzpc1ziDJX+i1mII -dRuNGr2PuMucp7htaxBmEbSebHxDxXzzCWo6x0eVsogLaEMqMCaKWwvGQ+PTZcBG -U74UuUP++M0lB13m7BTfuj4dvMk6UmZhWOOKypvrtp5eF6lmy4CIu2FhvnuTsjVY -08qEGH3BKVyuTI0dCC69RZvD1Zs22g/DEvR5YidEYOC8Ib2/sF8U6j9gkXf6fFeh -SWlXmN4+jZmy76KIl0x1bBQ0JC2tgcuZCV2zC3oE6syMsFrXMC6NsjRR5E+/+YwF -71zmqJbdwr1PeRpsPUPtHRpgWtMNeil8a0iIN79WsfsOE5vWh5BfE6JrpaKd+elK -vBfFWr/JvazXSoX1RyBhoZagPCaWysyyoul4h5yKko03HYunofJSxwCvuV9jAHDf -tk5W8nM+CB7Xs/vE5jpo -=B8wo ------END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/Capture-Tiny/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-perl/Capture-Tiny/metadata.xml deleted file mode 100644 index f6442cfae7..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-perl/Capture-Tiny/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - perl - - Capture-Tiny - Capture::Tiny - - diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Capture-Tiny-0.240.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Capture-Tiny-0.240.0 deleted file mode 100644 index 26faea5109..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Capture-Tiny-0.240.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=test? ( dev-perl/Inline ) dev-lang/perl:=[-build(-)] -DESCRIPTION=Capture STDOUT and STDERR from Perl, XS or external programs -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/Capture-Tiny/ -IUSE=test -KEYWORDS=alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=Apache-2.0 -RDEPEND=dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.24.tar.gz -_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=a85bac32e4de76f08277e82b540f767c diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Capture-Tiny-0.280.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Capture-Tiny-0.280.0 deleted file mode 100644 index 98b6eb499b..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Capture-Tiny-0.280.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=virtual/perl-Carp virtual/perl-Exporter virtual/perl-File-Spec virtual/perl-File-Temp virtual/perl-IO virtual/perl-Scalar-List-Utils virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) dev-lang/perl:=[-build(-)] -DESCRIPTION=Capture STDOUT and STDERR from Perl, XS or external programs -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/Capture-Tiny/ -IUSE=test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=Apache-2.0 -RDEPEND=virtual/perl-Carp virtual/perl-Exporter virtual/perl-File-Spec virtual/perl-File-Temp virtual/perl-IO virtual/perl-Scalar-List-Utils dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.28.tar.gz -_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=28e38f13a57b217cc416679216bcf424 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Capture-Tiny-0.300.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Capture-Tiny-0.300.0 deleted file mode 100644 index 4ef2544ca6..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Capture-Tiny-0.300.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=virtual/perl-Carp virtual/perl-Exporter virtual/perl-File-Spec virtual/perl-File-Temp virtual/perl-IO virtual/perl-Scalar-List-Utils virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) dev-lang/perl:=[-build(-)] -DESCRIPTION=Capture STDOUT and STDERR from Perl, XS or external programs -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/Capture-Tiny/ -IUSE=test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=Apache-2.0 -RDEPEND=virtual/perl-Carp virtual/perl-Exporter virtual/perl-File-Spec virtual/perl-File-Temp virtual/perl-IO virtual/perl-Scalar-List-Utils dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.30.tar.gz -_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=75397b24989095db4c0a13336f57fbe3