From 67ff4e881df5f5a1482662d6aba4680f82d12197 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 22 Sep 2023 05:16:15 +0100 Subject: gentoo auto-resync : 22:09:2023 - 05:16:14 --- dev-perl/DBD-SQLite/DBD-SQLite-1.740.0.ebuild | 60 +++++++++++++++++++++++++++ dev-perl/DBD-SQLite/Manifest | 2 + 2 files changed, 62 insertions(+) create mode 100644 dev-perl/DBD-SQLite/DBD-SQLite-1.740.0.ebuild (limited to 'dev-perl/DBD-SQLite') diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.740.0.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.740.0.ebuild new file mode 100644 index 000000000000..cc47f92ae8f8 --- /dev/null +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.740.0.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=ISHIGAKI +DIST_VERSION=1.74 +inherit perl-module + +DESCRIPTION="Self Contained RDBMS in a DBI Driver" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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.42.0" +SYSTEM_SQLITE_DEP=" + >=dev-db/sqlite-${SYSTEM_SQLITE_VER}[extensions(+)] +" +RDEPEND=" + system-sqlite? ( ${SYSTEM_SQLITE_DEP} ) + >=dev-perl/DBI-1.570.0 + !