diff options
author | 2024-03-14 12:43:04 -0400 | |
---|---|---|
committer | 2024-03-15 10:56:11 -0400 | |
commit | b16761b857dcd91b760f2753c67d01312c7075b3 (patch) | |
tree | f2b3180bb5dd73d1515033371b77504edbad89ec | |
parent | dev-perl/Data-Dump: Drop old versions (diff) | |
download | gentoo-b16761b857dcd91b760f2753c67d01312c7075b3.tar.gz gentoo-b16761b857dcd91b760f2753c67d01312c7075b3.tar.bz2 gentoo-b16761b857dcd91b760f2753c67d01312c7075b3.zip |
dev-perl/Data-Dump-Streamer: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
3 files changed, 0 insertions, 298 deletions
diff --git a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0-r1.ebuild b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0-r1.ebuild deleted file mode 100644 index e94f03a64b8a..000000000000 --- a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=YVES -DIST_VERSION=2.40 -inherit perl-module - -DESCRIPTION="Accurately serialize a data structure as Perl code" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-perl/B-Utils - virtual/perl-Data-Dumper - virtual/perl-Exporter - virtual/perl-IO - virtual/perl-IO-Compress - virtual/perl-MIME-Base64 - virtual/perl-Text-Balanced - dev-perl/PadWalker - virtual/perl-XSLoader -" -DEPEND=" - dev-perl/Module-Build -" -BDEPEND="${RDEPEND} - dev-perl/Module-Build - virtual/perl-Carp - virtual/perl-ExtUtils-CBuilder - dev-perl/ExtUtils-Depends - test? ( - virtual/perl-Test-Simple - dev-perl/JSON-XS - ) -" -PATCHES=( "${FILESDIR}/${P}-perl526.patch" ) -src_prepare() { - # Add DDS.pm shortcut - echo 'yes' > "${S}"/.answer - perl-module_src_prepare -} -src_configure() { - unset LD - [[ -n "${CCLD}" ]] && export LD="${CCLD}" - perl-module_src_configure -} -src_compile() { - ./Build --config optimize="${CFLAGS}" build || die -} diff --git a/dev-perl/Data-Dump-Streamer/Manifest b/dev-perl/Data-Dump-Streamer/Manifest index 9c8a5b03b83f..f80549ad6d3b 100644 --- a/dev-perl/Data-Dump-Streamer/Manifest +++ b/dev-perl/Data-Dump-Streamer/Manifest @@ -1,2 +1 @@ -DIST Data-Dump-Streamer-2.40.tar.gz 145760 BLAKE2B b819d6cee0fd13c8a27f381c49af63fa21831e1fa8e07c5e2527f90ff874daebb0a10a667b3ada539d3837dc5848e6ba6dc09e4af1f694954ca9d137d3c1615f SHA512 db21f42ba477cc644cf1e0c572ad5cace072b35d4760e85edccd4a7ae313d1eee19158dbbdd82f42de47ab26ca5f7528882a2a983df3cc44ea3b57f8bc832f64 DIST Data-Dump-Streamer-2.42.tar.gz 147463 BLAKE2B d5f1d2e3959060cc3ae6956f823c7287c5063650ba914eded061e2d35cea3ca2be8ab503d347e8dc96bef6370a6ff9b25e2a4cfe0a9c1caaa21d730aa8a6b154 SHA512 481cc12f8111d83bc97695226531c7eb4ebdbb16ac540de90d8a0c8b1f30cd3dbc62f5def737b9eb08e6c1294fb290d9f347dd90869a7a7278d71ce436787f7d diff --git a/dev-perl/Data-Dump-Streamer/files/Data-Dump-Streamer-2.400.0-perl526.patch b/dev-perl/Data-Dump-Streamer/files/Data-Dump-Streamer-2.400.0-perl526.patch deleted file mode 100644 index e297650be41c..000000000000 --- a/dev-perl/Data-Dump-Streamer/files/Data-Dump-Streamer-2.400.0-perl526.patch +++ /dev/null @@ -1,243 +0,0 @@ -From 91e95b2c1a29253a823f9e6ee06a545d57648166 Mon Sep 17 00:00:00 2001 -From: Kent Fredric <kentnl@gentoo.org> -Date: Sat, 7 Oct 2017 17:34:57 +1300 -Subject: Fix tests for Perl 5.26 - -This removes the jiggery-pokery with $0 because its not actually -necessary vendor side, and require './t/test_helper.pl' is *MORE* than -adequate - -Bug: https://bugs.gentoo.org/615698 -Bug: https://rt.cpan.org/Ticket/Display.html?id=121169 -Bug: https://github.com/demerphq/Data-Dump-Streamer/pull/15 ---- - t/dogpound.t | 3 +-- - t/dump.t | 3 +-- - t/filter.t | 3 +-- - t/globtest.t | 3 +-- - t/hardrefs.t | 3 +-- - t/impure_madness.t | 3 +-- - t/lexicals.t | 3 +-- - t/locked.t | 3 +-- - t/madness.t | 3 +-- - t/madness_json.t | 3 +-- - t/madness_w.t | 3 +-- - t/names.t | 3 +-- - t/overload.t | 3 +-- - t/sortkeys.t | 3 +-- - t/tree.t | 3 +-- - 15 files changed, 15 insertions(+), 30 deletions(-) - -diff --git a/t/dogpound.t b/t/dogpound.t -index a534257..3d63a61 100644 ---- a/t/dogpound.t -+++ b/t/dogpound.t -@@ -8,8 +8,7 @@ use warnings; - use Data::Dumper; - - # imports same() --(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/; --require $helper; -+require "./t/test_helper.pl"; - # use this one for simple, non evalable tests. (GLOB) - # same ( $got,$expected,$name,$obj ) - # -diff --git a/t/dump.t b/t/dump.t -index c5efb28..5d0ae48 100644 ---- a/t/dump.t -+++ b/t/dump.t -@@ -7,8 +7,7 @@ use Data::Dumper; - #$Id: dump.t 40 2007-12-22 00:37:55Z demerphq $# - - # imports same() --(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/; --require $helper; -+require "./t/test_helper.pl"; - # use this one for simple, non evalable tests. (GLOB) - # same ( $got,$expected,$name,$obj ) - # -diff --git a/t/filter.t b/t/filter.t -index 9bd9d5c..c8de30c 100644 ---- a/t/filter.t -+++ b/t/filter.t -@@ -7,8 +7,7 @@ use Data::Dumper; - #$Id: filter.t 26 2006-04-16 15:18:52Z demerphq $# - - # imports same() --(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/; --require $helper; -+require "./t/test_helper.pl"; - # use this one for simple, non evalable tests. (GLOB) - # same ( $got,$expected,$name,$obj ) - # -diff --git a/t/globtest.t b/t/globtest.t -index 5ff7c66..fc55e56 100644 ---- a/t/globtest.t -+++ b/t/globtest.t -@@ -8,8 +8,7 @@ use warnings; - use Data::Dumper; - - # imports same() --(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/; --require $helper; -+require "./t/test_helper.pl"; - # use this one for simple, non evalable tests. (GLOB) - # same ( $got,$expected,$name,$obj ) - # -diff --git a/t/hardrefs.t b/t/hardrefs.t -index 3d97988..b17eebb 100644 ---- a/t/hardrefs.t -+++ b/t/hardrefs.t -@@ -8,8 +8,7 @@ use warnings; - use Data::Dumper; - - # imports same() --(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/; --require $helper; -+require "./t/test_helper.pl"; - # use this one for simple, non evalable tests. (GLOB) - # same ( $got,$expected,$name,$obj ) - # -diff --git a/t/impure_madness.t b/t/impure_madness.t -index 168db14..db496a0 100644 ---- a/t/impure_madness.t -+++ b/t/impure_madness.t -@@ -8,8 +8,7 @@ use warnings; - use Data::Dumper; - - # imports same() --(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/; --require $helper; -+require "./t/test_helper.pl"; - # use this one for simple, non evalable tests. (GLOB) - # same ( $got,$expected,$name,$obj ) - # -diff --git a/t/lexicals.t b/t/lexicals.t -index 76984b8..5369b0d 100644 ---- a/t/lexicals.t -+++ b/t/lexicals.t -@@ -5,8 +5,7 @@ use warnings; - - use Data::Dump::Streamer; - use Test::More tests => 14; --(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/; --require $helper; -+require "./t/test_helper.pl"; - diag "\nPadWalker ", - eval "use PadWalker 0.99; 1" ? qq($PadWalker::VERSION is) : "isn't", - " installed"; -diff --git a/t/locked.t b/t/locked.t -index 0af7b69..24b8539 100644 ---- a/t/locked.t -+++ b/t/locked.t -@@ -9,8 +9,7 @@ use warnings; - - - # imports same() --(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/; --require $helper; -+require "./t/test_helper.pl"; - # use this one for simple, non evalable tests. (GLOB) - # same ( $got,$expected,$name,$obj ) - # -diff --git a/t/madness.t b/t/madness.t -index 0987bfb..fd40e7e 100644 ---- a/t/madness.t -+++ b/t/madness.t -@@ -7,8 +7,7 @@ use strict; - use warnings; - use Data::Dumper; - # imports same() --(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/; --require $helper; -+require "./t/test_helper.pl"; - # use this one for simple, non evalable tests. (GLOB) - # same ( $got,$expected,$name,$obj ) - # -diff --git a/t/madness_json.t b/t/madness_json.t -index 5fb055e..505cc03 100644 ---- a/t/madness_json.t -+++ b/t/madness_json.t -@@ -12,8 +12,7 @@ BEGIN { - }; - BEGIN { use_ok( 'Data::Dump::Streamer', qw(:undump) ); } - # imports same() --(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/; --require $helper; -+require "./t/test_helper.pl"; - # use this one for simple, non evalable tests. (GLOB) - # same ( $got,$expected,$name,$obj ) - # -diff --git a/t/madness_w.t b/t/madness_w.t -index ae06ccd..0c70e6c 100644 ---- a/t/madness_w.t -+++ b/t/madness_w.t -@@ -14,8 +14,7 @@ SKIP:{ - unless eval { weaken($_ref) }; - - # imports same() --(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/; --require $helper; -+require "./t/test_helper.pl"; - # use this one for simple, non evalable tests. (GLOB) - # same ( $got,$expected,$name,$obj ) - # -diff --git a/t/names.t b/t/names.t -index c4773ea..1e72e4c 100644 ---- a/t/names.t -+++ b/t/names.t -@@ -7,8 +7,7 @@ use Data::Dumper; - #$Id: names.t 26 2006-04-16 15:18:52Z demerphq $# - - # imports same() --(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/; --require $helper; -+require "./t/test_helper.pl"; - # use this one for simple, non evalable tests. (GLOB) - # same ( $got,$expected,$name,$obj ) - # -diff --git a/t/overload.t b/t/overload.t -index 63063e9..3baae8a 100644 ---- a/t/overload.t -+++ b/t/overload.t -@@ -9,8 +9,7 @@ require overload; - #$Id: overload.t 26 2006-04-16 15:18:52Z demerphq $# - - # imports same() --(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/; --require $helper; -+require "./t/test_helper.pl"; - - sub dump_obj { - my $obj = shift; -diff --git a/t/sortkeys.t b/t/sortkeys.t -index 2973c72..0267239 100644 ---- a/t/sortkeys.t -+++ b/t/sortkeys.t -@@ -7,8 +7,7 @@ use Data::Dumper; - #$Id: sortkeys.t 26 2006-04-16 15:18:52Z demerphq $# - - # imports same() --(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/; --require $helper; -+require "./t/test_helper.pl"; - # use this one for simple, non evalable tests. (GLOB) - # same ( $got,$expected,$name,$obj ) - # -diff --git a/t/tree.t b/t/tree.t -index d20d2f5..74abf1d 100644 ---- a/t/tree.t -+++ b/t/tree.t -@@ -7,8 +7,7 @@ use Data::Dumper; - #$Id: tree.t 26 2006-04-16 15:18:52Z demerphq $# - - # imports same() --(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/; --require $helper; -+require "./t/test_helper.pl"; - # use this one for simple, non evalable tests. (GLOB) - # same ( $got,$expected,$name,$obj ) - # --- -2.14.1 - |