diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-14 12:43:10 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-15 10:56:15 -0400 |
commit | 4a81d4ab9e1df57346bf0d805a0c24352f6716ed (patch) | |
tree | 09d009c8b287f4d8bd5093495c3b454168787099 /dev-perl/DBIx-SearchBuilder | |
parent | dev-perl/DBIx-DBSchema: Drop old versions (diff) | |
download | gentoo-4a81d4ab9e1df57346bf0d805a0c24352f6716ed.tar.gz gentoo-4a81d4ab9e1df57346bf0d805a0c24352f6716ed.tar.bz2 gentoo-4a81d4ab9e1df57346bf0d805a0c24352f6716ed.zip |
dev-perl/DBIx-SearchBuilder: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/DBIx-SearchBuilder')
4 files changed, 0 insertions, 417 deletions
diff --git a/dev-perl/DBIx-SearchBuilder/DBIx-SearchBuilder-1.690.0.ebuild b/dev-perl/DBIx-SearchBuilder/DBIx-SearchBuilder-1.690.0.ebuild deleted file mode 100644 index 79aef78e91ae..000000000000 --- a/dev-perl/DBIx-SearchBuilder/DBIx-SearchBuilder-1.690.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=BPS -DIST_VERSION=1.69 -DIST_EXAMPLES=("ex/*") -inherit perl-module - -DESCRIPTION="Encapsulate SQL queries and rows in simple Perl objects" - -SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-perl/Cache-Simple-TimedExpiry-0.210.0 - dev-perl/Class-Accessor - >=dev-perl/Class-ReturnValue-0.400.0 - dev-perl/Clone - dev-perl/DBI - dev-perl/DBIx-DBSchema - >=virtual/perl-Encode-1.990.0 - virtual/perl-Scalar-List-Utils - dev-perl/Want - >=dev-perl/capitalization-0.30.0 -" -BDEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.360.0 - test? ( - >=virtual/perl-Test-Simple-0.520.0 - dev-perl/DBD-SQLite - virtual/perl-File-Temp - ) -" - -PATCHES=( - "${FILESDIR}/${PN}-1.68-no-dot-inc.patch" -) - -PERL_RM_FILES=( - t/pod.t -) diff --git a/dev-perl/DBIx-SearchBuilder/DBIx-SearchBuilder-1.710.0.ebuild b/dev-perl/DBIx-SearchBuilder/DBIx-SearchBuilder-1.710.0.ebuild deleted file mode 100644 index 883d25ede86d..000000000000 --- a/dev-perl/DBIx-SearchBuilder/DBIx-SearchBuilder-1.710.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=BPS -DIST_VERSION=1.71 -DIST_EXAMPLES=("ex/*") -inherit perl-module - -DESCRIPTION="Encapsulate SQL queries and rows in simple Perl objects" - -SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~riscv x86" - -RDEPEND=" - >=dev-perl/Cache-Simple-TimedExpiry-0.210.0 - dev-perl/Class-Accessor - >=dev-perl/Class-ReturnValue-0.400.0 - dev-perl/Clone - dev-perl/DBI - dev-perl/DBIx-DBSchema - >=virtual/perl-Encode-1.990.0 - virtual/perl-Scalar-List-Utils - dev-perl/Want - >=dev-perl/capitalization-0.30.0 -" -BDEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.360.0 - test? ( - >=virtual/perl-Test-Simple-0.520.0 - dev-perl/DBD-SQLite - virtual/perl-File-Temp - ) -" - -PERL_RM_FILES=( - t/pod.t -) diff --git a/dev-perl/DBIx-SearchBuilder/Manifest b/dev-perl/DBIx-SearchBuilder/Manifest index 0187e45d2ece..2c04ce197bb9 100644 --- a/dev-perl/DBIx-SearchBuilder/Manifest +++ b/dev-perl/DBIx-SearchBuilder/Manifest @@ -1,3 +1 @@ -DIST DBIx-SearchBuilder-1.69.tar.gz 118336 BLAKE2B 449bf21a3c2512f1afa08836c7c0d593f56f4ccfd6b2c126336144fb481585a86d1c75821e04a136710bd22be3e8ac93ec532ff60581330b33beac9f47885699 SHA512 3dc779ddda123493c852781cbd5e2ace2100ca8234a77a369ea802e6c041868e004aeaa0ce579b8a3899d371744927dd29a002aa149ba9b8097e429aeab7ac9e -DIST DBIx-SearchBuilder-1.71.tar.gz 120610 BLAKE2B d1a7445fcb8c427d9181a5d14240819d70de5d1f1662f5c9f7f1e1658d9152e6931d5ff2a88b69f64246cb280cb68a429fa49bf5251e04875ef997d12c8c3fbf SHA512 696b427d3128d30c2655ca194614b628ec46af8daef763cd4363ae07be5b0bb16d2d1c04539f45be8e37d2d816526bfbc1627ea591e6bce127580906d4ae8ead DIST DBIx-SearchBuilder-1.76.tar.gz 132376 BLAKE2B 95be56f9c62b12752368e8a6fea17532b90f2f0d8eab29996134de9cb9e5c9a44b7f9e4438f0265fe97e965b8e1561cc3695acecefa3a30d3ede2fb14b8afdb0 SHA512 b4ba27b991d369605fc7f4821c58d11686c45c8b569b370c60ec6a62b97023631993bb457f7a42d2d821319d03c46654abc2d6b1dbda2019582dfdc06e2bf5b9 diff --git a/dev-perl/DBIx-SearchBuilder/files/DBIx-SearchBuilder-1.68-no-dot-inc.patch b/dev-perl/DBIx-SearchBuilder/files/DBIx-SearchBuilder-1.68-no-dot-inc.patch deleted file mode 100644 index 512679f1e535..000000000000 --- a/dev-perl/DBIx-SearchBuilder/files/DBIx-SearchBuilder-1.68-no-dot-inc.patch +++ /dev/null @@ -1,331 +0,0 @@ -From 7557bad8ff9ce5d17b15b5bdf81a03f1fde7a248 Mon Sep 17 00:00:00 2001 -From: Kent Fredric <kentfredric@gmail.com> -Date: Sun, 25 Jun 2017 19:16:42 +1200 -Subject: Fix for '.' removal from @INC in Perl 5.26 - -Bug: https://rt.cpan.org/Ticket/Display.html?id=121140 -Bug: https://bugs.gentoo.org/615602 -Bug: https://github.com/bestpractical/dbix-searchbuilder/pull/5 ---- - t/01basics.t | 2 +- - t/01nocap_api.t | 2 +- - t/01records.t | 2 +- - t/01searches.t | 2 +- - t/02distinct_values.t | 2 +- - t/02null_order.t | 2 +- - t/02order_outer.t | 2 +- - t/02records_cachable.t | 2 +- - t/02records_datetime.t | 2 +- - t/02records_dt_interval.t | 2 +- - t/02records_integers.t | 2 +- - t/02records_object.t | 2 +- - t/02searches_function.t | 2 +- - t/02searches_joins.t | 2 +- - t/03compatibility.t | 2 +- - t/03cud_from_select.t | 2 +- - t/03rebless.t | 2 +- - t/03transactions.t | 2 +- - t/03versions.t | 2 +- - t/10schema.t | 4 ++-- - t/11schema_records.t | 2 +- - t/20set_edge_cases.t | 2 +- - 22 files changed, 23 insertions(+), 23 deletions(-) - -diff --git a/t/01basics.t b/t/01basics.t -index a46ede6..f0c18df 100644 ---- a/t/01basics.t -+++ b/t/01basics.t -@@ -3,7 +3,7 @@ - use strict; - - use Test::More; --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 4; -diff --git a/t/01nocap_api.t b/t/01nocap_api.t -index 1ea417e..be45395 100644 ---- a/t/01nocap_api.t -+++ b/t/01nocap_api.t -@@ -3,7 +3,7 @@ - use strict; - - use Test::More; --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - - use vars qw(@SPEC_METHODS @MODULES); - my @SPEC_METHODS = qw(AUTOLOAD DESTROY CLONE); -diff --git a/t/01records.t b/t/01records.t -index a1f1366..d701e94 100644 ---- a/t/01records.t -+++ b/t/01records.t -@@ -4,7 +4,7 @@ - use strict; - use warnings; - use Test::More; --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 66; -diff --git a/t/01searches.t b/t/01searches.t -index 83a2001..1276544 100644 ---- a/t/01searches.t -+++ b/t/01searches.t -@@ -4,7 +4,7 @@ - use strict; - use warnings; - use Test::More; --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 150; -diff --git a/t/02distinct_values.t b/t/02distinct_values.t -index f20328d..826db21 100644 ---- a/t/02distinct_values.t -+++ b/t/02distinct_values.t -@@ -4,7 +4,7 @@ - use strict; - use warnings; - use Test::More; --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 9; -diff --git a/t/02null_order.t b/t/02null_order.t -index 9feda47..fab111d 100644 ---- a/t/02null_order.t -+++ b/t/02null_order.t -@@ -4,7 +4,7 @@ - use strict; - use warnings; - use Test::More; --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 11; -diff --git a/t/02order_outer.t b/t/02order_outer.t -index 08a236b..14a39fe 100644 ---- a/t/02order_outer.t -+++ b/t/02order_outer.t -@@ -4,7 +4,7 @@ - use strict; - use warnings; - use Test::More; --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 98; -diff --git a/t/02records_cachable.t b/t/02records_cachable.t -index cdbb9da..9418990 100644 ---- a/t/02records_cachable.t -+++ b/t/02records_cachable.t -@@ -4,7 +4,7 @@ - use strict; - use warnings; - use Test::More; --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 16; -diff --git a/t/02records_datetime.t b/t/02records_datetime.t -index f1a0d7a..6882729 100644 ---- a/t/02records_datetime.t -+++ b/t/02records_datetime.t -@@ -5,7 +5,7 @@ BEGIN { $ENV{'TZ'} = 'Europe/Moscow' }; - use strict; - use warnings; - use Test::More; --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 38; -diff --git a/t/02records_dt_interval.t b/t/02records_dt_interval.t -index ef1ead3..283746f 100644 ---- a/t/02records_dt_interval.t -+++ b/t/02records_dt_interval.t -@@ -5,7 +5,7 @@ BEGIN { $ENV{'TZ'} = 'Europe/Moscow' }; - use strict; - use warnings; - use Test::More; --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 17; -diff --git a/t/02records_integers.t b/t/02records_integers.t -index d13e2ee..95b8504 100644 ---- a/t/02records_integers.t -+++ b/t/02records_integers.t -@@ -3,7 +3,7 @@ - use strict; - use warnings; - use Test::More; --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 37; -diff --git a/t/02records_object.t b/t/02records_object.t -index 18c724e..34576db 100644 ---- a/t/02records_object.t -+++ b/t/02records_object.t -@@ -5,7 +5,7 @@ use strict; - use warnings; - use Test::More; - --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 11; -diff --git a/t/02searches_function.t b/t/02searches_function.t -index 2fd6e7e..c8682de 100644 ---- a/t/02searches_function.t -+++ b/t/02searches_function.t -@@ -3,7 +3,7 @@ - use strict; - use Test::More; - --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 18; -diff --git a/t/02searches_joins.t b/t/02searches_joins.t -index 1661f2b..cbdc3c9 100644 ---- a/t/02searches_joins.t -+++ b/t/02searches_joins.t -@@ -3,7 +3,7 @@ - use strict; - use Test::More; - --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 59; -diff --git a/t/03compatibility.t b/t/03compatibility.t -index 14eb382..3939503 100644 ---- a/t/03compatibility.t -+++ b/t/03compatibility.t -@@ -4,7 +4,7 @@ - use strict; - use warnings; - use Test::More; --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 2; -diff --git a/t/03cud_from_select.t b/t/03cud_from_select.t -index 7f5d21b..2f324b7 100644 ---- a/t/03cud_from_select.t -+++ b/t/03cud_from_select.t -@@ -3,7 +3,7 @@ - use strict; - use Test::More; - --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 14; -diff --git a/t/03rebless.t b/t/03rebless.t -index 888bb94..467cf00 100644 ---- a/t/03rebless.t -+++ b/t/03rebless.t -@@ -6,7 +6,7 @@ use warnings; - use Test::More; - use DBIx::SearchBuilder::Handle; - --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 4; -diff --git a/t/03transactions.t b/t/03transactions.t -index e641c19..ef0f973 100644 ---- a/t/03transactions.t -+++ b/t/03transactions.t -@@ -4,7 +4,7 @@ - use strict; - use warnings; - use Test::More; --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 52; -diff --git a/t/03versions.t b/t/03versions.t -index 79bb2e9..4acba37 100644 ---- a/t/03versions.t -+++ b/t/03versions.t -@@ -5,7 +5,7 @@ use warnings; - use Test::More; - use DBIx::SearchBuilder::Handle; - --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 6; -diff --git a/t/10schema.t b/t/10schema.t -index 2ff5ab6..fcf1a7b 100644 ---- a/t/10schema.t -+++ b/t/10schema.t -@@ -8,7 +8,7 @@ use constant TESTS_PER_DRIVER => 14; - our @AvailableDrivers; - - BEGIN { -- require("t/utils.pl"); -+ require("./t/utils.pl"); - my $total = 3 + scalar(@AvailableDrivers) * TESTS_PER_DRIVER; - if( not eval { require DBIx::DBSchema } ) { - plan skip_all => "DBIx::DBSchema not installed"; -@@ -22,7 +22,7 @@ BEGIN { - use_ok("DBIx::SearchBuilder::Handle"); - } - --require_ok("t/testmodels.pl"); -+require_ok("./t/testmodels.pl"); - - foreach my $d ( @AvailableDrivers ) { - SKIP: { -diff --git a/t/11schema_records.t b/t/11schema_records.t -index 4fc4dc4..a586cda 100644 ---- a/t/11schema_records.t -+++ b/t/11schema_records.t -@@ -5,7 +5,7 @@ use strict; - use warnings; - use Test::More; - --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 63; -diff --git a/t/20set_edge_cases.t b/t/20set_edge_cases.t -index 943f76a..d22b1ee 100644 ---- a/t/20set_edge_cases.t -+++ b/t/20set_edge_cases.t -@@ -3,7 +3,7 @@ - use strict; - use warnings; - use Test::More; --BEGIN { require "t/utils.pl" } -+BEGIN { require "./t/utils.pl" } - our (@AvailableDrivers); - - use constant TESTS_PER_DRIVER => 20; --- -2.27.0 - |