mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
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
23 lines
1.1 KiB
XML
23 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>perl@gentoo.org</email>
|
|
<name>Gentoo Perl Project</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="system-sqlite">Use the system-wide <pkg>dev-db/sqlite</pkg> installation</flag>
|
|
</use>
|
|
<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::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>
|