From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBD-SQLite/
Date: Wed, 16 Nov 2016 07:30:27 +0000 (UTC) [thread overview]
Message-ID: <1479280233.d91a512e5adf329a6d1f1fb96c3a5a626c3370a2.kentnl@gentoo> (raw)
commit: d91a512e5adf329a6d1f1fb96c3a5a626c3370a2
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 07:09:52 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 07:10:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91a512e
dev-perl/DBD-SQLite: Bump to 1.520.0
Testing indicates system-sqlite works again, at least, with
sqlite-3.15.1
Upstream:
- Update bundled SQLite to 3.13.0
- Enabled FTS5
- REGEXP function fixed to work under sqlite_unicode
- column_info now parses column_info with spaces correctly.
Package-Manager: portage-2.3.2
dev-perl/DBD-SQLite/DBD-SQLite-1.520.0.ebuild | 47 +++++++++++++++++++++++++++
dev-perl/DBD-SQLite/Manifest | 1 +
dev-perl/DBD-SQLite/metadata.xml | 10 ++++--
3 files changed, 55 insertions(+), 3 deletions(-)
diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.520.0.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.520.0.ebuild
new file mode 100644
index 00000000..dfaf0ef
--- /dev/null
+++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.520.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ISHIGAKI
+DIST_VERSION=1.52
+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 ~x86-freebsd ~x86-interix ~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
+ !<dev-perl/DBD-SQLite-1
+ virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.480.0
+ test? (
+ >=virtual/perl-File-Spec-0.820.0
+ >=virtual/perl-Test-Simple-0.420.0
+ )
+"
+
+src_prepare() {
+ perl-module_src_prepare
+ if use system-sqlite; then
+ einfo "Removing bundled SQLite"
+ # Flip Makefile into system mode.
+ sed -i 's/^if ( 0 )/if ( 1 )/' "${S}"/Makefile.PL || die
+ # remove bundled sqlite (rt.cpan#61361)
+ for i in sqlite3{.c,.h,ext.h} ; do
+ rm ${i} || die
+ sed -i -e "/^${i}\$/d" MANIFEST || die
+ done
+ myconf="SQLITE_LOCATION=${EPREFIX}/usr"
+ fi
+}
diff --git a/dev-perl/DBD-SQLite/Manifest b/dev-perl/DBD-SQLite/Manifest
index c828889..20ce937 100644
--- a/dev-perl/DBD-SQLite/Manifest
+++ b/dev-perl/DBD-SQLite/Manifest
@@ -1,2 +1,3 @@
DIST DBD-SQLite-1.48.tar.gz 1769115 SHA256 b397230f5d4cdc9923f91c62da9e535234f3055c528ede75afd7d24698030ea6 SHA512 9c00decdb6730c0e4be3fdd01fef6ebad0452cbe1b5141c23fee7d0c5ca0089f3cd4e5d70d331e959ec50546bb10154a3c2db4bfd27993912d5c788cef0a81ee WHIRLPOOL 8313333ba47203d2eb1434266af250dcfe9e360d697155d82bb24b6f0c0abf650d3cc787e6b9c93144e790de16aa1c318032626f867977b8dfeee92be53c3b12
DIST DBD-SQLite-1.50.tar.gz 2023829 SHA256 3ac513ab73944fd7d4b672e1fe885dc522b6369d38f46a68e67e0045bf159ce1 SHA512 6ef903ef5a08511caf962d255d1245d83398ca0c807d86463eae86d7408b8ec271e9d7176c120cf6843a12d3670114c1856c85bb737acad9ef79e630dd253c82 WHIRLPOOL ea39ae0eb6bc2202da7e64399e6b8a101944e31c33c2a872225cc28819c68017163a65ce548eff8547b7ad4ecf82b2692eaaf90a724cc0cd69d48a2de5d28f72
+DIST DBD-SQLite-1.52.tar.gz 2136120 SHA256 a6da099e9b953262afafea18335930bede1f195fdead45bd3f00e690b158354e SHA512 589ab97af705ac8236951d73bdf88a571531ec3d3d75d8bf25c1e1c275fa89a01b907b0a25807fc926808872761ee1087ace47725c3f7a220972923996d3d2d4 WHIRLPOOL 2ffb00d32bdbce98db25979659ec489b4a5366539c209326ebc8b7d90741611ae93fb336c150ef10e5b2d1efa4952be20ae137753d9e6ed3e4c6228a4e99518f
diff --git a/dev-perl/DBD-SQLite/metadata.xml b/dev-perl/DBD-SQLite/metadata.xml
index f8fa094..81d7078 100644
--- a/dev-perl/DBD-SQLite/metadata.xml
+++ b/dev-perl/DBD-SQLite/metadata.xml
@@ -11,8 +11,12 @@
<upstream>
<remote-id type="cpan">DBD-SQLite</remote-id>
<remote-id type="cpan-module">DBD::SQLite</remote-id>
- <remote-id type="cpan-module">DBD::SQLite::_WriteOnceHash</remote-id>
- <remote-id type="cpan-module">DBD::SQLite::db</remote-id>
- <remote-id type="cpan-module">DBD::SQLite::dr</remote-id>
+ <remote-id type="cpan-module">DBD::SQLite::Constants</remote-id>
+ <remote-id type="cpan-module">DBD::SQLite::VirtualTable</remote-id>
+ <remote-id type="cpan-module">DBD::SQLite::VirtualTable::Cursor</remote-id>
+ <remote-id type="cpan-module">DBD::SQLite::VirtualTable::FileContent</remote-id>
+ <remote-id type="cpan-module">DBD::SQLite::VirtualTable::FileContent::Cursor</remote-id>
+ <remote-id type="cpan-module">DBD::SQLite::VirtualTable::PerlData</remote-id>
+ <remote-id type="cpan-module">DBD::SQLite::VirtualTable::PerlData::Cursor</remote-id>
</upstream>
</pkgmetadata>
next reply other threads:[~2016-11-16 7:30 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-16 7:30 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-24 16:25 [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBD-SQLite/ Matt Turner
2024-12-05 12:29 Sam James
2024-12-01 22:36 Jakov Smolić
2024-12-01 17:35 Jakov Smolić
2024-10-24 10:23 Sam James
2023-11-04 13:35 Sam James
2023-11-04 13:35 Sam James
2023-11-04 10:50 Sam James
2023-11-04 10:50 Sam James
2023-09-21 22:33 Sam James
2022-12-18 11:44 Sam James
2022-12-18 11:41 Sam James
2022-11-18 4:24 Sam James
2022-11-18 4:24 Sam James
2022-05-14 7:04 WANG Xuerui
2021-12-12 18:25 Sam James
2021-12-06 6:38 Arthur Zamarin
2021-12-05 3:34 Sam James
2021-12-05 3:34 Sam James
2021-12-05 3:15 Sam James
2021-12-05 3:08 Sam James
2021-10-20 23:00 Andreas K. Hüttel
2021-09-28 12:39 James Le Cuirot
2021-05-01 15:29 Andreas K. Hüttel
2020-12-27 14:54 Fabian Groffen
2020-11-23 8:01 Sergei Trofimovich
2020-11-19 11:17 Agostino Sarubbo
2020-11-18 6:55 Agostino Sarubbo
2020-11-17 20:43 Thomas Deutschmann
2020-11-16 0:50 Sam James
2020-11-16 0:43 Sam James
2020-11-16 0:22 Sam James
2020-10-19 3:58 Kent Fredric
2020-08-31 5:19 Kent Fredric
2018-12-08 12:51 Mikle Kolyada
2018-11-23 13:06 Agostino Sarubbo
2018-10-12 11:16 Tobias Klausmann
2018-10-06 21:10 Mart Raudsepp
2018-10-06 19:34 Matt Turner
2018-09-30 16:08 Sergei Trofimovich
2018-07-01 14:01 Mikle Kolyada
2018-06-03 4:29 Kent Fredric
2018-05-26 13:38 Thomas Deutschmann
2018-05-26 13:38 Thomas Deutschmann
2018-04-20 7:10 Kent Fredric
2018-04-07 5:08 Matt Turner
2018-03-31 18:30 Sergei Trofimovich
2018-03-15 16:28 Mikle Kolyada
2018-03-05 13:57 Tobias Klausmann
2018-03-02 21:51 Mart Raudsepp
2018-02-28 20:24 Kent Fredric
2018-02-23 22:10 Sergei Trofimovich
2018-02-19 8:07 Sergei Trofimovich
2018-02-17 20:46 Sergei Trofimovich
2018-01-03 14:32 Kent Fredric
2017-10-06 17:52 Kent Fredric
2017-02-24 4:16 Mike Frysinger
2017-02-04 17:33 Andreas Hüttel
2017-02-03 21:48 Jeroen Roovers
2017-01-03 10:38 Agostino Sarubbo
2017-01-01 12:43 Agostino Sarubbo
2016-12-29 10:45 Agostino Sarubbo
2016-12-26 18:52 Kent Fredric
2016-12-20 19:16 Tobias Klausmann
2016-10-26 16:56 Markus Meier
2016-10-03 12:15 Tobias Klausmann
2016-05-06 22:30 Andreas Hüttel
2016-03-05 19:55 Andreas Hüttel
2016-03-05 17:36 Mikle Kolyada
2016-01-24 7:20 Jeroen Roovers
2016-01-12 20:16 Markus Meier
2016-01-03 11:54 Agostino Sarubbo
2016-01-02 19:42 Andreas Hüttel
2015-09-08 19:43 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1479280233.d91a512e5adf329a6d1f1fb96c3a5a626c3370a2.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox