From 670898f1fb9b13015c3df66528c4a264562308f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Sagaert?= Date: Thu, 8 Jan 2026 20:50:33 +0100 Subject: [PATCH] gnatcoll_postgres 26.0.0 (#1754) --- .../gnatcoll_postgres-26.0.0.toml | 26 +++++++++++++++++++ index/po/postgresql/postgresql-external.toml | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 index/gn/gnatcoll_postgres/gnatcoll_postgres-26.0.0.toml diff --git a/index/gn/gnatcoll_postgres/gnatcoll_postgres-26.0.0.toml b/index/gn/gnatcoll_postgres/gnatcoll_postgres-26.0.0.toml new file mode 100644 index 00000000..198ef816 --- /dev/null +++ b/index/gn/gnatcoll_postgres/gnatcoll_postgres-26.0.0.toml @@ -0,0 +1,26 @@ +name = "gnatcoll_postgres" +version = "26.0.0" +description = "GNAT Components Collection - postgres" +website = "https://github.com/adacore/gnatcoll-db" +authors = ["AdaCore"] +licenses = "GPL-3.0-or-later WITH GCC-exception-3.1" +maintainers = ["chouteau@adacore.com", "sagaert@adacore.com"] +maintainers-logins = ["Fabien-Chouteau", "AldanTanneo"] +project-files = ["postgres/gnatcoll_postgres.gpr"] +tags = ["gnatcoll", "gnatcoll-db", "postgres", "postgresql", "database"] + +[configuration] +disabled = true + +# [gpr-externals] +# GNATCOLL_BUILD_MODE = ["DEBUG", "PROD"] +# LIBRARY_TYPE = ["static", "relocatable", "static-pic"] + +[[depends-on]] +gnatcoll = "~26.0.0" +gnatcoll_sql = "~26.0.0" +postgresql = "*" + +[origin] +url="https://github.com/AdaCore/gnatcoll-db/archive/refs/tags/v26.0.0.zip" +hashes=['sha512:65ed82f825d80cfd3e3e762f424c9a0e8ad0a99613f7d4cb2419e24955d5c2b3ac567f5703c14b4e9b69580881e5104786e0db00a1c9c1f04daeb9c2c4263a21'] diff --git a/index/po/postgresql/postgresql-external.toml b/index/po/postgresql/postgresql-external.toml index c31eaf44..ff1f51e2 100644 --- a/index/po/postgresql/postgresql-external.toml +++ b/index/po/postgresql/postgresql-external.toml @@ -7,5 +7,5 @@ maintainers-logins = ["Fabien-Chouteau"] [[external]] kind = "system" [external.origin."case(distribution)"] -"debian|ubuntu|arch" = ["postgresql"] +"debian|ubuntu|arch|fedora" = ["postgresql"] msys2 = ["mingw-w64-x86_64-postgresql"]