From b11a5614cb96e70e116581c98abf286c2cf694ca Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 25 Oct 2024 04:04:27 +0100 Subject: gentoo auto-resync : 25:10:2024 - 04:04:26 --- dev-perl/DBD-SQLite/DBD-SQLite-1.760.0.ebuild | 60 +++++++++++++++++++++++++++ dev-perl/DBD-SQLite/Manifest | 2 + 2 files changed, 62 insertions(+) create mode 100644 dev-perl/DBD-SQLite/DBD-SQLite-1.760.0.ebuild (limited to 'dev-perl/DBD-SQLite') diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.760.0.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.760.0.ebuild new file mode 100644 index 000000000000..97ec82e36266 --- /dev/null +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.760.0.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=ISHIGAKI +DIST_VERSION=1.76 +inherit perl-module + +DESCRIPTION="Self Contained RDBMS in a DBI Driver" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +IUSE="system-sqlite" + +# Please read https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/DBD-SQLite +# when bumping versions re: system-sqlite interop +SYSTEM_SQLITE_VER="3.46.1" +SYSTEM_SQLITE_DEP=" + >=dev-db/sqlite-${SYSTEM_SQLITE_VER}[extensions(+)] +" +RDEPEND=" + system-sqlite? ( ${SYSTEM_SQLITE_DEP} ) + >=dev-perl/DBI-1.570.0 + !