diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-06-15 11:35:52 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-06-15 11:39:42 +1200 |
commit | 45b7d6e7012d485cbf7c798337abaab36e3f6b65 (patch) | |
tree | 8c666882045aff7925bbb3373bdb8c4675548955 /dev-perl/App-perlbrew | |
parent | app-emulation/umoci: new package (diff) | |
download | gentoo-45b7d6e7012d485cbf7c798337abaab36e3f6b65.tar.gz gentoo-45b7d6e7012d485cbf7c798337abaab36e3f6b65.tar.bz2 gentoo-45b7d6e7012d485cbf7c798337abaab36e3f6b65.zip |
dev-perl/App-perlbrew: Cleanup old in relation to bug #614670
All these versions are affected both by '.' in @INC breakages
and unescaped { in installed .pm files ( exposed by tests )
Purging these in favour of a long stable version without { issues
which will be easier to fix.
( Due to the nature of where the failure occurs, its going to be
a substantial amount of effort to simply backport the fix for,
as it affects runtime code, meaning -r1 bumps are necessary for all.
Add to this the nature of the failure involves code fat-packing, and
its all a bit terrible to maintain this ourselves.
Bug: https://bugs.gentoo.org/614670
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-perl/App-perlbrew')
-rw-r--r-- | dev-perl/App-perlbrew/App-perlbrew-0.730.0-r1.ebuild | 37 | ||||
-rw-r--r-- | dev-perl/App-perlbrew/App-perlbrew-0.740.0-r1.ebuild | 36 | ||||
-rw-r--r-- | dev-perl/App-perlbrew/App-perlbrew-0.750.0-r1.ebuild | 36 | ||||
-rw-r--r-- | dev-perl/App-perlbrew/Manifest | 3 |
4 files changed, 0 insertions, 112 deletions
diff --git a/dev-perl/App-perlbrew/App-perlbrew-0.730.0-r1.ebuild b/dev-perl/App-perlbrew/App-perlbrew-0.730.0-r1.ebuild deleted file mode 100644 index 447e93cfe0df..000000000000 --- a/dev-perl/App-perlbrew/App-perlbrew-0.730.0-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -MODULE_AUTHOR=GUGOD -MODULE_VERSION=0.73 -inherit perl-module - -DESCRIPTION='Manage perl installations in your $HOME' -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -RDEPEND=" - >=dev-perl/CPAN-Perl-Releases-1.940.0 - <dev-perl/CPAN-Perl-Releases-2.880.0 - >=dev-perl/Capture-Tiny-0.250.0 - >=dev-perl/Devel-PatchPerl-1.280.0 - >=virtual/perl-Pod-Parser-1.620.0 - >=dev-perl/local-lib-2.0.14 -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.590.0 - >=virtual/perl-File-Temp-0.230.400 - >=dev-perl/IO-All-0.510.0 - >=dev-perl/Path-Class-0.330.0 - test? ( - >=dev-perl/Test-Exception-0.320.0 - >=virtual/perl-Test-Simple-1.1.2 - >=dev-perl/Test-NoWarnings-1.40.0 - >=dev-perl/Test-Output-1.30.0 - >=dev-perl/Test-Spec-0.470.0 - ) -" - -SRC_TEST="do parallel" diff --git a/dev-perl/App-perlbrew/App-perlbrew-0.740.0-r1.ebuild b/dev-perl/App-perlbrew/App-perlbrew-0.740.0-r1.ebuild deleted file mode 100644 index 4991172b28a4..000000000000 --- a/dev-perl/App-perlbrew/App-perlbrew-0.740.0-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=GUGOD -DIST_VERSION=0.74 -inherit perl-module - -DESCRIPTION='Manage perl installations in your $HOME' -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=dev-perl/CPAN-Perl-Releases-1.940.0 - <dev-perl/CPAN-Perl-Releases-2.880.0 - >=dev-perl/Capture-Tiny-0.250.0 - >=dev-perl/Devel-PatchPerl-1.280.0 - >=virtual/perl-Pod-Parser-1.620.0 - >=dev-perl/local-lib-2.0.14 -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.590.0 - >=virtual/perl-File-Temp-0.230.400 - >=dev-perl/IO-All-0.510.0 - >=dev-perl/Path-Class-0.330.0 - test? ( - >=dev-perl/Test-Exception-0.320.0 - >=virtual/perl-Test-Simple-1.1.2 - >=dev-perl/Test-NoWarnings-1.40.0 - >=dev-perl/Test-Output-1.30.0 - >=dev-perl/Test-Spec-0.470.0 - ) -" diff --git a/dev-perl/App-perlbrew/App-perlbrew-0.750.0-r1.ebuild b/dev-perl/App-perlbrew/App-perlbrew-0.750.0-r1.ebuild deleted file mode 100644 index ead9c877c0d4..000000000000 --- a/dev-perl/App-perlbrew/App-perlbrew-0.750.0-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=GUGOD -DIST_VERSION=0.75 -inherit perl-module - -DESCRIPTION='Manage perl installations in your $HOME' -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=dev-perl/CPAN-Perl-Releases-1.940.0 - <dev-perl/CPAN-Perl-Releases-2.880.0 - >=dev-perl/Capture-Tiny-0.250.0 - >=dev-perl/Devel-PatchPerl-1.280.0 - >=virtual/perl-Pod-Parser-1.620.0 - >=dev-perl/local-lib-2.0.14 -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.590.0 - >=virtual/perl-File-Temp-0.230.400 - >=dev-perl/IO-All-0.510.0 - >=dev-perl/Path-Class-0.330.0 - test? ( - >=dev-perl/Test-Exception-0.320.0 - >=virtual/perl-Test-Simple-1.1.2 - >=dev-perl/Test-NoWarnings-1.40.0 - >=dev-perl/Test-Output-1.30.0 - >=dev-perl/Test-Spec-0.470.0 - ) -" diff --git a/dev-perl/App-perlbrew/Manifest b/dev-perl/App-perlbrew/Manifest index 061a1af30861..4f7318c6fa24 100644 --- a/dev-perl/App-perlbrew/Manifest +++ b/dev-perl/App-perlbrew/Manifest @@ -1,4 +1 @@ -DIST App-perlbrew-0.73.tar.gz 82802 SHA256 acbc9e7b9913ef453bcac3e6caa6620d4bd67e129e63f060a82f96542554a77a SHA512 ceb78a62b179d4a6ad9e8788e849869cf9b45e526501d73cba004f96827d01ba03969307a1179840e6629e9f90385f7bae81b3662e0be81d00bcd462da59d28a WHIRLPOOL 27655d050da48012e71598e0a03b87be542e8eebcf0a610a15e45eaab5c55d82e25755f59c7be9d51ea45028752dfce31e8bfbe8bb93059b08ed07d03cd4b6c3 -DIST App-perlbrew-0.74.tar.gz 84360 SHA256 7134a9f858e3a3292ed879df04f6c880495300d727fa2b79dee7c81036d2d1c7 SHA512 eb586649e199059b42d3a6b85b37e2efb2f6769989e05e37fc44c4a46976daf2bfe7d0f96312ce8401937e99d5cd4c51c2b17bc74b6b4fe11a915ddb4bfd405a WHIRLPOOL 40e48a7de64e7672cb6f53920c8c1b3fcee85b56b3549a12452298ace1178faf0cadc010dffa98996f968b523575fcd086c12f8b5170315d62ad21b522d3398a -DIST App-perlbrew-0.75.tar.gz 83229 SHA256 c456d017836d6b30f7621515949ba3e1830826d54594da6b895391a2974b7f38 SHA512 5ef172c010f86acdbc35bda73f072c7e2a86315d3b1982d41979be17186bb7dc4638a61109caf2de66a4167a67cb3d4774232b59dfdd3c638e2b38af45af27c6 WHIRLPOOL 25ad755def9cfee3f7ddc4f289c98fa95afabb31bfd35ce089a47953d4ba8ef14b45a383a304d33b54d744ea06c254b5be55d44e639a9475b038fe9d0c08690a DIST App-perlbrew-0.78.tar.gz 86136 SHA256 96eaaeb51e3aaccd43fc42928a44b0d10c3ebd462e98e2c67d5bc453c0198df0 SHA512 28654012aaeacc9c8a4026253ba127342324b708c022cd93eb6abc287d283fb8be23f72d27388bfa9992007f6903618fe9a9dd018c9e24ae4950a8a2817ad6b2 WHIRLPOOL 466d60efbf13ef9d195106d350f2c4601b1c4618c326d1393d5d3e9622cbf6edaddb072d54be462eaeb21b89daf460acaaba2fde87f734d2ab68c5eb505f5dcc |