summaryrefslogtreecommitdiff
path: root/dev-db
Commit message (Collapse)AuthorAgeFilesLines
* dev-db/sqlite: Stabilize 3.45.3 hppa, #930881Matoro Mahri2024-05-311-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-db/sqlmap: drop 1.7.9, 1.8Mario Haustein2024-06-013-122/+0
| | | | | | Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/35980 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/sqlmap: add 1.8.5Mario Haustein2024-06-012-0/+61
| | | | | Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mongodb: drop 4.4.20, 5.0.16-r1Alexys Jacob2024-05-304-410/+0
| | | | Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
* dev-db/sqlite: drop 3.44.2-r1, 3.44.2-r2, 3.45.2Jakov Smolić2024-05-294-1298/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: add 3.46.0Jakov Smolić2024-05-292-0/+428
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/mongodb: Stabilize 5.0.26 amd64, #932941Sam James2024-05-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/sqlitebrowser: add patch to fix conflict that str macro brings inDenis Pronin2024-05-282-0/+17
| | | | | | | | | | | | | sometimes expanding str() gives an error because it conflicts with str() method of, for example, std::ostringstream::str() This patch is dedicated to fixing this circumstance Closes https://bugs.gentoo.org/932577 Signed-off-by: Denis Pronin <dannftk@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/35909 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mongodb: fix build w/ boost-1.85Sam James2024-05-282-0/+140
| | | | | | Closes: https://bugs.gentoo.org/932251 Thanks-to: Jura <me@slie.ru> Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/postgresql: add 17_beta1Patrick Lauer2024-05-232-0/+474
| | | | Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* dev-db/kdb: Fix build w/ ICU-75Andreas Sturmlechner2024-05-221-0/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-db/redict: revbump for initd fixesAnna (navi) Figueiredo Gomes2024-05-211-0/+0
| | | | | | Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev> Closes: https://github.com/gentoo/gentoo/pull/36754 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/redict: Add provide "redis" to openrc init scriptAnna (navi) Figueiredo Gomes2024-05-212-0/+2
| | | | | | Closes: https://bugs.gentoo.org/932244 Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev> Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/redict: Fix command path in init scriptsAnna (navi) Figueiredo Gomes2024-05-213-3/+3
| | | | | | Closes: https://bugs.gentoo.org/932243 Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev> Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/redis: add 7.2.5Petr Vaněk2024-05-192-0/+198
| | | | | | | | | | Dependencies were corrected. COMMON_DEPEND was renamed to DEPEND, those deps are no longer part of BDEPEND as they are not needed in CBUILD. Test deps were moved to BDEPEND because the testing framework is written in tcl. The acct-* deps are additionally copied to BDEPEND as they are required in src_install phase. Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/qdbm: update metadata.xmlAkinori Hattori2024-05-191-3/+4
| | | | Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* dev-db/qdbm: drop debug USE flagAkinori Hattori2024-05-191-11/+2
| | | | | Closes: https://bugs.gentoo.org/889794 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* dev-db/postgresql: Refresh live ebuildAaron W. Swenson2024-05-171-134/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Live ebuild brought current with production ebuilds. Can now be used as the template for the next production slot. Improved Meson targets, and fixed building manpages and documentation. More tests now run under Meson with new dependencies. Improved messaging with consideration that the server use flag will be dropped eventually. Documentation building is now optional, but the same resources are needed to build manpages, so no change in deps for this. Further, upstream plans to drop prebuilt man/doc from the tarballs starting with 17, so this is more permanent at this time. No longer updates links managed by eselect when the ebuild's slot doesn't match and, ergo, would not have impacted those links. No longer installs README, HISTORY, or TODO since they contained nothing of substance. Function and variable order cleaned up (apparently src_test shouldn't be the last function), and quite a bit more minor tweaks following recommendations from Shellcheck. Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
* dev-db/timescaledb: add 2.15.0Patrick Lauer2024-05-152-0/+68
| | | | Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* dev-db/postgresql: Fix llvm slot behaviourPatrick Lauer2024-05-155-0/+5
| | | | | Closes: https://bugs.gentoo.org/931944 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* dev-db/postgresql: drop 12.18, 13.14, 14.11, 15.6, 16.2Patrick Lauer2024-05-146-2278/+0
| | | | Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* dev-db/mongodb: add missing patchRobert Förster2024-05-141-0/+1
| | | | | | | Closes: https://bugs.gentoo.org/931736 Signed-off-by: Robert Förster <Dessa@gmake.de> Closes: https://github.com/gentoo/gentoo/pull/36669 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/postgresql: Stabilize 16.3-r1 ppc, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 15.7-r1 ppc, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 14.12-r1 ppc, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 13.15-r1 ppc, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 12.19-r1 ppc, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 16.3-r1 arm, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 15.7-r1 arm, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 14.12-r1 arm, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 13.15-r1 arm, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 12.19-r1 arm, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 16.3-r1 ppc64, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 15.7-r1 ppc64, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 14.12-r1 ppc64, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 13.15-r1 ppc64, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 12.19-r1 ppc64, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 16.3-r1 arm64, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 15.7-r1 arm64, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 14.12-r1 arm64, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 13.15-r1 arm64, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 12.19-r1 arm64, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 16.3-r1 x86, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 15.7-r1 x86, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 14.12-r1 x86, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 13.15-r1 x86, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 12.19-r1 x86, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 16.3-r1 amd64, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 15.7-r1 amd64, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/postgresql: Stabilize 14.12-r1 amd64, #931846Arthur Zamarin2024-05-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>