From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-perl/DBD-SQLite/DBD-SQLite-1.500.0.ebuild | 46 +++++++++++++++++++++++ dev-perl/DBD-SQLite/DBD-SQLite-1.540.0.ebuild | 53 +++++++++++++++++++++++++++ dev-perl/DBD-SQLite/Manifest | 8 ++++ dev-perl/DBD-SQLite/metadata.xml | 22 +++++++++++ 4 files changed, 129 insertions(+) create mode 100644 dev-perl/DBD-SQLite/DBD-SQLite-1.500.0.ebuild create mode 100644 dev-perl/DBD-SQLite/DBD-SQLite-1.540.0.ebuild create mode 100644 dev-perl/DBD-SQLite/Manifest create mode 100644 dev-perl/DBD-SQLite/metadata.xml (limited to 'dev-perl/DBD-SQLite') diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.500.0.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.500.0.ebuild new file mode 100644 index 000000000000..2b3d59d735bf --- /dev/null +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.500.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=ISHIGAKI +DIST_VERSION=1.50 +inherit perl-module + +DESCRIPTION="Self Contained RDBMS in a DBI Driver" + +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="test system-sqlite" + +# NB: Get min sqlite version from sqlite3.c +RDEPEND=" + system-sqlite? ( + >=dev-db/sqlite-3.10.2[extensions(+)] + ) + >=dev-perl/DBI-1.570.0 + ! + + + + perl@gentoo.org + Gentoo Perl Project + + + Use the system-wide dev-db/sqlite installation + + + DBD-SQLite + DBD::SQLite + DBD::SQLite::Constants + DBD::SQLite::VirtualTable + DBD::SQLite::VirtualTable::Cursor + DBD::SQLite::VirtualTable::FileContent + DBD::SQLite::VirtualTable::FileContent::Cursor + DBD::SQLite::VirtualTable::PerlData + DBD::SQLite::VirtualTable::PerlData::Cursor + + -- cgit v1.2.3