From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- dev-perl/DBD-SQLite/DBD-SQLite-1.640.0.ebuild | 58 ++++++++++++++++++++++ dev-perl/DBD-SQLite/Manifest | 3 ++ .../files/DBD-SQLite-1.64-no-bundle.patch | 25 ++++++++++ 3 files changed, 86 insertions(+) create mode 100644 dev-perl/DBD-SQLite/DBD-SQLite-1.640.0.ebuild create mode 100644 dev-perl/DBD-SQLite/files/DBD-SQLite-1.64-no-bundle.patch (limited to 'dev-perl/DBD-SQLite') diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.640.0.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.640.0.ebuild new file mode 100644 index 000000000000..c0067291509e --- /dev/null +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.640.0.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=ISHIGAKI +DIST_VERSION=1.64 +inherit perl-module + +DESCRIPTION="Self Contained RDBMS in a DBI Driver" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="test system-sqlite" +RESTRICT="!test? ( test )" + +# Please read https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/DBD-SQLite +# when bumping versions re: system-sqlite interop +SYSTEM_SQLITE_DEP=" + >=dev-db/sqlite-3.29.0[extensions(+)] +" +RDEPEND=" + system-sqlite? ( ${SYSTEM_SQLITE_DEP} ) + >=dev-perl/DBI-1.570.0 + ! +Date: Thu, 9 Jul 2020 12:44:07 +1200 +Subject: Disable using bundled SQLite + +--- + Makefile.PL | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile.PL b/Makefile.PL +index 5c832af..5f308ab 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -129,7 +129,7 @@ SCOPE: { + # a system sqlite is also sophisticated enough to have a patching system + # that can change the if ( 0 ) to if ( 1 ) + my ($sqlite_local, $sqlite_base, $sqlite_lib, $sqlite_inc); +-if ( 0 ) { ++if ( 1 ) { + require File::Spec; + if ( $sqlite_base = (grep(/SQLITE_LOCATION=.*/, @ARGV))[0] ) { + $sqlite_base =~ /=(.*)/; +-- +2.27.0 + -- cgit v1.2.3