From b7bc74f68e03c291182532550348db79ab9af85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Mon, 13 May 2024 14:44:58 +0200 Subject: [PATCH] [dev-db/postgresql] sync --- ...{postgresql-16.3.ebuild => postgresql-16.3-r1.ebuild} | 9 +-------- dev-db/postgresql/postgresql-9999.ebuild | 7 ------- 2 files changed, 1 insertion(+), 15 deletions(-) rename dev-db/postgresql/{postgresql-16.3.ebuild => postgresql-16.3-r1.ebuild} (97%) diff --git a/dev-db/postgresql/postgresql-16.3.ebuild b/dev-db/postgresql/postgresql-16.3-r1.ebuild similarity index 97% rename from dev-db/postgresql/postgresql-16.3.ebuild rename to dev-db/postgresql/postgresql-16.3-r1.ebuild index 50afc8d..ce23995 100644 --- a/dev-db/postgresql/postgresql-16.3.ebuild +++ b/dev-db/postgresql/postgresql-16.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10,11,12} ) +PYTHON_COMPAT=( python3_{10,11,12,13} ) LLVM_COMPAT=( {15..18} ) inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles @@ -409,13 +409,6 @@ pkg_config() { # overridden in the initscript sed '/^#unix_socket_directories/,+1d' -i "${PGDATA%/}"/postgresql.conf - cat <<- EOF >> "${PGDATA%/}"/postgresql.conf - # This is here because of https://bugs.gentoo.org/show_bug.cgi?id=518522 - # On the off-chance that you might need to work with UTF-8 encoded - # characters in PL/Perl - plperl.on_init = 'use utf8; use re; package utf8; require "utf8_heavy.pl";' - EOF - einfo "The autovacuum function, which was in contrib, has been moved to the main" einfo "PostgreSQL functions starting with 8.1, and starting with 8.4 is now enabled" einfo "by default. You can disable it in the cluster's:" diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index 1fa775a..7933efb 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -388,13 +388,6 @@ pkg_config() { # overridden in the initscript sed '/^#unix_socket_directories/,+1d' -i "${PGDATA%/}"/postgresql.conf - cat <<- EOF >> "${PGDATA%/}"/postgresql.conf - # This is here because of https://bugs.gentoo.org/show_bug.cgi?id=518522 - # On the off-chance that you might need to work with UTF-8 encoded - # characters in PL/Perl - plperl.on_init = 'use utf8; use re; package utf8; require "utf8_heavy.pl";' - EOF - einfo "The autovacuum function, which was in contrib, has been moved to the main" einfo "PostgreSQL functions starting with 8.1, and starting with 8.4 is now enabled" einfo "by default. You can disable it in the cluster's:"