From b17a3ef12038de50228bade1f05502c74e135321 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Sep 2020 14:09:07 +0100 Subject: gentoo resync : 02.09.2020 --- dev-perl/DBD-SQLite/DBD-SQLite-1.660.0.ebuild | 58 +++++++++++++++++++++++++++ dev-perl/DBD-SQLite/Manifest | 4 +- dev-perl/DBD-SQLite/metadata.xml | 1 + 3 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 dev-perl/DBD-SQLite/DBD-SQLite-1.660.0.ebuild (limited to 'dev-perl/DBD-SQLite') diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.660.0.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.660.0.ebuild new file mode 100644 index 000000000000..796f42ffefb6 --- /dev/null +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.660.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.66 +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.32.3[extensions(+)] +" +RDEPEND=" + system-sqlite? ( ${SYSTEM_SQLITE_DEP} ) + >=dev-perl/DBI-1.570.0 + !DBD-SQLite DBD::SQLite DBD::SQLite::Constants + DBD::SQLite::GetInfo DBD::SQLite::VirtualTable DBD::SQLite::VirtualTable::Cursor DBD::SQLite::VirtualTable::FileContent -- cgit v1.2.3