[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/, dev-db/postgresql/files/

2024-09-26 Thread Patrick Lauer
commit: 507412d6cd7d4cbac93af74e198cb65150646fe9
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Sep 27 05:47:07 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Fri Sep 27 05:53:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=507412d6

dev-db/postgresql: Fix USE=-server

Closes: https://bugs.gentoo.org/940319
Signed-off-by: Patrick Lauer  gentoo.org>

 .../files/postgresql-17.0-no-server.patch  | 146 +
 ...resql-17.0.ebuild => postgresql-17.0-r1.ebuild} |   2 +-
 2 files changed, 147 insertions(+), 1 deletion(-)

diff --git a/dev-db/postgresql/files/postgresql-17.0-no-server.patch 
b/dev-db/postgresql/files/postgresql-17.0-no-server.patch
new file mode 100644
index ..a32ca2dbe448
--- /dev/null
+++ b/dev-db/postgresql/files/postgresql-17.0-no-server.patch
@@ -0,0 +1,146 @@
+--- a/contrib/Makefile
 b/contrib/Makefile
+@@ -5,57 +5,9 @@
+ include $(top_builddir)/src/Makefile.global
+ 
+ SUBDIRS = \
+-  amcheck \
+-  auth_delay  \
+-  auto_explain\
+-  basic_archive   \
+-  basebackup_to_shell \
+-  bloom   \
+-  btree_gin   \
+-  btree_gist  \
+-  citext  \
+-  cube\
+-  dblink  \
+-  dict_int\
+-  dict_xsyn   \
+-  earthdistance   \
+-  file_fdw\
+-  fuzzystrmatch   \
+-  hstore  \
+-  intagg  \
+-  intarray\
+-  isn \
+-  lo  \
+-  ltree   \
+   oid2name\
+-  pageinspect \
+-  passwordcheck   \
+-  pg_buffercache  \
+-  pg_freespacemap \
+-  pg_prewarm  \
+-  pg_stat_statements \
+-  pg_surgery  \
+-  pg_trgm \
+-  pgrowlocks  \
+-  pgstattuple \
+-  pg_visibility   \
+-  pg_walinspect   \
+-  postgres_fdw\
+-  seg \
+-  spi \
+-  tablefunc   \
+-  tcn \
+-  test_decoding   \
+-  tsm_system_rows \
+-  tsm_system_time \
+-  unaccent\
+   vacuumlo
+ 
+-ifeq ($(with_ssl),openssl)
+-SUBDIRS += pgcrypto sslinfo
+-else
+-ALWAYS_SUBDIRS += pgcrypto sslinfo
+-endif
+ 
+ ifneq ($(with_uuid),no)
+ SUBDIRS += uuid-ossp
+--- a/src/backend/Makefile
 b/src/backend/Makefile
+@@ -56,7 +56,7 @@
+ 
+ ##
+ 
+-all: submake-libpgport submake-catalog-headers submake-utils-headers postgres 
$(POSTGRES_IMP)
++all: generated-headers
+ 
+ ifneq ($(PORTNAME), cygwin)
+ ifneq ($(PORTNAME), win32)
+@@ -194,23 +194,7 @@
+ 
+ ##
+ 
+-install: all installdirs install-bin
+-ifeq ($(PORTNAME), cygwin)
+-ifeq ($(MAKE_DLL), true)
+-  $(INSTALL_DATA) libpostgres.a '$(DESTDIR)$(libdir)/libpostgres.a'
+-endif
+-endif
+-ifeq ($(PORTNAME), win32)
+-ifeq ($(MAKE_DLL), true)
+-  $(INSTALL_DATA) libpostgres.a '$(DESTDIR)$(libdir)/libpostgres.a'
+-endif
+-endif
+-  $(MAKE) -C catalog install-data
+-  $(MAKE) -C tsearch install-data
+-  $(MAKE) -C utils install-data
+-  $(INSTALL_DATA) $(srcdir)/libpq/pg_hba.conf.sample 
'$(DESTDIR)$(datadir)/pg_hba.conf.sample'
+-  $(INSTALL_DATA) $(srcdir)/libpq/pg_ident.conf.sample 
'$(DESTDIR)$(datadir)/pg_ident.conf.sample'
+-  $(INSTALL_DATA) $(srcdir)/utils/misc/postgresql.conf.sample 
'$(DESTDIR)$(datadir)/postgresql.conf.sample'
++install:
+ 
+ ifeq ($(with_llvm), yes)
+ install-bin: install-postgres-bitcode
+--- a/src/bin/Makefile
 b/src/bin/Makefile
+@@ -14,24 +14,8 @@
+ include $(top_builddir)/src/Makefile.global
+ 
+ SUBDIRS = \
+-  initdb \
+-  pg_amcheck \
+-  pg_archivecleanup \
+-  pg_basebackup \
+-  pg_checksums \
+-  pg_combinebackup \
+   pg_config \
+-  pg_controldata \
+-  pg_ctl \
+   pg_dump \
+-  pg_resetwal \
+-  pg_rewind \
+-  pg_test_fsync \
+-  pg_test_timing \
+-  pg_upgrade \
+-  pg_verifybackup \
+-  pg_waldump \
+-  pg_walsummary \
+   pgbench \
+   psql \
+   scripts
+--- a/src/Makefile
 b/src/Makefile
+@@ -17,19 +17,11 @@
+   port \
+   timezone \
+   backend \
+-  backend/utils/mb/conversion_procs \
+-  backend/snowball \
+   include \
+   interfaces \
+-  backend/replication/libpqwalreceiver \
+-  backend/replication/pgoutput \
+   fe_utils \
+   bin \
+-  pl \
+-  makefiles \
+-  test/regress \
+-  tes

[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-09-26 Thread Patrick Lauer
commit: c55b3c67ebc63fd3bec5a699de404efc17a8b30d
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu Sep 26 13:36:04 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu Sep 26 13:36:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55b3c67

dev-db/postgresql: Allow llvm-19

Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/postgresql/postgresql-13.16.ebuild | 2 +-
 dev-db/postgresql/postgresql-14.13.ebuild | 2 +-
 dev-db/postgresql/postgresql-15.8.ebuild  | 2 +-
 dev-db/postgresql/postgresql-16.4.ebuild  | 2 +-
 dev-db/postgresql/postgresql-17.0.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-db/postgresql/postgresql-13.16.ebuild 
b/dev-db/postgresql/postgresql-13.16.ebuild
index 43f95097ed35..378473f3db41 100644
--- a/dev-db/postgresql/postgresql-13.16.ebuild
+++ b/dev-db/postgresql/postgresql-13.16.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12,13} )
-LLVM_COMPAT=( {15..18} )
+LLVM_COMPAT=( {15..19} )
 LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles

diff --git a/dev-db/postgresql/postgresql-14.13.ebuild 
b/dev-db/postgresql/postgresql-14.13.ebuild
index 5a3ea4919da3..c1bedd1b6583 100644
--- a/dev-db/postgresql/postgresql-14.13.ebuild
+++ b/dev-db/postgresql/postgresql-14.13.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12,13} )
-LLVM_COMPAT=( {15..18} )
+LLVM_COMPAT=( {15..19} )
 LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles

diff --git a/dev-db/postgresql/postgresql-15.8.ebuild 
b/dev-db/postgresql/postgresql-15.8.ebuild
index 715a0a3a3aa7..e9aa0120d664 100644
--- a/dev-db/postgresql/postgresql-15.8.ebuild
+++ b/dev-db/postgresql/postgresql-15.8.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12,13} )
-LLVM_COMPAT=( {15..18} )
+LLVM_COMPAT=( {15..19} )
 LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles

diff --git a/dev-db/postgresql/postgresql-16.4.ebuild 
b/dev-db/postgresql/postgresql-16.4.ebuild
index dcc4190bcda5..a205f89d6f42 100644
--- a/dev-db/postgresql/postgresql-16.4.ebuild
+++ b/dev-db/postgresql/postgresql-16.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12,13} )
-LLVM_COMPAT=( {15..18} )
+LLVM_COMPAT=( {15..19} )
 LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles

diff --git a/dev-db/postgresql/postgresql-17.0.ebuild 
b/dev-db/postgresql/postgresql-17.0.ebuild
index 624c2ae9b83d..733d45e16d00 100644
--- a/dev-db/postgresql/postgresql-17.0.ebuild
+++ b/dev-db/postgresql/postgresql-17.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12,13} )
-LLVM_COMPAT=( {15..18} )
+LLVM_COMPAT=( {15..19} )
 LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-09-26 Thread Patrick Lauer
commit: bad838d8eb37d2d6e18b8d2e09004e6543124919
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu Sep 26 11:46:05 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu Sep 26 13:21:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad838d8

dev-db/postgresql: drop versions

Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/postgresql/Manifest   |   5 -
 dev-db/postgresql/postgresql-12.19-r2.ebuild | 445 --
 dev-db/postgresql/postgresql-13.15-r2.ebuild | 457 --
 dev-db/postgresql/postgresql-14.12-r2.ebuild | 457 --
 dev-db/postgresql/postgresql-15.7-r2.ebuild  | 459 --
 dev-db/postgresql/postgresql-16.3-r2.ebuild  | 460 ---
 6 files changed, 2283 deletions(-)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index e8e48b3f0125..30cf3aa4f304 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -1,11 +1,6 @@
-DIST postgresql-12.19.tar.bz2 21218699 BLAKE2B 
d858108017ad9fd1c9813080c18f21cf2574f2b21a9881ae35e0291f3710664890983e71a2cd1c45f10b4c1ff8ab19d9d2383e35217b55e8e67b72b2673bec29
 SHA512 
c08cb8f902728ea5ab5872fa2e37f8646f6beb4df39425a5a42db30ce86fa499a2059fa57b4eac3089bfba875a85a55144eba5ce6c525c642ba33c82f264b1b5
 DIST postgresql-12.20.tar.bz2 21256573 BLAKE2B 
f2611fa2d930b49d7f2bef9b1b77c41c7aa14eccd5e6a487daf4423589f6dd24ad1e17c30b2b926050dcd976e9d8e711b2792aba4409c4015ceb9fd5e18ef9e4
 SHA512 
720da6cb37209be90f8492d996d9fac90586943273a58691fde6e7855bf36bc5003a4b8be88cdcd32fa9eca3c5cb877af9573cac5e641cf7a4346c1acf935741
-DIST postgresql-13.15.tar.bz2 21597871 BLAKE2B 
63631ea73e42fb846a9a78473d5929a2c9bf91016ef0808578d6ff6ce1e3d862ae1f8524f26f074f2adb30e55fd941ef6ce9b27c5eaa83f41d165f45958e0445
 SHA512 
6614b3ccf3ab41f34fc36e75f501853b13e0b9900728b8f8bbf8e3ac22783d18b0f05183beab778eb84ca71665574063fac6e1153bcd86bac252a8a9bbff0d8b
 DIST postgresql-13.16.tar.bz2 21639411 BLAKE2B 
546efa5deb024150941973426b0d62e9aa87795eab58139aa569919033e4728c0f4b2d5710ca4c0c77b15dc918caada66a8dab8744e5d00cc7a1f146ca1e40d5
 SHA512 
e874c77e2d1d27d724f45c576c9d815da55f36712d67e3ec0a1f14ce4ac535fb39b6f23cdcd818cff05788e2c1e12f79572d90f8c145d7478aa35157b0b40679
-DIST postgresql-14.12.tar.bz2 22390865 BLAKE2B 
09848b504c2c970d4b3a5ee3b7eec951f8966c3fcfdd77cea9a001b305ffa8ad55ea08eee2219abb6eb2e6478dddfcd29889308ee8f72eadb39d777e55f5f848
 SHA512 
cb6729d0fba8aa705c92beecdc5cd1131e64337db6de038da6f5b75c7d9e65381f93f6ebfac601d5622399b9485e8ec558be53e6a7dcc59350a9b053f8836bf9
 DIST postgresql-14.13.tar.bz2 22414381 BLAKE2B 
7b3cb0ea33a8517f9c3627dac8abba4e5f3ba97ecde21a0a605eb31174363baae73f94b9841360001ab01c402b7a3b65bf067c4dbe1689782ab7f44c553d4d12
 SHA512 
816e15b619a965b32a3afddebbf9cf5aabacc2440e88b11b0743767a353fe6966503c0e2a08c19d2de9705895f7aedadcf105732d0d3494c61402d379770c6d7
-DIST postgresql-15.7.tar.bz2 23112318 BLAKE2B 
6a31ca8b833caf9400ce176211005c2b522e3f431717ad6b73c0df842121d3898dcfddce4626f961539a80b09960fb7659703e6f82d5eadff7217789893b9279
 SHA512 
8a03e2d7a267f0d11c27d90a2fb605725accb41cfebba2b56c735d4af45bb5f977d4ba051a02ac8d31f93253372df3d3b5efdd159e258d6fcc506b73e3ad6e27
 DIST postgresql-15.8.tar.bz2 23119460 BLAKE2B 
15103c54464217fe2a327cc2e2fe242cfd41ea21365398670883f76cb82a12bb40d60f087676bb1ea294ed688a15a0a147ef121a9136aca79486db7910d12717
 SHA512 
da610d878819179fcafe8adf6cbe72e188537dbaff82457c67013f9089ae8cbb1f6d8c4d5ea62e4ef54c3e2a90060bd1f36b71b8531354279181e574d903940c
-DIST postgresql-16.3.tar.bz2 24737644 BLAKE2B 
3390c781631645e9f51f31885d20cfeabf64992af9d56addaf847233e0c652aac8751dcf3a7c041962972de084722aee6070437c0517f729b200baf9e4bda2a3
 SHA512 
dc1c8d4fbc8e53e9be91dcf1b644b3969bd634f11bf5a1c4fe16619fd386f3349a5509788d43e6a57d099ad75233026d4dd4e0bb180ffc747fd3c1a575c51a5f
 DIST postgresql-16.4.tar.bz2 24765786 BLAKE2B 
5ea2661b8ee86fe26e095377e3eede77dc94f40f352db4f0c12038f23b71fea6453f08ba43a62e17dd51ce4eb89e9a82cd06a31f122c1547fd187c58f9fec080
 SHA512 
f2070299f0857a270317ac984f8393374cf00d4f32a082fe3c5481e36c560595ea711fed95e40d1bc90c5089edf8f165649d443d8b9c68614e1c83fc91268e96
 DIST postgresql-17rc1.tar.bz2 21451314 BLAKE2B 
343def79af7bbd12704a791c0aa1e8639d50b9d68a43586c02053190d70e471db0e719a43f96c07084e7547905ff5beee57ff3280a1447f9bf7494e827af634d
 SHA512 
083e8ae7f4d6f9ccfd3075639c8c8a12b083e09e35e17a3753bc3ab1fb86ef39c5720de883cb9d0ba5c109b789b3f9d02778be38c313a34607ffb314e753a09b

diff --git a/dev-db/postgresql/postgresql-12.19-r2.ebuild 
b/dev-db/postgresql/postgresql-12.19-r2.ebuild
deleted file mode 100644
index 0497da88dad0..
--- a/dev-db/postgresql/postgresql-12.19-r2.ebuild
+++ /dev/null
@@ -1,445 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10,11,12,13} )
-LLVM_COMPAT=( {15..18} )
-LLVM_OPTIONAL=1
-
-inherit flag-o-matic lin

[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-09-26 Thread Patrick Lauer
commit: 28f24c35abb9b8465b24b6442969442fb3560c2c
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu Sep 26 13:19:21 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu Sep 26 13:21:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f24c35

dev-db/postgresql: add 17.0, drop 17_rc1

Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/postgresql/Manifest | 2 +-
 dev-db/postgresql/{postgresql-17_rc1.ebuild => postgresql-17.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index 30cf3aa4f304..756c1299d053 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -3,4 +3,4 @@ DIST postgresql-13.16.tar.bz2 21639411 BLAKE2B 
546efa5deb024150941973426b0d62e9a
 DIST postgresql-14.13.tar.bz2 22414381 BLAKE2B 
7b3cb0ea33a8517f9c3627dac8abba4e5f3ba97ecde21a0a605eb31174363baae73f94b9841360001ab01c402b7a3b65bf067c4dbe1689782ab7f44c553d4d12
 SHA512 
816e15b619a965b32a3afddebbf9cf5aabacc2440e88b11b0743767a353fe6966503c0e2a08c19d2de9705895f7aedadcf105732d0d3494c61402d379770c6d7
 DIST postgresql-15.8.tar.bz2 23119460 BLAKE2B 
15103c54464217fe2a327cc2e2fe242cfd41ea21365398670883f76cb82a12bb40d60f087676bb1ea294ed688a15a0a147ef121a9136aca79486db7910d12717
 SHA512 
da610d878819179fcafe8adf6cbe72e188537dbaff82457c67013f9089ae8cbb1f6d8c4d5ea62e4ef54c3e2a90060bd1f36b71b8531354279181e574d903940c
 DIST postgresql-16.4.tar.bz2 24765786 BLAKE2B 
5ea2661b8ee86fe26e095377e3eede77dc94f40f352db4f0c12038f23b71fea6453f08ba43a62e17dd51ce4eb89e9a82cd06a31f122c1547fd187c58f9fec080
 SHA512 
f2070299f0857a270317ac984f8393374cf00d4f32a082fe3c5481e36c560595ea711fed95e40d1bc90c5089edf8f165649d443d8b9c68614e1c83fc91268e96
-DIST postgresql-17rc1.tar.bz2 21451314 BLAKE2B 
343def79af7bbd12704a791c0aa1e8639d50b9d68a43586c02053190d70e471db0e719a43f96c07084e7547905ff5beee57ff3280a1447f9bf7494e827af634d
 SHA512 
083e8ae7f4d6f9ccfd3075639c8c8a12b083e09e35e17a3753bc3ab1fb86ef39c5720de883cb9d0ba5c109b789b3f9d02778be38c313a34607ffb314e753a09b
+DIST postgresql-17.0.tar.bz2 21419388 BLAKE2B 
37c39defcffa73ab2c6887a797d113757cdbe4203dfb1dce499a2f1599716ce42c2c56c9d82d967d499c28eddc00f3d44dfd52684270bdb2f2e5be8e2265
 SHA512 
ae6741298abe986c9f09a6eee9fa2df26c3bbdffcbd0ff3f2456e09f95195e4535f00a9437f2877e03e2e43a78be9a355303e7cf43bcb688b657ca7289f3

diff --git a/dev-db/postgresql/postgresql-17_rc1.ebuild 
b/dev-db/postgresql/postgresql-17.0.ebuild
similarity index 98%
rename from dev-db/postgresql/postgresql-17_rc1.ebuild
rename to dev-db/postgresql/postgresql-17.0.ebuild
index 0051e4905613..624c2ae9b83d 100644
--- a/dev-db/postgresql/postgresql-17_rc1.ebuild
+++ b/dev-db/postgresql/postgresql-17.0.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS=""
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-09-05 Thread Patrick Lauer
commit: 2b7e6631eb44c64ed6b6f3b97f7bbf009d8a048b
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu Sep  5 13:24:07 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu Sep  5 13:25:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7e6631

dev-db/postgresql: add 17_rc1, drop 17_beta3

Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/postgresql/Manifest  | 2 +-
 .../postgresql/{postgresql-17_beta3.ebuild => postgresql-17_rc1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index ae43bd992ca2..e8e48b3f0125 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -8,4 +8,4 @@ DIST postgresql-15.7.tar.bz2 23112318 BLAKE2B 
6a31ca8b833caf9400ce176211005c2b52
 DIST postgresql-15.8.tar.bz2 23119460 BLAKE2B 
15103c54464217fe2a327cc2e2fe242cfd41ea21365398670883f76cb82a12bb40d60f087676bb1ea294ed688a15a0a147ef121a9136aca79486db7910d12717
 SHA512 
da610d878819179fcafe8adf6cbe72e188537dbaff82457c67013f9089ae8cbb1f6d8c4d5ea62e4ef54c3e2a90060bd1f36b71b8531354279181e574d903940c
 DIST postgresql-16.3.tar.bz2 24737644 BLAKE2B 
3390c781631645e9f51f31885d20cfeabf64992af9d56addaf847233e0c652aac8751dcf3a7c041962972de084722aee6070437c0517f729b200baf9e4bda2a3
 SHA512 
dc1c8d4fbc8e53e9be91dcf1b644b3969bd634f11bf5a1c4fe16619fd386f3349a5509788d43e6a57d099ad75233026d4dd4e0bb180ffc747fd3c1a575c51a5f
 DIST postgresql-16.4.tar.bz2 24765786 BLAKE2B 
5ea2661b8ee86fe26e095377e3eede77dc94f40f352db4f0c12038f23b71fea6453f08ba43a62e17dd51ce4eb89e9a82cd06a31f122c1547fd187c58f9fec080
 SHA512 
f2070299f0857a270317ac984f8393374cf00d4f32a082fe3c5481e36c560595ea711fed95e40d1bc90c5089edf8f165649d443d8b9c68614e1c83fc91268e96
-DIST postgresql-17beta3.tar.bz2 21464737 BLAKE2B 
b96a9b46c92e92a41c618c8896286fa1286762ae39e0b4188422792c09175476012fdf6d62aefc7e8c6dd899fb6e28fdbe267cb805176e14cfb7ad944996e473
 SHA512 
f74f9b3951e75e1d8953f81b12809ab7389271f7d8e5004938540079ecc45fb1666a0d962e556f0460fac8abe85ec90c4c81ec029283217dbda38a7902c46a1d
+DIST postgresql-17rc1.tar.bz2 21451314 BLAKE2B 
343def79af7bbd12704a791c0aa1e8639d50b9d68a43586c02053190d70e471db0e719a43f96c07084e7547905ff5beee57ff3280a1447f9bf7494e827af634d
 SHA512 
083e8ae7f4d6f9ccfd3075639c8c8a12b083e09e35e17a3753bc3ab1fb86ef39c5720de883cb9d0ba5c109b789b3f9d02778be38c313a34607ffb314e753a09b

diff --git a/dev-db/postgresql/postgresql-17_beta3.ebuild 
b/dev-db/postgresql/postgresql-17_rc1.ebuild
similarity index 100%
rename from dev-db/postgresql/postgresql-17_beta3.ebuild
rename to dev-db/postgresql/postgresql-17_rc1.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-10 Thread Michał Górny
commit: 354a044cd6973513575da1e98f26962eea50d11e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 15:41:24 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 15:41:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354a044c

dev-db/postgresql: Stabilize 15.8 arm, #937572

Signed-off-by: Michał Górny  gentoo.org>

 dev-db/postgresql/postgresql-15.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-15.8.ebuild 
b/dev-db/postgresql/postgresql-15.8.ebuild
index 292417eab53b..740bb9acf2d0 100644
--- a/dev-db/postgresql/postgresql-15.8.ebuild
+++ b/dev-db/postgresql/postgresql-15.8.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-10 Thread Michał Górny
commit: 532839f348f4d2f2ca6ededcb846738140532a6f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 15:41:25 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 15:41:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=532839f3

dev-db/postgresql: Stabilize 16.4 arm, #937572

Signed-off-by: Michał Górny  gentoo.org>

 dev-db/postgresql/postgresql-16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-16.4.ebuild 
b/dev-db/postgresql/postgresql-16.4.ebuild
index 1f9e2c7d58c3..f0ca408471e6 100644
--- a/dev-db/postgresql/postgresql-16.4.ebuild
+++ b/dev-db/postgresql/postgresql-16.4.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-10 Thread Michał Górny
commit: 8bbd533604d187be9cfc3bf748a6219ac7bc9a56
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 15:41:21 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 15:41:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bbd5336

dev-db/postgresql: Stabilize 12.20 arm, #937572

Signed-off-by: Michał Górny  gentoo.org>

 dev-db/postgresql/postgresql-12.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.20.ebuild 
b/dev-db/postgresql/postgresql-12.20.ebuild
index 928ae62ac6bd..b0c6363f0d16 100644
--- a/dev-db/postgresql/postgresql-12.20.ebuild
+++ b/dev-db/postgresql/postgresql-12.20.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-10 Thread Michał Górny
commit: c22a13db0233476b7386a308a010ce68b6f5144b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 15:41:22 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 15:41:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c22a13db

dev-db/postgresql: Stabilize 13.16 arm, #937572

Signed-off-by: Michał Górny  gentoo.org>

 dev-db/postgresql/postgresql-13.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-13.16.ebuild 
b/dev-db/postgresql/postgresql-13.16.ebuild
index 1f2dbbf0e3d3..822fbdabce55 100644
--- a/dev-db/postgresql/postgresql-13.16.ebuild
+++ b/dev-db/postgresql/postgresql-13.16.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-10 Thread Michał Górny
commit: 68e4399b1d6f04901f60f1e30f320c9d87cdfc61
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 10 15:41:23 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 10 15:41:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68e4399b

dev-db/postgresql: Stabilize 14.13 arm, #937572

Signed-off-by: Michał Górny  gentoo.org>

 dev-db/postgresql/postgresql-14.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-14.13.ebuild 
b/dev-db/postgresql/postgresql-14.13.ebuild
index f69ecb14412f..d141a01baf2c 100644
--- a/dev-db/postgresql/postgresql-14.13.ebuild
+++ b/dev-db/postgresql/postgresql-14.13.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-09 Thread Sam James
commit: 11ae45cc5f0e7d16d774ce3da74000abc257ef7f
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug  9 08:56:11 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  9 08:56:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ae45cc

dev-db/postgresql: Stabilize 13.16 sparc, #937572

Signed-off-by: Sam James  gentoo.org>

 dev-db/postgresql/postgresql-13.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-13.16.ebuild 
b/dev-db/postgresql/postgresql-13.16.ebuild
index 5c482a736873..1f2dbbf0e3d3 100644
--- a/dev-db/postgresql/postgresql-13.16.ebuild
+++ b/dev-db/postgresql/postgresql-13.16.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-09 Thread Sam James
commit: 974e0f087a214ef25ff6b93599772b7a84f6ed0f
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug  9 08:56:13 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  9 08:56:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974e0f08

dev-db/postgresql: Stabilize 16.4 sparc, #937572

Signed-off-by: Sam James  gentoo.org>

 dev-db/postgresql/postgresql-16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-16.4.ebuild 
b/dev-db/postgresql/postgresql-16.4.ebuild
index ac5bb706292d..1f9e2c7d58c3 100644
--- a/dev-db/postgresql/postgresql-16.4.ebuild
+++ b/dev-db/postgresql/postgresql-16.4.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-09 Thread Sam James
commit: d1a452056ee9937da5caffa3455e9dbfae9c4d92
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug  9 08:56:10 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  9 08:56:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a45205

dev-db/postgresql: Stabilize 12.20 sparc, #937572

Signed-off-by: Sam James  gentoo.org>

 dev-db/postgresql/postgresql-12.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.20.ebuild 
b/dev-db/postgresql/postgresql-12.20.ebuild
index 53ced248c288..928ae62ac6bd 100644
--- a/dev-db/postgresql/postgresql-12.20.ebuild
+++ b/dev-db/postgresql/postgresql-12.20.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-09 Thread Sam James
commit: f1e31d047c985909dd32c5fe65bbee94376dbecc
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug  9 08:56:12 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  9 08:56:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e31d04

dev-db/postgresql: Stabilize 14.13 sparc, #937572

Signed-off-by: Sam James  gentoo.org>

 dev-db/postgresql/postgresql-14.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-14.13.ebuild 
b/dev-db/postgresql/postgresql-14.13.ebuild
index f3f11520e155..f69ecb14412f 100644
--- a/dev-db/postgresql/postgresql-14.13.ebuild
+++ b/dev-db/postgresql/postgresql-14.13.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-09 Thread Sam James
commit: 091a06cc598c90ccef8a61f5962e802e1d53a51f
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug  9 08:56:13 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  9 08:56:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091a06cc

dev-db/postgresql: Stabilize 15.8 sparc, #937572

Signed-off-by: Sam James  gentoo.org>

 dev-db/postgresql/postgresql-15.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-15.8.ebuild 
b/dev-db/postgresql/postgresql-15.8.ebuild
index 49a4b6f8e6d4..292417eab53b 100644
--- a/dev-db/postgresql/postgresql-15.8.ebuild
+++ b/dev-db/postgresql/postgresql-15.8.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-09 Thread Jakov Smolić
commit: 6ab9e44d537f6f72eaaf5cd5ef7cf99228961f88
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Aug  9 08:50:33 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Aug  9 08:50:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab9e44d

dev-db/postgresql: Stabilize 12.20 ppc64, #937572

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-db/postgresql/postgresql-12.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.20.ebuild 
b/dev-db/postgresql/postgresql-12.20.ebuild
index ee3273539897..53ced248c288 100644
--- a/dev-db/postgresql/postgresql-12.20.ebuild
+++ b/dev-db/postgresql/postgresql-12.20.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-09 Thread Jakov Smolić
commit: 34e3a74ca5f4667689d76d868fd63b7e2edfc2f5
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Aug  9 08:50:36 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Aug  9 08:50:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e3a74c

dev-db/postgresql: Stabilize 16.4 ppc64, #937572

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-db/postgresql/postgresql-16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-16.4.ebuild 
b/dev-db/postgresql/postgresql-16.4.ebuild
index 32328f2668f2..ac5bb706292d 100644
--- a/dev-db/postgresql/postgresql-16.4.ebuild
+++ b/dev-db/postgresql/postgresql-16.4.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-09 Thread Jakov Smolić
commit: 3497fed68ca490d3ddb99266d16a59e5ecbab939
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Aug  9 08:50:34 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Aug  9 08:50:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3497fed6

dev-db/postgresql: Stabilize 13.16 ppc64, #937572

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-db/postgresql/postgresql-13.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-13.16.ebuild 
b/dev-db/postgresql/postgresql-13.16.ebuild
index 96566e8222de..5c482a736873 100644
--- a/dev-db/postgresql/postgresql-13.16.ebuild
+++ b/dev-db/postgresql/postgresql-13.16.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-09 Thread Jakov Smolić
commit: c082fe0935c258aa0e0ba21d814674ad8de6730b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Aug  9 08:50:36 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Aug  9 08:50:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c082fe09

dev-db/postgresql: Stabilize 15.8 ppc64, #937572

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-db/postgresql/postgresql-15.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-15.8.ebuild 
b/dev-db/postgresql/postgresql-15.8.ebuild
index f095243ada07..49a4b6f8e6d4 100644
--- a/dev-db/postgresql/postgresql-15.8.ebuild
+++ b/dev-db/postgresql/postgresql-15.8.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-09 Thread Jakov Smolić
commit: 52c376fd113bfeae2b9e3bef1c142e0f5c91
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Aug  9 08:50:35 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Aug  9 08:50:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c376fd

dev-db/postgresql: Stabilize 14.13 ppc64, #937572

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-db/postgresql/postgresql-14.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-14.13.ebuild 
b/dev-db/postgresql/postgresql-14.13.ebuild
index 490f388a502d..f3f11520e155 100644
--- a/dev-db/postgresql/postgresql-14.13.ebuild
+++ b/dev-db/postgresql/postgresql-14.13.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: 170a9c41dbd5ba76eba3725ddcc89e2249bd4fd4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:07 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170a9c41

dev-db/postgresql: Stabilize 13.16 arm64, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-13.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-13.16.ebuild 
b/dev-db/postgresql/postgresql-13.16.ebuild
index b071f6019f9d..0cac7b8874a5 100644
--- a/dev-db/postgresql/postgresql-13.16.ebuild
+++ b/dev-db/postgresql/postgresql-13.16.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: 49b6ac83af7d9353143856531b9888713ac53f71
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:14 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49b6ac83

dev-db/postgresql: Stabilize 15.8 ppc, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-15.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-15.8.ebuild 
b/dev-db/postgresql/postgresql-15.8.ebuild
index 3220c3c72318..f095243ada07 100644
--- a/dev-db/postgresql/postgresql-15.8.ebuild
+++ b/dev-db/postgresql/postgresql-15.8.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: 828145640593b9f3d58758d50fe66140c6268506
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:08 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82814564

dev-db/postgresql: Stabilize 15.8 arm64, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-15.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-15.8.ebuild 
b/dev-db/postgresql/postgresql-15.8.ebuild
index 8f8082703e3e..547ed460a3c9 100644
--- a/dev-db/postgresql/postgresql-15.8.ebuild
+++ b/dev-db/postgresql/postgresql-15.8.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: 8e832791429953b4b0db894f2cb4b84034f6a649
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:12 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e832791

dev-db/postgresql: Stabilize 12.20 ppc, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-12.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.20.ebuild 
b/dev-db/postgresql/postgresql-12.20.ebuild
index 022c8dcf8b0e..ee3273539897 100644
--- a/dev-db/postgresql/postgresql-12.20.ebuild
+++ b/dev-db/postgresql/postgresql-12.20.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: faacbc57b835de53e494c43954c8b1274b043d82
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:05 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faacbc57

dev-db/postgresql: Stabilize 15.8 amd64, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-15.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-15.8.ebuild 
b/dev-db/postgresql/postgresql-15.8.ebuild
index c2a20d119dd9..8f8082703e3e 100644
--- a/dev-db/postgresql/postgresql-15.8.ebuild
+++ b/dev-db/postgresql/postgresql-15.8.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: d82c5bfc301aef3efef1580baf1fc8283d6b9aac
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:13 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82c5bfc

dev-db/postgresql: Stabilize 13.16 ppc, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-13.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-13.16.ebuild 
b/dev-db/postgresql/postgresql-13.16.ebuild
index 484c26eecc1a..96566e8222de 100644
--- a/dev-db/postgresql/postgresql-13.16.ebuild
+++ b/dev-db/postgresql/postgresql-13.16.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: ce6b20cbdb0a60aa3cf56a79621c5372ee165a9c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:15 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce6b20cb

dev-db/postgresql: Stabilize 16.4 ppc, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-16.4.ebuild 
b/dev-db/postgresql/postgresql-16.4.ebuild
index 6366e7a3472b..32328f2668f2 100644
--- a/dev-db/postgresql/postgresql-16.4.ebuild
+++ b/dev-db/postgresql/postgresql-16.4.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: 07deb9f6141be842a4917cd4c7bc8cb5a16b2cbc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:14 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07deb9f6

dev-db/postgresql: Stabilize 14.13 ppc, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-14.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-14.13.ebuild 
b/dev-db/postgresql/postgresql-14.13.ebuild
index 6cda95db5a79..490f388a502d 100644
--- a/dev-db/postgresql/postgresql-14.13.ebuild
+++ b/dev-db/postgresql/postgresql-14.13.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: c0fe8e1d84dbbc5fa1051e09048d163e2fd4aa66
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:12 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0fe8e1d

dev-db/postgresql: Stabilize 16.4 x86, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-16.4.ebuild 
b/dev-db/postgresql/postgresql-16.4.ebuild
index bd618614c4cb..6366e7a3472b 100644
--- a/dev-db/postgresql/postgresql-16.4.ebuild
+++ b/dev-db/postgresql/postgresql-16.4.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: 119b7d0827a551ca2f18089a9569efc40555dc4e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:10 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119b7d08

dev-db/postgresql: Stabilize 13.16 x86, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-13.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-13.16.ebuild 
b/dev-db/postgresql/postgresql-13.16.ebuild
index 0cac7b8874a5..484c26eecc1a 100644
--- a/dev-db/postgresql/postgresql-13.16.ebuild
+++ b/dev-db/postgresql/postgresql-13.16.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: 0040066ad8ea79b763611c5475c366f44c717136
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:11 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0040066a

dev-db/postgresql: Stabilize 14.13 x86, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-14.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-14.13.ebuild 
b/dev-db/postgresql/postgresql-14.13.ebuild
index 1afd86f72ad9..6cda95db5a79 100644
--- a/dev-db/postgresql/postgresql-14.13.ebuild
+++ b/dev-db/postgresql/postgresql-14.13.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: 4fcdc19c08d2acf232421074ada3d2ae5acd58f1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:11 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fcdc19c

dev-db/postgresql: Stabilize 15.8 x86, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-15.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-15.8.ebuild 
b/dev-db/postgresql/postgresql-15.8.ebuild
index 547ed460a3c9..3220c3c72318 100644
--- a/dev-db/postgresql/postgresql-15.8.ebuild
+++ b/dev-db/postgresql/postgresql-15.8.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: 7fa1b54329bca27e78b22846096318da7357e04b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:10 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa1b543

dev-db/postgresql: Stabilize 12.20 x86, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-12.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.20.ebuild 
b/dev-db/postgresql/postgresql-12.20.ebuild
index 10b045b4ec62..022c8dcf8b0e 100644
--- a/dev-db/postgresql/postgresql-12.20.ebuild
+++ b/dev-db/postgresql/postgresql-12.20.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: 16498eb5be429494f5060bfe6197870145c6c74f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:09 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16498eb5

dev-db/postgresql: Stabilize 16.4 arm64, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-16.4.ebuild 
b/dev-db/postgresql/postgresql-16.4.ebuild
index b1494d2554d5..bd618614c4cb 100644
--- a/dev-db/postgresql/postgresql-16.4.ebuild
+++ b/dev-db/postgresql/postgresql-16.4.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: 2dc042f674704420d46b2460a2ea45469350
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:08 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc0

dev-db/postgresql: Stabilize 14.13 arm64, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-14.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-14.13.ebuild 
b/dev-db/postgresql/postgresql-14.13.ebuild
index 35214aca2af7..1afd86f72ad9 100644
--- a/dev-db/postgresql/postgresql-14.13.ebuild
+++ b/dev-db/postgresql/postgresql-14.13.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: bb14a6f81a28ac99b22770ef2559829602d31d4a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:07 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb14a6f8

dev-db/postgresql: Stabilize 12.20 arm64, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-12.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.20.ebuild 
b/dev-db/postgresql/postgresql-12.20.ebuild
index 3d8cd9a01868..10b045b4ec62 100644
--- a/dev-db/postgresql/postgresql-12.20.ebuild
+++ b/dev-db/postgresql/postgresql-12.20.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: 6d493382e1e2a2eef5f2799bf88d02a4d58abc12
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:06 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d493382

dev-db/postgresql: Stabilize 16.4 amd64, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-16.4.ebuild 
b/dev-db/postgresql/postgresql-16.4.ebuild
index 843e2d890092..b1494d2554d5 100644
--- a/dev-db/postgresql/postgresql-16.4.ebuild
+++ b/dev-db/postgresql/postgresql-16.4.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: f05bd62aaf6018a14c8208cedce972e40f13ea2f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:05 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05bd62a

dev-db/postgresql: Stabilize 14.13 amd64, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-14.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-14.13.ebuild 
b/dev-db/postgresql/postgresql-14.13.ebuild
index 4f65c9f2b975..35214aca2af7 100644
--- a/dev-db/postgresql/postgresql-14.13.ebuild
+++ b/dev-db/postgresql/postgresql-14.13.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: 5a2f596c5709321f3938ed6d48ddd883fe8a2efe
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:04 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2f596c

dev-db/postgresql: Stabilize 12.20 amd64, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-12.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.20.ebuild 
b/dev-db/postgresql/postgresql-12.20.ebuild
index 58fe2e1ad7d3..3d8cd9a01868 100644
--- a/dev-db/postgresql/postgresql-12.20.ebuild
+++ b/dev-db/postgresql/postgresql-12.20.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Arthur Zamarin
commit: 9475ae2b7b65d8ac3346e267cfb2a535bffe9de5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  8 17:19:04 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  8 17:19:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9475ae2b

dev-db/postgresql: Stabilize 13.16 amd64, #937572

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-13.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-13.16.ebuild 
b/dev-db/postgresql/postgresql-13.16.ebuild
index cc91f2df22ed..b071f6019f9d 100644
--- a/dev-db/postgresql/postgresql-13.16.ebuild
+++ b/dev-db/postgresql/postgresql-13.16.ebuild
@@ -9,7 +9,7 @@ LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Patrick Lauer
commit: 1deea4f29cb762d88ea63f76b9a3a5000782a68a
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu Aug  8 13:12:42 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu Aug  8 13:16:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1deea4f2

dev-db/postgresql: add 12.20, 13.16, 14.13, 15.8, 16.4

Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/postgresql/Manifest|   5 +
 dev-db/postgresql/postgresql-12.20.ebuild | 445 +
 dev-db/postgresql/postgresql-13.16.ebuild | 457 +
 dev-db/postgresql/postgresql-14.13.ebuild | 457 +
 dev-db/postgresql/postgresql-15.8.ebuild  | 459 +
 dev-db/postgresql/postgresql-16.4.ebuild  | 460 ++
 6 files changed, 2283 insertions(+)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index b9b775eaf196..f217d3cf3d79 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -1,6 +1,11 @@
 DIST postgresql-12.19.tar.bz2 21218699 BLAKE2B 
d858108017ad9fd1c9813080c18f21cf2574f2b21a9881ae35e0291f3710664890983e71a2cd1c45f10b4c1ff8ab19d9d2383e35217b55e8e67b72b2673bec29
 SHA512 
c08cb8f902728ea5ab5872fa2e37f8646f6beb4df39425a5a42db30ce86fa499a2059fa57b4eac3089bfba875a85a55144eba5ce6c525c642ba33c82f264b1b5
+DIST postgresql-12.20.tar.bz2 21256573 BLAKE2B 
f2611fa2d930b49d7f2bef9b1b77c41c7aa14eccd5e6a487daf4423589f6dd24ad1e17c30b2b926050dcd976e9d8e711b2792aba4409c4015ceb9fd5e18ef9e4
 SHA512 
720da6cb37209be90f8492d996d9fac90586943273a58691fde6e7855bf36bc5003a4b8be88cdcd32fa9eca3c5cb877af9573cac5e641cf7a4346c1acf935741
 DIST postgresql-13.15.tar.bz2 21597871 BLAKE2B 
63631ea73e42fb846a9a78473d5929a2c9bf91016ef0808578d6ff6ce1e3d862ae1f8524f26f074f2adb30e55fd941ef6ce9b27c5eaa83f41d165f45958e0445
 SHA512 
6614b3ccf3ab41f34fc36e75f501853b13e0b9900728b8f8bbf8e3ac22783d18b0f05183beab778eb84ca71665574063fac6e1153bcd86bac252a8a9bbff0d8b
+DIST postgresql-13.16.tar.bz2 21639411 BLAKE2B 
546efa5deb024150941973426b0d62e9aa87795eab58139aa569919033e4728c0f4b2d5710ca4c0c77b15dc918caada66a8dab8744e5d00cc7a1f146ca1e40d5
 SHA512 
e874c77e2d1d27d724f45c576c9d815da55f36712d67e3ec0a1f14ce4ac535fb39b6f23cdcd818cff05788e2c1e12f79572d90f8c145d7478aa35157b0b40679
 DIST postgresql-14.12.tar.bz2 22390865 BLAKE2B 
09848b504c2c970d4b3a5ee3b7eec951f8966c3fcfdd77cea9a001b305ffa8ad55ea08eee2219abb6eb2e6478dddfcd29889308ee8f72eadb39d777e55f5f848
 SHA512 
cb6729d0fba8aa705c92beecdc5cd1131e64337db6de038da6f5b75c7d9e65381f93f6ebfac601d5622399b9485e8ec558be53e6a7dcc59350a9b053f8836bf9
+DIST postgresql-14.13.tar.bz2 22414381 BLAKE2B 
7b3cb0ea33a8517f9c3627dac8abba4e5f3ba97ecde21a0a605eb31174363baae73f94b9841360001ab01c402b7a3b65bf067c4dbe1689782ab7f44c553d4d12
 SHA512 
816e15b619a965b32a3afddebbf9cf5aabacc2440e88b11b0743767a353fe6966503c0e2a08c19d2de9705895f7aedadcf105732d0d3494c61402d379770c6d7
 DIST postgresql-15.7.tar.bz2 23112318 BLAKE2B 
6a31ca8b833caf9400ce176211005c2b522e3f431717ad6b73c0df842121d3898dcfddce4626f961539a80b09960fb7659703e6f82d5eadff7217789893b9279
 SHA512 
8a03e2d7a267f0d11c27d90a2fb605725accb41cfebba2b56c735d4af45bb5f977d4ba051a02ac8d31f93253372df3d3b5efdd159e258d6fcc506b73e3ad6e27
+DIST postgresql-15.8.tar.bz2 23119460 BLAKE2B 
15103c54464217fe2a327cc2e2fe242cfd41ea21365398670883f76cb82a12bb40d60f087676bb1ea294ed688a15a0a147ef121a9136aca79486db7910d12717
 SHA512 
da610d878819179fcafe8adf6cbe72e188537dbaff82457c67013f9089ae8cbb1f6d8c4d5ea62e4ef54c3e2a90060bd1f36b71b8531354279181e574d903940c
 DIST postgresql-16.3.tar.bz2 24737644 BLAKE2B 
3390c781631645e9f51f31885d20cfeabf64992af9d56addaf847233e0c652aac8751dcf3a7c041962972de084722aee6070437c0517f729b200baf9e4bda2a3
 SHA512 
dc1c8d4fbc8e53e9be91dcf1b644b3969bd634f11bf5a1c4fe16619fd386f3349a5509788d43e6a57d099ad75233026d4dd4e0bb180ffc747fd3c1a575c51a5f
+DIST postgresql-16.4.tar.bz2 24765786 BLAKE2B 
5ea2661b8ee86fe26e095377e3eede77dc94f40f352db4f0c12038f23b71fea6453f08ba43a62e17dd51ce4eb89e9a82cd06a31f122c1547fd187c58f9fec080
 SHA512 
f2070299f0857a270317ac984f8393374cf00d4f32a082fe3c5481e36c560595ea711fed95e40d1bc90c5089edf8f165649d443d8b9c68614e1c83fc91268e96
 DIST postgresql-17beta2.tar.bz2 21308699 BLAKE2B 
4502b9608dbf9bc8d955a7e5f427eec7ea92786999288ad26ee2d8ef4f91443458af0b4dfdc9056589d685ffbdd6bd0b718db7e64672cba61b6bbfd90a026620
 SHA512 
c942f0fe4241698d359ffbab7dd564c252569792e7472acdb0ad1f7a2029e59d2a64dea6d3880243629769d5f253ff0550666508e476169d718a86803ee44ad0

diff --git a/dev-db/postgresql/postgresql-12.20.ebuild 
b/dev-db/postgresql/postgresql-12.20.ebuild
new file mode 100644
index ..58fe2e1ad7d3
--- /dev/null
+++ b/dev-db/postgresql/postgresql-12.20.ebuild
@@ -0,0 +1,445 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10,11,12,13} )
+LLVM_COMPAT=( {15..18} )
+LLVM_OPTIONAL=1
+
+inherit flag-o-

[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-08-08 Thread Patrick Lauer
commit: fedd641eefafe7c016493be6a3c4eee22759484e
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu Aug  8 13:16:01 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu Aug  8 13:16:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fedd641e

dev-db/postgresql: add 17_beta3, drop 17_beta2

Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/postgresql/Manifest  | 2 +-
 .../{postgresql-17_beta2.ebuild => postgresql-17_beta3.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index f217d3cf3d79..ae43bd992ca2 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -8,4 +8,4 @@ DIST postgresql-15.7.tar.bz2 23112318 BLAKE2B 
6a31ca8b833caf9400ce176211005c2b52
 DIST postgresql-15.8.tar.bz2 23119460 BLAKE2B 
15103c54464217fe2a327cc2e2fe242cfd41ea21365398670883f76cb82a12bb40d60f087676bb1ea294ed688a15a0a147ef121a9136aca79486db7910d12717
 SHA512 
da610d878819179fcafe8adf6cbe72e188537dbaff82457c67013f9089ae8cbb1f6d8c4d5ea62e4ef54c3e2a90060bd1f36b71b8531354279181e574d903940c
 DIST postgresql-16.3.tar.bz2 24737644 BLAKE2B 
3390c781631645e9f51f31885d20cfeabf64992af9d56addaf847233e0c652aac8751dcf3a7c041962972de084722aee6070437c0517f729b200baf9e4bda2a3
 SHA512 
dc1c8d4fbc8e53e9be91dcf1b644b3969bd634f11bf5a1c4fe16619fd386f3349a5509788d43e6a57d099ad75233026d4dd4e0bb180ffc747fd3c1a575c51a5f
 DIST postgresql-16.4.tar.bz2 24765786 BLAKE2B 
5ea2661b8ee86fe26e095377e3eede77dc94f40f352db4f0c12038f23b71fea6453f08ba43a62e17dd51ce4eb89e9a82cd06a31f122c1547fd187c58f9fec080
 SHA512 
f2070299f0857a270317ac984f8393374cf00d4f32a082fe3c5481e36c560595ea711fed95e40d1bc90c5089edf8f165649d443d8b9c68614e1c83fc91268e96
-DIST postgresql-17beta2.tar.bz2 21308699 BLAKE2B 
4502b9608dbf9bc8d955a7e5f427eec7ea92786999288ad26ee2d8ef4f91443458af0b4dfdc9056589d685ffbdd6bd0b718db7e64672cba61b6bbfd90a026620
 SHA512 
c942f0fe4241698d359ffbab7dd564c252569792e7472acdb0ad1f7a2029e59d2a64dea6d3880243629769d5f253ff0550666508e476169d718a86803ee44ad0
+DIST postgresql-17beta3.tar.bz2 21464737 BLAKE2B 
b96a9b46c92e92a41c618c8896286fa1286762ae39e0b4188422792c09175476012fdf6d62aefc7e8c6dd899fb6e28fdbe267cb805176e14cfb7ad944996e473
 SHA512 
f74f9b3951e75e1d8953f81b12809ab7389271f7d8e5004938540079ecc45fb1666a0d962e556f0460fac8abe85ec90c4c81ec029283217dbda38a7902c46a1d

diff --git a/dev-db/postgresql/postgresql-17_beta2.ebuild 
b/dev-db/postgresql/postgresql-17_beta3.ebuild
similarity index 100%
rename from dev-db/postgresql/postgresql-17_beta2.ebuild
rename to dev-db/postgresql/postgresql-17_beta3.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-06-28 Thread Patrick Lauer
commit: bb3fb0ef280136da264a4e1bcd0c201bf3d2d590
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Jun 28 07:02:52 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Fri Jun 28 07:03:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb3fb0ef

dev-db/postgresql: add 17_beta2, drop 17_beta1

Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/postgresql/Manifest  | 2 +-
 .../{postgresql-17_beta1.ebuild => postgresql-17_beta2.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index 9ea61657bb98..b9b775eaf196 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -3,4 +3,4 @@ DIST postgresql-13.15.tar.bz2 21597871 BLAKE2B 
63631ea73e42fb846a9a78473d5929a2c
 DIST postgresql-14.12.tar.bz2 22390865 BLAKE2B 
09848b504c2c970d4b3a5ee3b7eec951f8966c3fcfdd77cea9a001b305ffa8ad55ea08eee2219abb6eb2e6478dddfcd29889308ee8f72eadb39d777e55f5f848
 SHA512 
cb6729d0fba8aa705c92beecdc5cd1131e64337db6de038da6f5b75c7d9e65381f93f6ebfac601d5622399b9485e8ec558be53e6a7dcc59350a9b053f8836bf9
 DIST postgresql-15.7.tar.bz2 23112318 BLAKE2B 
6a31ca8b833caf9400ce176211005c2b522e3f431717ad6b73c0df842121d3898dcfddce4626f961539a80b09960fb7659703e6f82d5eadff7217789893b9279
 SHA512 
8a03e2d7a267f0d11c27d90a2fb605725accb41cfebba2b56c735d4af45bb5f977d4ba051a02ac8d31f93253372df3d3b5efdd159e258d6fcc506b73e3ad6e27
 DIST postgresql-16.3.tar.bz2 24737644 BLAKE2B 
3390c781631645e9f51f31885d20cfeabf64992af9d56addaf847233e0c652aac8751dcf3a7c041962972de084722aee6070437c0517f729b200baf9e4bda2a3
 SHA512 
dc1c8d4fbc8e53e9be91dcf1b644b3969bd634f11bf5a1c4fe16619fd386f3349a5509788d43e6a57d099ad75233026d4dd4e0bb180ffc747fd3c1a575c51a5f
-DIST postgresql-17beta1.tar.bz2 21284954 BLAKE2B 
611d736e1839350b341f53b5c725f93dc7ebc8d8ae88f92fe5c7b519b23d53afbad0a5af8a6bbdb9dc19cf0097caf0d74cded7fd14f1bd8befe989e93470cea8
 SHA512 
2844c878d4c2e9b1048eb94cc4db4138ce03d9436a96d597c74aba6b2d75ff4343b127785056357486622d7c89cf3c12e17c7be97efc02a499e0ebb48455462a
+DIST postgresql-17beta2.tar.bz2 21308699 BLAKE2B 
4502b9608dbf9bc8d955a7e5f427eec7ea92786999288ad26ee2d8ef4f91443458af0b4dfdc9056589d685ffbdd6bd0b718db7e64672cba61b6bbfd90a026620
 SHA512 
c942f0fe4241698d359ffbab7dd564c252569792e7472acdb0ad1f7a2029e59d2a64dea6d3880243629769d5f253ff0550666508e476169d718a86803ee44ad0

diff --git a/dev-db/postgresql/postgresql-17_beta1.ebuild 
b/dev-db/postgresql/postgresql-17_beta2.ebuild
similarity index 100%
rename from dev-db/postgresql/postgresql-17_beta1.ebuild
rename to dev-db/postgresql/postgresql-17_beta2.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-06-06 Thread Mike Gilbert
commit: f614034a7625cf53d2792c4b04f878e8199cd8d1
Author: Eli Schwartz  gmail  com>
AuthorDate: Sun Jun  2 19:43:46 2024 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Jun  6 20:27:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f614034a

dev-db/postgresql: pass in a ninja-compatible value to meson_src_compile

Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-db/postgresql/postgresql-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-.ebuild 
b/dev-db/postgresql/postgresql-.ebuild
index e5eaa285027b..3f53c730579f 100644
--- a/dev-db/postgresql/postgresql-.ebuild
+++ b/dev-db/postgresql/postgresql-.ebuild
@@ -199,7 +199,7 @@ src_compile() {
# Generates both manpages and HTML documentation.
meson_src_compile docs
else
-   meson_src_compile man:alias
+   meson_src_compile man
fi
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-23 Thread Patrick Lauer
commit: 468dae9f092dfb0912153cce6538de19202ccf9a
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu May 23 14:10:47 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu May 23 14:10:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468dae9f

dev-db/postgresql: add 17_beta1

Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/postgresql/Manifest   |   1 +
 dev-db/postgresql/postgresql-17_beta1.ebuild | 473 +++
 2 files changed, 474 insertions(+)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index 8a1a5cdc87e3..9ea61657bb98 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -3,3 +3,4 @@ DIST postgresql-13.15.tar.bz2 21597871 BLAKE2B 
63631ea73e42fb846a9a78473d5929a2c
 DIST postgresql-14.12.tar.bz2 22390865 BLAKE2B 
09848b504c2c970d4b3a5ee3b7eec951f8966c3fcfdd77cea9a001b305ffa8ad55ea08eee2219abb6eb2e6478dddfcd29889308ee8f72eadb39d777e55f5f848
 SHA512 
cb6729d0fba8aa705c92beecdc5cd1131e64337db6de038da6f5b75c7d9e65381f93f6ebfac601d5622399b9485e8ec558be53e6a7dcc59350a9b053f8836bf9
 DIST postgresql-15.7.tar.bz2 23112318 BLAKE2B 
6a31ca8b833caf9400ce176211005c2b522e3f431717ad6b73c0df842121d3898dcfddce4626f961539a80b09960fb7659703e6f82d5eadff7217789893b9279
 SHA512 
8a03e2d7a267f0d11c27d90a2fb605725accb41cfebba2b56c735d4af45bb5f977d4ba051a02ac8d31f93253372df3d3b5efdd159e258d6fcc506b73e3ad6e27
 DIST postgresql-16.3.tar.bz2 24737644 BLAKE2B 
3390c781631645e9f51f31885d20cfeabf64992af9d56addaf847233e0c652aac8751dcf3a7c041962972de084722aee6070437c0517f729b200baf9e4bda2a3
 SHA512 
dc1c8d4fbc8e53e9be91dcf1b644b3969bd634f11bf5a1c4fe16619fd386f3349a5509788d43e6a57d099ad75233026d4dd4e0bb180ffc747fd3c1a575c51a5f
+DIST postgresql-17beta1.tar.bz2 21284954 BLAKE2B 
611d736e1839350b341f53b5c725f93dc7ebc8d8ae88f92fe5c7b519b23d53afbad0a5af8a6bbdb9dc19cf0097caf0d74cded7fd14f1bd8befe989e93470cea8
 SHA512 
2844c878d4c2e9b1048eb94cc4db4138ce03d9436a96d597c74aba6b2d75ff4343b127785056357486622d7c89cf3c12e17c7be97efc02a499e0ebb48455462a

diff --git a/dev-db/postgresql/postgresql-17_beta1.ebuild 
b/dev-db/postgresql/postgresql-17_beta1.ebuild
new file mode 100644
index ..0051e4905613
--- /dev/null
+++ b/dev-db/postgresql/postgresql-17_beta1.ebuild
@@ -0,0 +1,473 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10,11,12,13} )
+LLVM_COMPAT=( {15..18} )
+LLVM_OPTIONAL=1
+
+inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
+
+KEYWORDS=""
+
+SLOT=$(ver_cut 1)
+
+MY_PV=${PV/_/}
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+SRC_URI="https://ftp.postgresql.org/pub/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2";
+
+LICENSE="POSTGRESQL GPL-2"
+DESCRIPTION="PostgreSQL RDBMS"
+HOMEPAGE="https://www.postgresql.org/";
+
+IUSE="debug doc +icu kerberos ldap llvm +lz4 nls pam perl python
+ +readline selinux +server systemd ssl static-libs tcl uuid xml
+ zlib +zstd"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+CDEPEND="
+>=app-eselect/eselect-postgresql-2.0
+acct-group/postgres
+acct-user/postgres
+sys-apps/less
+virtual/libintl
+icu? ( dev-libs/icu:= )
+kerberos? ( app-crypt/mit-krb5 )
+ldap? ( net-nds/openldap:= )
+llvm? ( $(llvm_gen_dep '
+   sys-devel/clang:${LLVM_SLOT}
+   sys-devel/llvm:${LLVM_SLOT}
+   ') )
+lz4? ( app-arch/lz4 )
+pam? ( sys-libs/pam )
+perl? ( >=dev-lang/perl-5.8:= )
+python? ( ${PYTHON_DEPS} )
+readline? ( sys-libs/readline:0= )
+server? ( systemd? ( sys-apps/systemd ) )
+ssl? ( >=dev-libs/openssl-0.9.6-r1:0= )
+tcl? ( >=dev-lang/tcl-8:0= )
+xml? ( dev-libs/libxml2 dev-libs/libxslt )
+zlib? ( sys-libs/zlib )
+zstd? ( app-arch/zstd )
+"
+
+# uuid flags -- depend on sys-apps/util-linux for Linux libcs, or if no
+# supported libc in use depend on dev-libs/ossp-uuid. For BSD systems,
+# the libc includes UUID functions.
+UTIL_LINUX_LIBC=( elibc_{glibc,musl} )
+
+nest_usedep() {
+   local front back
+   while [[ ${#} -gt 1 ]]; do
+   front+="${1}? ( "
+   back+=" )"
+   shift
+   done
+   echo "${front}${1}${back}"
+}
+
+CDEPEND+="
+uuid? (
+   ${UTIL_LINUX_LIBC[@]/%/? ( sys-apps/util-linux )}
+   $(nest_usedep ${UTIL_LINUX_LIBC[@]/#/!} dev-libs/ossp-uuid)
+)"
+
+DEPEND="${CDEPEND}
+sys-devel/bison
+app-alternatives/lex
+nls? ( sys-devel/gettext )
+xml? ( virtual/pkgconfig )
+"
+
+RDEPEND="${CDEPEND}
+selinux? ( sec-policy/selinux-postgresql )
+"
+
+# Openjade, docbook, XML, and XSLT are needed to generate manpages and
+# any documentation that may be elected.
+BDEPEND="
+app-text/openjade
+app-text/docbook-dsssl-stylesheets
+app-text/docbook-sgml-dtd:4.5
+app-text/docbook-xml-dtd:4.5
+app-text/docbook-xsl-stylesheets
+dev-libs/libxml2
+dev-libs/libxslt
+"
+
+pkg_setup() {
+   use llvm && llvm-r1_pkg_setup
+
+   use server && CONFIG_CHECK="~SYSVIPC" linux-info_pkg_setup
+

[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-17 Thread Aaron W. Swenson
commit: 2a088fa873289bc6dc753117e93e50b6c9368ea3
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Fri May 17 14:44:01 2024 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Fri May 17 15:06:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a088fa8

dev-db/postgresql: Refresh live ebuild

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  gentoo.org>

 dev-db/postgresql/postgresql-.ebuild | 307 +--
 1 file changed, 173 insertions(+), 134 deletions(-)

diff --git a/dev-db/postgresql/postgresql-.ebuild 
b/dev-db/postgresql/postgresql-.ebuild
index 7933efb78c75..e5eaa285027b 100644
--- a/dev-db/postgresql/postgresql-.ebuild
+++ b/dev-db/postgresql/postgresql-.ebuild
@@ -3,25 +3,38 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10,11,12} )
+PYTHON_COMPAT=( python3_{10,11,12,13} )
+LLVM_COMPAT=( {15..18} )
+LLVM_OPTIONAL=1
 
-inherit flag-o-matic git-r3 linux-info meson pam python-single-r1 \
+inherit flag-o-matic linux-info llvm-r1 meson pam python-single-r1 \
systemd tmpfiles
 
-KEYWORDS=""
+DESCRIPTION="PostgreSQL RDBMS"
+HOMEPAGE="https://www.postgresql.org/";
+LICENSE="POSTGRESQL GPL-2"
 
-SLOT=""
+SLOT=$(ver_cut 1)
 
-EGIT_REPO_URI="https://git.postgresql.org/git/postgresql.git";
+if [[ $PV = ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.postgresql.org/git/postgresql.git";
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
-LICENSE="POSTGRESQL GPL-2"
-DESCRIPTION="PostgreSQL RDBMS"
-HOMEPAGE="https://www.postgresql.org/";
+   MY_PV=${PV/_/}
+   
SRC_URI="https://ftp.postgresql.org/pub/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2";
+   S="${WORKDIR}/${PN}-${MY_PV}"
+fi
 
-IUSE="debug +icu kerberos ldap llvm +lz4 nls pam perl python +readline
-   selinux server systemd ssl static-libs tcl uuid xml zlib zstd"
+IUSE="debug doc +icu kerberos ldap llvm +lz4 nls pam perl python +readline
+   selinux systemd ssl static-libs tcl test uuid xml zlib zstd"
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="
+llvm? ( ${LLVM_REQUIRED_USE} )
+python? ( ${PYTHON_REQUIRED_USE} )
+"
+RESTRICT="!test? ( test )"
 
 CDEPEND="
 >=app-eselect/eselect-postgresql-2.0
@@ -32,20 +45,22 @@ virtual/libintl
 icu? ( dev-libs/icu:= )
 kerberos? ( app-crypt/mit-krb5 )
 ldap? ( net-nds/openldap:= )
-llvm? (
-   sys-devel/llvm:=
-   sys-devel/clang:=
-)
+llvm? ( $(llvm_gen_dep '
+   sys-devel/clang:${LLVM_SLOT}
+   sys-devel/llvm:${LLVM_SLOT}
+   ') )
 lz4? ( app-arch/lz4 )
 pam? ( sys-libs/pam )
-perl? ( >=dev-lang/perl-5.8:= )
+perl? ( >=dev-lang/perl-5.14:= )
 python? ( ${PYTHON_DEPS} )
 readline? ( sys-libs/readline:0= )
 ssl? ( >=dev-libs/openssl-0.9.6-r1:0= )
 systemd? ( sys-apps/systemd )
 tcl? ( >=dev-lang/tcl-8:0= )
-uuid? ( dev-libs/ossp-uuid )
-xml? ( dev-libs/libxml2 dev-libs/libxslt )
+xml? (
+   dev-libs/libxml2
+   dev-libs/libxslt
+)
 zlib? ( sys-libs/zlib )
 zstd? ( app-arch/zstd )
 "
@@ -73,37 +88,38 @@ uuid? (
 
 DEPEND="${CDEPEND}
 >=dev-lang/perl-5.8
-app-text/docbook-dsssl-stylesheets
-app-text/docbook-sgml-dtd:4.5
-app-text/docbook-xml-dtd:4.5
-app-text/docbook-xsl-stylesheets
-app-text/openjade
-dev-libs/libxml2
-dev-libs/libxslt
-sys-devel/bison
 app-alternatives/lex
+sys-devel/bison
 nls? ( sys-devel/gettext )
 xml? ( virtual/pkgconfig )
 "
+
 RDEPEND="${CDEPEND}
 selinux? ( sec-policy/selinux-postgresql )
 "
 
-pkg_pretend() {
-   if ! use server; then
-   elog "You are using a live ebuild that uses the current source 
code as it is"
-   elog "available from PostgreSQL's Git repository at emerge 
time. Given such,"
-   elog "the Meson build files may be altered by upstream without 
notice and the"
-   elog "documentation for this live version is not readily 
available"
-   elog "online. Er

[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-15 Thread Patrick Lauer
commit: 2cfd7751bb799b83372e718a4992f4d4ea7435be
Author: Patrick Lauer  gentoo  org>
AuthorDate: Wed May 15 12:47:23 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Wed May 15 12:48:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cfd7751

dev-db/postgresql: Fix llvm slot behaviour

Closes: https://bugs.gentoo.org/931944
Signed-off-by: Patrick Lauer  gentoo.org>

 .../{postgresql-12.19-r1.ebuild => postgresql-12.19-r2.ebuild}   | 1 +
 .../{postgresql-13.15-r1.ebuild => postgresql-13.15-r2.ebuild}   | 1 +
 .../{postgresql-14.12-r1.ebuild => postgresql-14.12-r2.ebuild}   | 1 +
 .../postgresql/{postgresql-15.7-r1.ebuild => postgresql-15.7-r2.ebuild}  | 1 +
 .../postgresql/{postgresql-16.3-r1.ebuild => postgresql-16.3-r2.ebuild}  | 1 +
 5 files changed, 5 insertions(+)

diff --git a/dev-db/postgresql/postgresql-12.19-r1.ebuild 
b/dev-db/postgresql/postgresql-12.19-r2.ebuild
similarity index 99%
rename from dev-db/postgresql/postgresql-12.19-r1.ebuild
rename to dev-db/postgresql/postgresql-12.19-r2.ebuild
index 45984683e174..b0c6363f0d16 100644
--- a/dev-db/postgresql/postgresql-12.19-r1.ebuild
+++ b/dev-db/postgresql/postgresql-12.19-r2.ebuild
@@ -5,6 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12,13} )
 LLVM_COMPAT=( {15..18} )
+LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 

diff --git a/dev-db/postgresql/postgresql-13.15-r1.ebuild 
b/dev-db/postgresql/postgresql-13.15-r2.ebuild
similarity index 99%
rename from dev-db/postgresql/postgresql-13.15-r1.ebuild
rename to dev-db/postgresql/postgresql-13.15-r2.ebuild
index a62a8c2e493e..822fbdabce55 100644
--- a/dev-db/postgresql/postgresql-13.15-r1.ebuild
+++ b/dev-db/postgresql/postgresql-13.15-r2.ebuild
@@ -5,6 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12,13} )
 LLVM_COMPAT=( {15..18} )
+LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 

diff --git a/dev-db/postgresql/postgresql-14.12-r1.ebuild 
b/dev-db/postgresql/postgresql-14.12-r2.ebuild
similarity index 99%
rename from dev-db/postgresql/postgresql-14.12-r1.ebuild
rename to dev-db/postgresql/postgresql-14.12-r2.ebuild
index e733d68ba865..d141a01baf2c 100644
--- a/dev-db/postgresql/postgresql-14.12-r1.ebuild
+++ b/dev-db/postgresql/postgresql-14.12-r2.ebuild
@@ -5,6 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12,13} )
 LLVM_COMPAT=( {15..18} )
+LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 

diff --git a/dev-db/postgresql/postgresql-15.7-r1.ebuild 
b/dev-db/postgresql/postgresql-15.7-r2.ebuild
similarity index 99%
rename from dev-db/postgresql/postgresql-15.7-r1.ebuild
rename to dev-db/postgresql/postgresql-15.7-r2.ebuild
index a85a8e023d0b..740bb9acf2d0 100644
--- a/dev-db/postgresql/postgresql-15.7-r1.ebuild
+++ b/dev-db/postgresql/postgresql-15.7-r2.ebuild
@@ -5,6 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12,13} )
 LLVM_COMPAT=( {15..18} )
+LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 

diff --git a/dev-db/postgresql/postgresql-16.3-r1.ebuild 
b/dev-db/postgresql/postgresql-16.3-r2.ebuild
similarity index 99%
rename from dev-db/postgresql/postgresql-16.3-r1.ebuild
rename to dev-db/postgresql/postgresql-16.3-r2.ebuild
index 0c432c64d906..f0ca408471e6 100644
--- a/dev-db/postgresql/postgresql-16.3-r1.ebuild
+++ b/dev-db/postgresql/postgresql-16.3-r2.ebuild
@@ -5,6 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12,13} )
 LLVM_COMPAT=( {15..18} )
+LLVM_OPTIONAL=1
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Patrick Lauer
commit: 76178a50d26ff914ee73d093a85e21ff15d0b9c9
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue May 14 03:52:13 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue May 14 03:52:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76178a50

dev-db/postgresql: drop 12.18, 13.14, 14.11, 15.6, 16.2

Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/postgresql/Manifest|   5 -
 dev-db/postgresql/postgresql-12.18.ebuild | 444 -
 dev-db/postgresql/postgresql-13.14.ebuild | 456 -
 dev-db/postgresql/postgresql-14.11.ebuild | 456 -
 dev-db/postgresql/postgresql-15.6.ebuild  | 458 -
 dev-db/postgresql/postgresql-16.2.ebuild  | 459 --
 6 files changed, 2278 deletions(-)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index e08978234a48..8a1a5cdc87e3 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -1,10 +1,5 @@
-DIST postgresql-12.18.tar.bz2 21208935 BLAKE2B 
cadb1d168185d0f73752af2a58f34bde79db51716ffbc4e974efa759ac5ebd3b340a17acc965a1fd30899321c5aef597b93f947277a35c1159bc9ff7ac4b4254
 SHA512 
723105a2b280ed9116615fa5fe29034a8588e474ed622de2c439f95e5b621b8865224e02553b71cba8d0288b1ee9fea077b20bd77fe2c858cd988b417efa56c0
 DIST postgresql-12.19.tar.bz2 21218699 BLAKE2B 
d858108017ad9fd1c9813080c18f21cf2574f2b21a9881ae35e0291f3710664890983e71a2cd1c45f10b4c1ff8ab19d9d2383e35217b55e8e67b72b2673bec29
 SHA512 
c08cb8f902728ea5ab5872fa2e37f8646f6beb4df39425a5a42db30ce86fa499a2059fa57b4eac3089bfba875a85a55144eba5ce6c525c642ba33c82f264b1b5
-DIST postgresql-13.14.tar.bz2 21584146 BLAKE2B 
67b1c85cac910f445a393060646e901e03eccf9c00d3b4d41b12acc9d94254697c46060f09a4c6ed57ec33b202c18916b03f8b322c3be0f195e0315e7a874933
 SHA512 
25d545de69d6ac16b044e09939678af97b6574c71d47d98f95f0ef9ad11ff65e864e503ddff119d73fbb3c61e648e31219982d60da7fc2382ba10e0bfc370aa5
 DIST postgresql-13.15.tar.bz2 21597871 BLAKE2B 
63631ea73e42fb846a9a78473d5929a2c9bf91016ef0808578d6ff6ce1e3d862ae1f8524f26f074f2adb30e55fd941ef6ce9b27c5eaa83f41d165f45958e0445
 SHA512 
6614b3ccf3ab41f34fc36e75f501853b13e0b9900728b8f8bbf8e3ac22783d18b0f05183beab778eb84ca71665574063fac6e1153bcd86bac252a8a9bbff0d8b
-DIST postgresql-14.11.tar.bz2 22354758 BLAKE2B 
f2ee6246c0e2c236e693e29ae2a581e818be51162a9a93f38aa1520b886557f9628111ad1e25221baa3b0bcb1d2861e2527082cb15dc6ef1493351b4cc13196a
 SHA512 
67289cd638ed7b13e845263d5a34394347f33735d9e2fafd6aa3562989a3a9455ea547d1b5079138648f33b093e77841654188fc74a49c0d6d458a42cfb57ffe
 DIST postgresql-14.12.tar.bz2 22390865 BLAKE2B 
09848b504c2c970d4b3a5ee3b7eec951f8966c3fcfdd77cea9a001b305ffa8ad55ea08eee2219abb6eb2e6478dddfcd29889308ee8f72eadb39d777e55f5f848
 SHA512 
cb6729d0fba8aa705c92beecdc5cd1131e64337db6de038da6f5b75c7d9e65381f93f6ebfac601d5622399b9485e8ec558be53e6a7dcc59350a9b053f8836bf9
-DIST postgresql-15.6.tar.bz2 23093967 BLAKE2B 
8245fd0e0f2b90d504e57021bb0069d0850f5ff409dab2a583581a5b77a39e81a08c6d4c87db15f14f5e1943c1c21451160205ea27e56808a3a4a0f166090c2a
 SHA512 
d9f158d844ec21bc5a7eccad9193dfe026d3df46a011980412ad7d150b3894c01754be0053bed530976047d7eff657204ac321138ba8da6eac8fb7b93b9520ad
 DIST postgresql-15.7.tar.bz2 23112318 BLAKE2B 
6a31ca8b833caf9400ce176211005c2b522e3f431717ad6b73c0df842121d3898dcfddce4626f961539a80b09960fb7659703e6f82d5eadff7217789893b9279
 SHA512 
8a03e2d7a267f0d11c27d90a2fb605725accb41cfebba2b56c735d4af45bb5f977d4ba051a02ac8d31f93253372df3d3b5efdd159e258d6fcc506b73e3ad6e27
-DIST postgresql-16.2.tar.bz2 24711703 BLAKE2B 
b863d7b7a1721df237c33a45aed788be9397a432a445f2267619496f1c0210196ff0904c44dbf07ea11f814921c643a6b9182b8a4c992f13578c4fe00868d491
 SHA512 
3194941cc3f1ec86b6cf4f08c6422d268d99890441f8fc9ab87b6a7fd16c990fa230b544308644cbef54e6960c4984e3703752e40930bdc0537b7bfda3ab7ccf
 DIST postgresql-16.3.tar.bz2 24737644 BLAKE2B 
3390c781631645e9f51f31885d20cfeabf64992af9d56addaf847233e0c652aac8751dcf3a7c041962972de084722aee6070437c0517f729b200baf9e4bda2a3
 SHA512 
dc1c8d4fbc8e53e9be91dcf1b644b3969bd634f11bf5a1c4fe16619fd386f3349a5509788d43e6a57d099ad75233026d4dd4e0bb180ffc747fd3c1a575c51a5f

diff --git a/dev-db/postgresql/postgresql-12.18.ebuild 
b/dev-db/postgresql/postgresql-12.18.ebuild
deleted file mode 100644
index 115a0eb86e44..
--- a/dev-db/postgresql/postgresql-12.18.ebuild
+++ /dev/null
@@ -1,444 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10,11,12} )
-LLVM_MAX_SLOT=17
-
-inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-
-SLOT=$(ver_cut 1)
-
-MY_PV=${PV/_/}
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-SRC_URI="https://ftp.postgresql.org/pub/source/v${MY_PV}/postgresql-

[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 218e10fdc06a982bad520e04a854fcc0fea5e498
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:32:53 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:32:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218e10fd

dev-db/postgresql: Stabilize 14.12-r1 ppc, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-14.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-14.12-r1.ebuild 
b/dev-db/postgresql/postgresql-14.12-r1.ebuild
index 3df00a08983c..e733d68ba865 100644
--- a/dev-db/postgresql/postgresql-14.12-r1.ebuild
+++ b/dev-db/postgresql/postgresql-14.12-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 9d974fc126c3c54019c2fe0d84890441647b32f8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:32:52 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:32:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d974fc1

dev-db/postgresql: Stabilize 12.19-r1 ppc, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-12.19-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.19-r1.ebuild 
b/dev-db/postgresql/postgresql-12.19-r1.ebuild
index 4a956da0894a..45984683e174 100644
--- a/dev-db/postgresql/postgresql-12.19-r1.ebuild
+++ b/dev-db/postgresql/postgresql-12.19-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 062fc7b026d713c409b123bba4764740e27b726e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:32:54 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:32:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062fc7b0

dev-db/postgresql: Stabilize 16.3-r1 ppc, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-16.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-16.3-r1.ebuild 
b/dev-db/postgresql/postgresql-16.3-r1.ebuild
index 90e2e34091b2..0c432c64d906 100644
--- a/dev-db/postgresql/postgresql-16.3-r1.ebuild
+++ b/dev-db/postgresql/postgresql-16.3-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: e29f897a9cd376f1cbd2d1f0106f3265661d2306
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:32:53 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:32:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e29f897a

dev-db/postgresql: Stabilize 15.7-r1 ppc, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-15.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-15.7-r1.ebuild 
b/dev-db/postgresql/postgresql-15.7-r1.ebuild
index a964ffb8584d..a85a8e023d0b 100644
--- a/dev-db/postgresql/postgresql-15.7-r1.ebuild
+++ b/dev-db/postgresql/postgresql-15.7-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 20cb74a582e228fe8a792aca624c8ef1a53d1b1b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:32:52 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:32:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20cb74a5

dev-db/postgresql: Stabilize 13.15-r1 ppc, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-13.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-13.15-r1.ebuild 
b/dev-db/postgresql/postgresql-13.15-r1.ebuild
index 4c4e7cd7e706..a62a8c2e493e 100644
--- a/dev-db/postgresql/postgresql-13.15-r1.ebuild
+++ b/dev-db/postgresql/postgresql-13.15-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 2c38acdb207ba9d688d213ebc0f91a5a6a27c8bd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:29:50 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:29:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c38acdb

dev-db/postgresql: Stabilize 13.15-r1 arm, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-13.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-13.15-r1.ebuild 
b/dev-db/postgresql/postgresql-13.15-r1.ebuild
index 024f08b737be..4c4e7cd7e706 100644
--- a/dev-db/postgresql/postgresql-13.15-r1.ebuild
+++ b/dev-db/postgresql/postgresql-13.15-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 79a9c8b17e2780e60a5831465eba6cbcc0159763
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:29:51 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:29:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a9c8b1

dev-db/postgresql: Stabilize 16.3-r1 arm, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-16.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-16.3-r1.ebuild 
b/dev-db/postgresql/postgresql-16.3-r1.ebuild
index 26e22b925768..90e2e34091b2 100644
--- a/dev-db/postgresql/postgresql-16.3-r1.ebuild
+++ b/dev-db/postgresql/postgresql-16.3-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: ab14d8397185fddc901c41c30bd0a48014e44280
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:29:51 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:29:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab14d839

dev-db/postgresql: Stabilize 15.7-r1 arm, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-15.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-15.7-r1.ebuild 
b/dev-db/postgresql/postgresql-15.7-r1.ebuild
index 24de3d410406..a964ffb8584d 100644
--- a/dev-db/postgresql/postgresql-15.7-r1.ebuild
+++ b/dev-db/postgresql/postgresql-15.7-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 885da8b039772d5bcdfd9901b1f642092eb1b369
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:29:50 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:29:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885da8b0

dev-db/postgresql: Stabilize 14.12-r1 arm, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-14.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-14.12-r1.ebuild 
b/dev-db/postgresql/postgresql-14.12-r1.ebuild
index 082cf5dde3f3..3df00a08983c 100644
--- a/dev-db/postgresql/postgresql-14.12-r1.ebuild
+++ b/dev-db/postgresql/postgresql-14.12-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 08196580ef7506a025ef9688710d6507c00b514e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:29:49 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:29:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08196580

dev-db/postgresql: Stabilize 12.19-r1 arm, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-12.19-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.19-r1.ebuild 
b/dev-db/postgresql/postgresql-12.19-r1.ebuild
index 4b68dc3f52ce..4a956da0894a 100644
--- a/dev-db/postgresql/postgresql-12.19-r1.ebuild
+++ b/dev-db/postgresql/postgresql-12.19-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: ab055016800eeea027a35f44652c02f3ebbea4c7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:46 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab055016

dev-db/postgresql: Stabilize 14.12-r1 arm64, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-14.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-14.12-r1.ebuild 
b/dev-db/postgresql/postgresql-14.12-r1.ebuild
index c6c938c327b8..ba47dc95ad4b 100644
--- a/dev-db/postgresql/postgresql-14.12-r1.ebuild
+++ b/dev-db/postgresql/postgresql-14.12-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: bce9002c646569640d16f4574feafe7e7628611a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:46 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce9002c

dev-db/postgresql: Stabilize 13.15-r1 arm64, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-13.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-13.15-r1.ebuild 
b/dev-db/postgresql/postgresql-13.15-r1.ebuild
index ca97bd1c1b38..e71afbb6f302 100644
--- a/dev-db/postgresql/postgresql-13.15-r1.ebuild
+++ b/dev-db/postgresql/postgresql-13.15-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 23b990dc4f4ca6a7389584f094429df21e4fa661
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:52 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b990dc

dev-db/postgresql: Stabilize 16.3-r1 ppc64, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-16.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-16.3-r1.ebuild 
b/dev-db/postgresql/postgresql-16.3-r1.ebuild
index 86c84f5e809e..26e22b925768 100644
--- a/dev-db/postgresql/postgresql-16.3-r1.ebuild
+++ b/dev-db/postgresql/postgresql-16.3-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 04f1c58f50189792cb80ea0f2e531d3c942be381
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:51 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04f1c58f

dev-db/postgresql: Stabilize 13.15-r1 ppc64, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-13.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-13.15-r1.ebuild 
b/dev-db/postgresql/postgresql-13.15-r1.ebuild
index e71afbb6f302..024f08b737be 100644
--- a/dev-db/postgresql/postgresql-13.15-r1.ebuild
+++ b/dev-db/postgresql/postgresql-13.15-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: ebc996cb7efe688695b6909189484686cd92fa83
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:52 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebc996cb

dev-db/postgresql: Stabilize 15.7-r1 ppc64, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-15.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-15.7-r1.ebuild 
b/dev-db/postgresql/postgresql-15.7-r1.ebuild
index a36480ca817e..24de3d410406 100644
--- a/dev-db/postgresql/postgresql-15.7-r1.ebuild
+++ b/dev-db/postgresql/postgresql-15.7-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: d87ababe8e9c0c5a1d18e08911828b677afbd4e1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:51 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87ababe

dev-db/postgresql: Stabilize 14.12-r1 ppc64, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-14.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-14.12-r1.ebuild 
b/dev-db/postgresql/postgresql-14.12-r1.ebuild
index ba47dc95ad4b..082cf5dde3f3 100644
--- a/dev-db/postgresql/postgresql-14.12-r1.ebuild
+++ b/dev-db/postgresql/postgresql-14.12-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: dac69ca9b527e8c782c77daf0ae0a5b3bac7d407
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:37 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac69ca9

dev-db/postgresql: Stabilize 14.12-r1 amd64, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-14.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-14.12-r1.ebuild 
b/dev-db/postgresql/postgresql-14.12-r1.ebuild
index cd042004e2de..560a5c47f474 100644
--- a/dev-db/postgresql/postgresql-14.12-r1.ebuild
+++ b/dev-db/postgresql/postgresql-14.12-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 0daa5bfca4bd00637de3e1c0dd6787f61f269e23
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:50 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0daa5bfc

dev-db/postgresql: Stabilize 12.19-r1 ppc64, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-12.19-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.19-r1.ebuild 
b/dev-db/postgresql/postgresql-12.19-r1.ebuild
index c48c6fde4374..4b68dc3f52ce 100644
--- a/dev-db/postgresql/postgresql-12.19-r1.ebuild
+++ b/dev-db/postgresql/postgresql-12.19-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 391e80739eb1d3e0c3189255b46a111523594ac1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:47 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=391e8073

dev-db/postgresql: Stabilize 15.7-r1 arm64, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-15.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-15.7-r1.ebuild 
b/dev-db/postgresql/postgresql-15.7-r1.ebuild
index bbe48f590d06..a36480ca817e 100644
--- a/dev-db/postgresql/postgresql-15.7-r1.ebuild
+++ b/dev-db/postgresql/postgresql-15.7-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 4c3054e66de17770e6b08c9305b57a118c418c4c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:47 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3054e6

dev-db/postgresql: Stabilize 16.3-r1 arm64, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-16.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-16.3-r1.ebuild 
b/dev-db/postgresql/postgresql-16.3-r1.ebuild
index 08d6f6862b8d..86c84f5e809e 100644
--- a/dev-db/postgresql/postgresql-16.3-r1.ebuild
+++ b/dev-db/postgresql/postgresql-16.3-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 852099b92abed596a0d894a856ba7bacd9889cf6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:42 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=852099b9

dev-db/postgresql: Stabilize 15.7-r1 x86, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-15.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-15.7-r1.ebuild 
b/dev-db/postgresql/postgresql-15.7-r1.ebuild
index 1e4d5f4ee784..bbe48f590d06 100644
--- a/dev-db/postgresql/postgresql-15.7-r1.ebuild
+++ b/dev-db/postgresql/postgresql-15.7-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 0a6df06ad60b3935ba775a45ed490ec93303e705
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:43 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6df06a

dev-db/postgresql: Stabilize 16.3-r1 x86, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-16.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-16.3-r1.ebuild 
b/dev-db/postgresql/postgresql-16.3-r1.ebuild
index 4263ee1b2665..08d6f6862b8d 100644
--- a/dev-db/postgresql/postgresql-16.3-r1.ebuild
+++ b/dev-db/postgresql/postgresql-16.3-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: bbacb3722cd9bd68ed41bb3bdf9b90d7247cdb80
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:45 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbacb372

dev-db/postgresql: Stabilize 12.19-r1 arm64, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-12.19-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.19-r1.ebuild 
b/dev-db/postgresql/postgresql-12.19-r1.ebuild
index b3d2bf3e4417..c48c6fde4374 100644
--- a/dev-db/postgresql/postgresql-12.19-r1.ebuild
+++ b/dev-db/postgresql/postgresql-12.19-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 1bbd512e597995824f2d2c3e238cbd56a3b3769f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:41 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbd512e

dev-db/postgresql: Stabilize 12.19-r1 x86, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-12.19-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.19-r1.ebuild 
b/dev-db/postgresql/postgresql-12.19-r1.ebuild
index c1d04cd2f0d6..b3d2bf3e4417 100644
--- a/dev-db/postgresql/postgresql-12.19-r1.ebuild
+++ b/dev-db/postgresql/postgresql-12.19-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 27d9d90a944dddc6e16473be13f9856a49215f86
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:42 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d9d90a

dev-db/postgresql: Stabilize 14.12-r1 x86, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-14.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-14.12-r1.ebuild 
b/dev-db/postgresql/postgresql-14.12-r1.ebuild
index 560a5c47f474..c6c938c327b8 100644
--- a/dev-db/postgresql/postgresql-14.12-r1.ebuild
+++ b/dev-db/postgresql/postgresql-14.12-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 485adf449b4a43022dd79cf5f839ecef47c7b889
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:41 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=485adf44

dev-db/postgresql: Stabilize 13.15-r1 x86, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-13.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-13.15-r1.ebuild 
b/dev-db/postgresql/postgresql-13.15-r1.ebuild
index 59bb7df9a76b..ca97bd1c1b38 100644
--- a/dev-db/postgresql/postgresql-13.15-r1.ebuild
+++ b/dev-db/postgresql/postgresql-13.15-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 16b86b8ac104382e2cecfb37c4e0110d78258ff0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:36 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16b86b8a

dev-db/postgresql: Stabilize 12.19-r1 amd64, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-12.19-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.19-r1.ebuild 
b/dev-db/postgresql/postgresql-12.19-r1.ebuild
index edb19082c1ea..c1d04cd2f0d6 100644
--- a/dev-db/postgresql/postgresql-12.19-r1.ebuild
+++ b/dev-db/postgresql/postgresql-12.19-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: e6d310332323230e6309340fe10e98cd590dad80
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:37 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d31033

dev-db/postgresql: Stabilize 13.15-r1 amd64, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-13.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-13.15-r1.ebuild 
b/dev-db/postgresql/postgresql-13.15-r1.ebuild
index 616a745d2f01..59bb7df9a76b 100644
--- a/dev-db/postgresql/postgresql-13.15-r1.ebuild
+++ b/dev-db/postgresql/postgresql-13.15-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: fb8c13b025858569fe0bce204caeaf2da815e801
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:38 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8c13b0

dev-db/postgresql: Stabilize 16.3-r1 amd64, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-16.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-16.3-r1.ebuild 
b/dev-db/postgresql/postgresql-16.3-r1.ebuild
index 0c0a7c54a164..4263ee1b2665 100644
--- a/dev-db/postgresql/postgresql-16.3-r1.ebuild
+++ b/dev-db/postgresql/postgresql-16.3-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: ac0f6f8fab6f49c8e72a829a2e691660c1a5af34
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:27:38 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:27:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0f6f8f

dev-db/postgresql: Stabilize 15.7-r1 amd64, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-15.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-15.7-r1.ebuild 
b/dev-db/postgresql/postgresql-15.7-r1.ebuild
index cd9fe4bd5ec9..1e4d5f4ee784 100644
--- a/dev-db/postgresql/postgresql-15.7-r1.ebuild
+++ b/dev-db/postgresql/postgresql-15.7-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: ad00da13e781a5e4da0f74a6a2ba12d2a2864260
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:26:51 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:26:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad00da13

dev-db/postgresql: Stabilize 14.12-r1 sparc, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-14.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-14.12-r1.ebuild 
b/dev-db/postgresql/postgresql-14.12-r1.ebuild
index e64f40d3a785..cd042004e2de 100644
--- a/dev-db/postgresql/postgresql-14.12-r1.ebuild
+++ b/dev-db/postgresql/postgresql-14.12-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: a441cbd5257888e92dae365d93d87d942c1fa63d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:26:52 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:26:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a441cbd5

dev-db/postgresql: Stabilize 15.7-r1 sparc, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-15.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-15.7-r1.ebuild 
b/dev-db/postgresql/postgresql-15.7-r1.ebuild
index cd8e67f96a6d..cd9fe4bd5ec9 100644
--- a/dev-db/postgresql/postgresql-15.7-r1.ebuild
+++ b/dev-db/postgresql/postgresql-15.7-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 8a5ffb7770f36932cc965873b63e0da8806143a8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:26:52 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:26:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a5ffb77

dev-db/postgresql: Stabilize 16.3-r1 sparc, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-16.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-16.3-r1.ebuild 
b/dev-db/postgresql/postgresql-16.3-r1.ebuild
index ce239953cf5b..0c0a7c54a164 100644
--- a/dev-db/postgresql/postgresql-16.3-r1.ebuild
+++ b/dev-db/postgresql/postgresql-16.3-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: a3bfca847e0acc4e795746e66dfbd5fa703c4e69
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:26:51 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:26:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3bfca84

dev-db/postgresql: Stabilize 13.15-r1 sparc, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-13.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-13.15-r1.ebuild 
b/dev-db/postgresql/postgresql-13.15-r1.ebuild
index 90f874bd8b38..616a745d2f01 100644
--- a/dev-db/postgresql/postgresql-13.15-r1.ebuild
+++ b/dev-db/postgresql/postgresql-13.15-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-13 Thread Arthur Zamarin
commit: 3ddf558acca9a9b9de91075e7c04245d567899ea
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 12:26:50 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 12:26:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ddf558a

dev-db/postgresql: Stabilize 12.19-r1 sparc, #931846

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-12.19-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.19-r1.ebuild 
b/dev-db/postgresql/postgresql-12.19-r1.ebuild
index 7f5912e856fc..edb19082c1ea 100644
--- a/dev-db/postgresql/postgresql-12.19-r1.ebuild
+++ b/dev-db/postgresql/postgresql-12.19-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {15..18} )
 
 inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-10 Thread Sam James
commit: 433856b93366defbd2ef42e55bf474c6d7f25ecf
Author: Sam James  gentoo  org>
AuthorDate: Sat May 11 02:32:01 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 11 02:32:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=433856b9

dev-db/postgresql: drop old Perl workaround

The code being removed here can't work with modern Perl:
```
$ perl -e 'use utf8; use re; package utf8; require "utf8_heavy.pl";';
Can't locate utf8_heavy.pl in @INC (  INC entries checked: /etc/perl 
/usr/local/lib64/perl5/5.38/x86_64-linux /usr/local/lib64/perl5/5.38 
/usr/lib64/perl5/vendor_perl/5.38/x86_64-linux 
/usr/lib64/perl5/vendor_perl/5.38 /usr/lib64/perl5/5.38/x86_64-linux 
/usr/lib64/perl5/5.38) at -e line 1.
```

The original reporter of the bug it was added for (bug #518522) was Chris Mayo
who can't reproduce the original problem. Given it now actively causes an issue,
let's drop it, and not worry about replacing it with something else right now -
it's unclear anything is needed now.

This still leaves pollution in postgresql.conf - which I leave to the pgsql
maintainers to resolve, but at least we're not adding it for new installs now.

Note that it's likely https://bugs.gentoo.org/518522#c6 was still an issue
and this will be resolved now too.

Bug: https://bugs.gentoo.org/518522
Bug: https://bugs.gentoo.org/792537
Signed-off-by: Sam James  gentoo.org>

 dev-db/postgresql/postgresql-12.18.ebuild| 7 ---
 dev-db/postgresql/postgresql-12.19-r1.ebuild | 7 ---
 dev-db/postgresql/postgresql-13.14.ebuild| 7 ---
 dev-db/postgresql/postgresql-13.15-r1.ebuild | 7 ---
 dev-db/postgresql/postgresql-14.11.ebuild| 7 ---
 dev-db/postgresql/postgresql-14.12-r1.ebuild | 7 ---
 dev-db/postgresql/postgresql-15.6.ebuild | 7 ---
 dev-db/postgresql/postgresql-15.7-r1.ebuild  | 7 ---
 dev-db/postgresql/postgresql-16.2.ebuild | 7 ---
 dev-db/postgresql/postgresql-16.3-r1.ebuild  | 7 ---
 dev-db/postgresql/postgresql-.ebuild | 7 ---
 11 files changed, 77 deletions(-)

diff --git a/dev-db/postgresql/postgresql-12.18.ebuild 
b/dev-db/postgresql/postgresql-12.18.ebuild
index 8365c8725242..115a0eb86e44 100644
--- a/dev-db/postgresql/postgresql-12.18.ebuild
+++ b/dev-db/postgresql/postgresql-12.18.ebuild
@@ -398,13 +398,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-12.19-r1.ebuild 
b/dev-db/postgresql/postgresql-12.19-r1.ebuild
index 3acab1435329..7f5912e856fc 100644
--- a/dev-db/postgresql/postgresql-12.19-r1.ebuild
+++ b/dev-db/postgresql/postgresql-12.19-r1.ebuild
@@ -398,13 +398,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-13.14.ebuild 
b/dev-db/postgresql/postgresql-13.14.ebuild
index 60d28d2d7d08..0926b6f003a2 100644
--- a/dev-db/postgresql/postgresql-13.14.ebuild
+++ b/dev-db/postgresql/postgresql-13.14.ebuild
@@ -406,13 +406,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"

[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-09 Thread Patrick Lauer
commit: bc9b37fece5dad68bb379107b8a022981ad6f654
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu May  9 17:47:06 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu May  9 17:47:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc9b37fe

dev-db/postgresql: enable py3.13

Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/postgresql/postgresql-12.19-r1.ebuild | 2 +-
 dev-db/postgresql/postgresql-13.15-r1.ebuild | 2 +-
 dev-db/postgresql/postgresql-14.12-r1.ebuild | 2 +-
 dev-db/postgresql/postgresql-15.7-r1.ebuild  | 2 +-
 dev-db/postgresql/postgresql-16.3-r1.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-db/postgresql/postgresql-12.19-r1.ebuild 
b/dev-db/postgresql/postgresql-12.19-r1.ebuild
index f27ea205217e..3acab1435329 100644
--- a/dev-db/postgresql/postgresql-12.19-r1.ebuild
+++ b/dev-db/postgresql/postgresql-12.19-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

diff --git a/dev-db/postgresql/postgresql-13.15-r1.ebuild 
b/dev-db/postgresql/postgresql-13.15-r1.ebuild
index e5b1f11e7279..7487827923dd 100644
--- a/dev-db/postgresql/postgresql-13.15-r1.ebuild
+++ b/dev-db/postgresql/postgresql-13.15-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

diff --git a/dev-db/postgresql/postgresql-14.12-r1.ebuild 
b/dev-db/postgresql/postgresql-14.12-r1.ebuild
index ebd55f9ca242..5361f9a28c86 100644
--- a/dev-db/postgresql/postgresql-14.12-r1.ebuild
+++ b/dev-db/postgresql/postgresql-14.12-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

diff --git a/dev-db/postgresql/postgresql-15.7-r1.ebuild 
b/dev-db/postgresql/postgresql-15.7-r1.ebuild
index a232b763f4c7..ed5a9d761fec 100644
--- a/dev-db/postgresql/postgresql-15.7-r1.ebuild
+++ b/dev-db/postgresql/postgresql-15.7-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

diff --git a/dev-db/postgresql/postgresql-16.3-r1.ebuild 
b/dev-db/postgresql/postgresql-16.3-r1.ebuild
index 50afc8d706aa..4a487c8112d0 100644
--- a/dev-db/postgresql/postgresql-16.3-r1.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



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-09 Thread Patrick Lauer
commit: 20328089a31020c984f446bd0fbba7141aa1610b
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu May  9 17:16:36 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu May  9 17:17:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20328089

dev-db/postgresql: Migrate to llvm-r1 eclass

Also add LLVM-18 support

Closes: https://bugs.gentoo.org/931638
Signed-off-by: Patrick Lauer  gentoo.org>

 ...{postgresql-12.19.ebuild => postgresql-12.19-r1.ebuild} | 14 +++---
 ...{postgresql-13.15.ebuild => postgresql-13.15-r1.ebuild} | 14 +++---
 ...{postgresql-14.12.ebuild => postgresql-14.12-r1.ebuild} | 14 +++---
 .../{postgresql-15.7.ebuild => postgresql-15.7-r1.ebuild}  | 14 +++---
 .../{postgresql-16.3.ebuild => postgresql-16.3-r1.ebuild}  | 14 +++---
 5 files changed, 35 insertions(+), 35 deletions(-)

diff --git a/dev-db/postgresql/postgresql-12.19.ebuild 
b/dev-db/postgresql/postgresql-12.19-r1.ebuild
similarity index 98%
rename from dev-db/postgresql/postgresql-12.19.ebuild
rename to dev-db/postgresql/postgresql-12.19-r1.ebuild
index 6636a63fe0ba..f27ea205217e 100644
--- a/dev-db/postgresql/postgresql-12.19.ebuild
+++ b/dev-db/postgresql/postgresql-12.19-r1.ebuild
@@ -4,9 +4,9 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12} )
-LLVM_MAX_SLOT=17
+LLVM_COMPAT=( {15..18} )
 
-inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
+inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
@@ -35,10 +35,10 @@ virtual/libintl
 icu? ( dev-libs/icu:= )
 kerberos? ( virtual/krb5 )
 ldap? ( net-nds/openldap:= )
-llvm? (
-   =dev-lang/perl-5.8:= )
 python? ( ${PYTHON_DEPS} )
@@ -83,7 +83,7 @@ selinux? ( sec-policy/selinux-postgresql )
 "
 
 pkg_setup() {
-   use llvm && llvm_pkg_setup
+   use llvm && llvm-r1_pkg_setup
 
use server && CONFIG_CHECK="~SYSVIPC" linux-info_pkg_setup
 

diff --git a/dev-db/postgresql/postgresql-13.15.ebuild 
b/dev-db/postgresql/postgresql-13.15-r1.ebuild
similarity index 98%
rename from dev-db/postgresql/postgresql-13.15.ebuild
rename to dev-db/postgresql/postgresql-13.15-r1.ebuild
index 7c9361e616b7..e5b1f11e7279 100644
--- a/dev-db/postgresql/postgresql-13.15.ebuild
+++ b/dev-db/postgresql/postgresql-13.15-r1.ebuild
@@ -4,9 +4,9 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12} )
-LLVM_MAX_SLOT=17
+LLVM_COMPAT=( {15..18} )
 
-inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
+inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
@@ -35,10 +35,10 @@ virtual/libintl
 icu? ( dev-libs/icu:= )
 kerberos? ( virtual/krb5 )
 ldap? ( net-nds/openldap:= )
-llvm? (
-   =dev-lang/perl-5.8:= )
 python? ( ${PYTHON_DEPS} )
@@ -83,7 +83,7 @@ selinux? ( sec-policy/selinux-postgresql )
 "
 
 pkg_setup() {
-   use llvm && llvm_pkg_setup
+   use llvm && llvm-r1_pkg_setup
 
use server && CONFIG_CHECK="~SYSVIPC" linux-info_pkg_setup
 

diff --git a/dev-db/postgresql/postgresql-14.12.ebuild 
b/dev-db/postgresql/postgresql-14.12-r1.ebuild
similarity index 98%
rename from dev-db/postgresql/postgresql-14.12.ebuild
rename to dev-db/postgresql/postgresql-14.12-r1.ebuild
index 210c8c8e5180..ebd55f9ca242 100644
--- a/dev-db/postgresql/postgresql-14.12.ebuild
+++ b/dev-db/postgresql/postgresql-14.12-r1.ebuild
@@ -4,9 +4,9 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12} )
-LLVM_MAX_SLOT=17
+LLVM_COMPAT=( {15..18} )
 
-inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
+inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
@@ -35,10 +35,10 @@ virtual/libintl
 icu? ( dev-libs/icu:= )
 kerberos? ( virtual/krb5 )
 ldap? ( net-nds/openldap:= )
-llvm? (
-=dev-lang/perl-5.8:= )
@@ -84,7 +84,7 @@ selinux? ( sec-policy/selinux-postgresql )
 "
 
 pkg_setup() {
-   use llvm && llvm_pkg_setup
+   use llvm && llvm-r1_pkg_setup
 
use server && CONFIG_CHECK="~SYSVIPC" linux-info_pkg_setup
 

diff --git a/dev-db/postgresql/postgresql-15.7.ebuild 
b/dev-db/postgresql/postgresql-15.7-r1.ebuild
similarity index 98%
rename from dev-db/postgresql/postgresql-15.7.ebuild
rename to dev-db/postgresql/postgresql-15.7-r1.ebuild
index 7007decc6340..a232b763f4c7 100644
--- a/dev-db/postgresql/postgresql-15.7.ebuild
+++ b/dev-db/postgresql/postgresql-15.7-r1.ebuild
@@ -4,9 +4,9 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11,12} )
-LLVM_MAX_SLOT=17
+LLVM_COMPAT=( {15..18} )
 
-inherit flag-o-matic linux-info ll

[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-09 Thread Patrick Lauer
commit: 1085ab63c63a87670bd3ccc34862046311a6f4d9
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu May  9 14:13:29 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu May  9 14:14:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1085ab63

dev-db/postgresql: drop 12.17, 13.13, 14.10, 15.5, 16.1

Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/postgresql/Manifest|   5 -
 dev-db/postgresql/postgresql-12.17.ebuild | 452 -
 dev-db/postgresql/postgresql-13.13.ebuild | 464 -
 dev-db/postgresql/postgresql-14.10.ebuild | 464 -
 dev-db/postgresql/postgresql-15.5.ebuild  | 466 -
 dev-db/postgresql/postgresql-16.1.ebuild  | 467 --
 6 files changed, 2318 deletions(-)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index 5e3927adfbec..e08978234a48 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -1,15 +1,10 @@
-DIST postgresql-12.17.tar.bz2 21181616 BLAKE2B 
dda4b06d8d36d3257e1eea251ccbdf38f1ce63ca811045b7b8d156d2b54614304b83b30ad3b1ead4e7ad74fa9f42acc8934f648902e17a4f7c89a117dc8e3c03
 SHA512 
8bf67475db4ec5baf058ca976ea3e416df39cd9d15131be3fa3c161edbfa93f74251d33b29d23b3084c95bbb73fb6606f4615e528129674047a75a86e7417373
 DIST postgresql-12.18.tar.bz2 21208935 BLAKE2B 
cadb1d168185d0f73752af2a58f34bde79db51716ffbc4e974efa759ac5ebd3b340a17acc965a1fd30899321c5aef597b93f947277a35c1159bc9ff7ac4b4254
 SHA512 
723105a2b280ed9116615fa5fe29034a8588e474ed622de2c439f95e5b621b8865224e02553b71cba8d0288b1ee9fea077b20bd77fe2c858cd988b417efa56c0
 DIST postgresql-12.19.tar.bz2 21218699 BLAKE2B 
d858108017ad9fd1c9813080c18f21cf2574f2b21a9881ae35e0291f3710664890983e71a2cd1c45f10b4c1ff8ab19d9d2383e35217b55e8e67b72b2673bec29
 SHA512 
c08cb8f902728ea5ab5872fa2e37f8646f6beb4df39425a5a42db30ce86fa499a2059fa57b4eac3089bfba875a85a55144eba5ce6c525c642ba33c82f264b1b5
-DIST postgresql-13.13.tar.bz2 21563452 BLAKE2B 
ee4b2d022c1b3003dc9c4da96e5900878a2fc70b3033470d0fb972131e063a047895e86d5d1e36297885f2821f0ef3af966cabe32941efba4bd11bdd0557e44f
 SHA512 
d7b1076cdc406ac83440c75d18e6dc6db9af709615344978ba0135b45a127082b1d3c6ad6d8cd6259d67ddf38cfcee37dd78dcfbf8e4a710b724c67cf36170a7
 DIST postgresql-13.14.tar.bz2 21584146 BLAKE2B 
67b1c85cac910f445a393060646e901e03eccf9c00d3b4d41b12acc9d94254697c46060f09a4c6ed57ec33b202c18916b03f8b322c3be0f195e0315e7a874933
 SHA512 
25d545de69d6ac16b044e09939678af97b6574c71d47d98f95f0ef9ad11ff65e864e503ddff119d73fbb3c61e648e31219982d60da7fc2382ba10e0bfc370aa5
 DIST postgresql-13.15.tar.bz2 21597871 BLAKE2B 
63631ea73e42fb846a9a78473d5929a2c9bf91016ef0808578d6ff6ce1e3d862ae1f8524f26f074f2adb30e55fd941ef6ce9b27c5eaa83f41d165f45958e0445
 SHA512 
6614b3ccf3ab41f34fc36e75f501853b13e0b9900728b8f8bbf8e3ac22783d18b0f05183beab778eb84ca71665574063fac6e1153bcd86bac252a8a9bbff0d8b
-DIST postgresql-14.10.tar.bz2 22298652 BLAKE2B 
0c87c02b0b279d29e4a05711312bf89a655359a687c24d1cbb76cd4f6ed7666d31113a18a9976773c36853f00c1ca332af396372524467bb19c2a3bfcddea995
 SHA512 
f546e62eb158efdeecf091271ee60945604ca7f3683f0b259ee18eb682431158e282bf4f81d8df304c956919788f8077e72aa47c467d32d6aef1ccfe470862a5
 DIST postgresql-14.11.tar.bz2 22354758 BLAKE2B 
f2ee6246c0e2c236e693e29ae2a581e818be51162a9a93f38aa1520b886557f9628111ad1e25221baa3b0bcb1d2861e2527082cb15dc6ef1493351b4cc13196a
 SHA512 
67289cd638ed7b13e845263d5a34394347f33735d9e2fafd6aa3562989a3a9455ea547d1b5079138648f33b093e77841654188fc74a49c0d6d458a42cfb57ffe
 DIST postgresql-14.12.tar.bz2 22390865 BLAKE2B 
09848b504c2c970d4b3a5ee3b7eec951f8966c3fcfdd77cea9a001b305ffa8ad55ea08eee2219abb6eb2e6478dddfcd29889308ee8f72eadb39d777e55f5f848
 SHA512 
cb6729d0fba8aa705c92beecdc5cd1131e64337db6de038da6f5b75c7d9e65381f93f6ebfac601d5622399b9485e8ec558be53e6a7dcc59350a9b053f8836bf9
-DIST postgresql-15.5.tar.bz2 23091780 BLAKE2B 
e3731b973242d4de8b4b78e00842df52e006f08510efc0ff02bf7b8b479e17aa9e1c8116644d9a82f23d4334f527f1a82a1c2eec7f7c199a2fdf500b46740264
 SHA512 
9ed9d160b3cef99954ccd47a970c107b7e3b0196a7d848f740bf3c52a1c626f6f457814c97f37b9f0467bb07734e19806a15bd9cf3c39445e1d89e75b37064cc
 DIST postgresql-15.6.tar.bz2 23093967 BLAKE2B 
8245fd0e0f2b90d504e57021bb0069d0850f5ff409dab2a583581a5b77a39e81a08c6d4c87db15f14f5e1943c1c21451160205ea27e56808a3a4a0f166090c2a
 SHA512 
d9f158d844ec21bc5a7eccad9193dfe026d3df46a011980412ad7d150b3894c01754be0053bed530976047d7eff657204ac321138ba8da6eac8fb7b93b9520ad
 DIST postgresql-15.7.tar.bz2 23112318 BLAKE2B 
6a31ca8b833caf9400ce176211005c2b522e3f431717ad6b73c0df842121d3898dcfddce4626f961539a80b09960fb7659703e6f82d5eadff7217789893b9279
 SHA512 
8a03e2d7a267f0d11c27d90a2fb605725accb41cfebba2b56c735d4af45bb5f977d4ba051a02ac8d31f93253372df3d3b5efdd159e258d6fcc506b73e3ad6e27
-DIST postgresql-16.1.tar.bz2 24605482 BLAKE2B 
f59859af644134cf0fc9289c0e0d93fe0f877794a1cc8881280d0439605a6e312866a0114d453af8e269e26173f

[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-05-09 Thread Patrick Lauer
commit: 6d7bfdc1f2d447842645a34abfaae1553038f40c
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu May  9 14:12:14 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu May  9 14:14:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7bfdc1

dev-db/postgresql: add 12.19, 13.15, 14.12, 15.7, 16.3

Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/postgresql/Manifest|   5 +
 dev-db/postgresql/postgresql-12.19.ebuild | 451 +
 dev-db/postgresql/postgresql-13.15.ebuild | 463 +
 dev-db/postgresql/postgresql-14.12.ebuild | 463 +
 dev-db/postgresql/postgresql-15.7.ebuild  | 465 +
 dev-db/postgresql/postgresql-16.3.ebuild  | 466 ++
 6 files changed, 2313 insertions(+)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index f4d4bca5dbf6..5e3927adfbec 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -1,10 +1,15 @@
 DIST postgresql-12.17.tar.bz2 21181616 BLAKE2B 
dda4b06d8d36d3257e1eea251ccbdf38f1ce63ca811045b7b8d156d2b54614304b83b30ad3b1ead4e7ad74fa9f42acc8934f648902e17a4f7c89a117dc8e3c03
 SHA512 
8bf67475db4ec5baf058ca976ea3e416df39cd9d15131be3fa3c161edbfa93f74251d33b29d23b3084c95bbb73fb6606f4615e528129674047a75a86e7417373
 DIST postgresql-12.18.tar.bz2 21208935 BLAKE2B 
cadb1d168185d0f73752af2a58f34bde79db51716ffbc4e974efa759ac5ebd3b340a17acc965a1fd30899321c5aef597b93f947277a35c1159bc9ff7ac4b4254
 SHA512 
723105a2b280ed9116615fa5fe29034a8588e474ed622de2c439f95e5b621b8865224e02553b71cba8d0288b1ee9fea077b20bd77fe2c858cd988b417efa56c0
+DIST postgresql-12.19.tar.bz2 21218699 BLAKE2B 
d858108017ad9fd1c9813080c18f21cf2574f2b21a9881ae35e0291f3710664890983e71a2cd1c45f10b4c1ff8ab19d9d2383e35217b55e8e67b72b2673bec29
 SHA512 
c08cb8f902728ea5ab5872fa2e37f8646f6beb4df39425a5a42db30ce86fa499a2059fa57b4eac3089bfba875a85a55144eba5ce6c525c642ba33c82f264b1b5
 DIST postgresql-13.13.tar.bz2 21563452 BLAKE2B 
ee4b2d022c1b3003dc9c4da96e5900878a2fc70b3033470d0fb972131e063a047895e86d5d1e36297885f2821f0ef3af966cabe32941efba4bd11bdd0557e44f
 SHA512 
d7b1076cdc406ac83440c75d18e6dc6db9af709615344978ba0135b45a127082b1d3c6ad6d8cd6259d67ddf38cfcee37dd78dcfbf8e4a710b724c67cf36170a7
 DIST postgresql-13.14.tar.bz2 21584146 BLAKE2B 
67b1c85cac910f445a393060646e901e03eccf9c00d3b4d41b12acc9d94254697c46060f09a4c6ed57ec33b202c18916b03f8b322c3be0f195e0315e7a874933
 SHA512 
25d545de69d6ac16b044e09939678af97b6574c71d47d98f95f0ef9ad11ff65e864e503ddff119d73fbb3c61e648e31219982d60da7fc2382ba10e0bfc370aa5
+DIST postgresql-13.15.tar.bz2 21597871 BLAKE2B 
63631ea73e42fb846a9a78473d5929a2c9bf91016ef0808578d6ff6ce1e3d862ae1f8524f26f074f2adb30e55fd941ef6ce9b27c5eaa83f41d165f45958e0445
 SHA512 
6614b3ccf3ab41f34fc36e75f501853b13e0b9900728b8f8bbf8e3ac22783d18b0f05183beab778eb84ca71665574063fac6e1153bcd86bac252a8a9bbff0d8b
 DIST postgresql-14.10.tar.bz2 22298652 BLAKE2B 
0c87c02b0b279d29e4a05711312bf89a655359a687c24d1cbb76cd4f6ed7666d31113a18a9976773c36853f00c1ca332af396372524467bb19c2a3bfcddea995
 SHA512 
f546e62eb158efdeecf091271ee60945604ca7f3683f0b259ee18eb682431158e282bf4f81d8df304c956919788f8077e72aa47c467d32d6aef1ccfe470862a5
 DIST postgresql-14.11.tar.bz2 22354758 BLAKE2B 
f2ee6246c0e2c236e693e29ae2a581e818be51162a9a93f38aa1520b886557f9628111ad1e25221baa3b0bcb1d2861e2527082cb15dc6ef1493351b4cc13196a
 SHA512 
67289cd638ed7b13e845263d5a34394347f33735d9e2fafd6aa3562989a3a9455ea547d1b5079138648f33b093e77841654188fc74a49c0d6d458a42cfb57ffe
+DIST postgresql-14.12.tar.bz2 22390865 BLAKE2B 
09848b504c2c970d4b3a5ee3b7eec951f8966c3fcfdd77cea9a001b305ffa8ad55ea08eee2219abb6eb2e6478dddfcd29889308ee8f72eadb39d777e55f5f848
 SHA512 
cb6729d0fba8aa705c92beecdc5cd1131e64337db6de038da6f5b75c7d9e65381f93f6ebfac601d5622399b9485e8ec558be53e6a7dcc59350a9b053f8836bf9
 DIST postgresql-15.5.tar.bz2 23091780 BLAKE2B 
e3731b973242d4de8b4b78e00842df52e006f08510efc0ff02bf7b8b479e17aa9e1c8116644d9a82f23d4334f527f1a82a1c2eec7f7c199a2fdf500b46740264
 SHA512 
9ed9d160b3cef99954ccd47a970c107b7e3b0196a7d848f740bf3c52a1c626f6f457814c97f37b9f0467bb07734e19806a15bd9cf3c39445e1d89e75b37064cc
 DIST postgresql-15.6.tar.bz2 23093967 BLAKE2B 
8245fd0e0f2b90d504e57021bb0069d0850f5ff409dab2a583581a5b77a39e81a08c6d4c87db15f14f5e1943c1c21451160205ea27e56808a3a4a0f166090c2a
 SHA512 
d9f158d844ec21bc5a7eccad9193dfe026d3df46a011980412ad7d150b3894c01754be0053bed530976047d7eff657204ac321138ba8da6eac8fb7b93b9520ad
+DIST postgresql-15.7.tar.bz2 23112318 BLAKE2B 
6a31ca8b833caf9400ce176211005c2b522e3f431717ad6b73c0df842121d3898dcfddce4626f961539a80b09960fb7659703e6f82d5eadff7217789893b9279
 SHA512 
8a03e2d7a267f0d11c27d90a2fb605725accb41cfebba2b56c735d4af45bb5f977d4ba051a02ac8d31f93253372df3d3b5efdd159e258d6fcc506b73e3ad6e27
 DIST postgresql-16.1.tar.bz2 24605482 BLAKE2B 
f59859af644134cf0fc9289c0e0d93fe0f877794a1cc8881280d0439605a6e312866a0114d453af8e269e26173f

[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-02-23 Thread Ionen Wolkens
commit: 9e61f5f696fc807a28b80d6c64d181a3b4d5c633
Author: Matoro Mahri  matoro  tk>
AuthorDate: Fri Feb 23 20:32:43 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb 24 02:30:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e61f5f6

dev-db/postgresql: Stabilize 12.18 ppc, #924109

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-db/postgresql/postgresql-12.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.18.ebuild 
b/dev-db/postgresql/postgresql-12.18.ebuild
index 2e7be336342e..8365c8725242 100644
--- a/dev-db/postgresql/postgresql-12.18.ebuild
+++ b/dev-db/postgresql/postgresql-12.18.ebuild
@@ -8,7 +8,7 @@ LLVM_MAX_SLOT=17
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-02-23 Thread Ionen Wolkens
commit: 30f21ccf8a4aa568b783131ff98dea64f9c0a5bc
Author: Matoro Mahri  matoro  tk>
AuthorDate: Fri Feb 23 20:32:45 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb 24 02:30:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f21ccf

dev-db/postgresql: Stabilize 16.2 ppc, #924109

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-db/postgresql/postgresql-16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-16.2.ebuild 
b/dev-db/postgresql/postgresql-16.2.ebuild
index 3c89113128b5..520395881338 100644
--- a/dev-db/postgresql/postgresql-16.2.ebuild
+++ b/dev-db/postgresql/postgresql-16.2.ebuild
@@ -8,7 +8,7 @@ LLVM_MAX_SLOT=17
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-02-23 Thread Ionen Wolkens
commit: c51a56a1f9f353bc0af8219d5ef0fbf7b629ec39
Author: Matoro Mahri  matoro  tk>
AuthorDate: Fri Feb 23 20:32:44 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb 24 02:30:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c51a56a1

dev-db/postgresql: Stabilize 14.11 ppc, #924109

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-db/postgresql/postgresql-14.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-14.11.ebuild 
b/dev-db/postgresql/postgresql-14.11.ebuild
index e13dfae4f370..db34b02f91bd 100644
--- a/dev-db/postgresql/postgresql-14.11.ebuild
+++ b/dev-db/postgresql/postgresql-14.11.ebuild
@@ -8,7 +8,7 @@ LLVM_MAX_SLOT=17
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-02-23 Thread Ionen Wolkens
commit: a4ffc162f4f9a3f385875e4a5a6ee1cee9b3c765
Author: Matoro Mahri  matoro  tk>
AuthorDate: Fri Feb 23 20:32:44 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb 24 02:30:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ffc162

dev-db/postgresql: Stabilize 15.6 ppc, #924109

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-db/postgresql/postgresql-15.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-15.6.ebuild 
b/dev-db/postgresql/postgresql-15.6.ebuild
index cd0eeac2d2f7..aaea88b1abe6 100644
--- a/dev-db/postgresql/postgresql-15.6.ebuild
+++ b/dev-db/postgresql/postgresql-15.6.ebuild
@@ -8,7 +8,7 @@ LLVM_MAX_SLOT=17
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-02-23 Thread Ionen Wolkens
commit: 10917018b7d709cd434046f5656e118c2880bb61
Author: Matoro Mahri  matoro  tk>
AuthorDate: Fri Feb 23 20:32:44 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb 24 02:30:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10917018

dev-db/postgresql: Stabilize 13.14 ppc, #924109

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-db/postgresql/postgresql-13.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-13.14.ebuild 
b/dev-db/postgresql/postgresql-13.14.ebuild
index dc57d577bcbb..60d28d2d7d08 100644
--- a/dev-db/postgresql/postgresql-13.14.ebuild
+++ b/dev-db/postgresql/postgresql-13.14.ebuild
@@ -8,7 +8,7 @@ LLVM_MAX_SLOT=17
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-02-09 Thread Arthur Zamarin
commit: 12600c4dc16271288b4648661b0442b49e479b0c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  9 18:52:05 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  9 18:52:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12600c4d

dev-db/postgresql: Stabilize 15.6 x86, #924109

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-15.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-15.6.ebuild 
b/dev-db/postgresql/postgresql-15.6.ebuild
index 1f13dd7916d9..cd0eeac2d2f7 100644
--- a/dev-db/postgresql/postgresql-15.6.ebuild
+++ b/dev-db/postgresql/postgresql-15.6.ebuild
@@ -8,7 +8,7 @@ LLVM_MAX_SLOT=17
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-02-09 Thread Arthur Zamarin
commit: fb4a974d8b08c651255f91e3d1317674da8a7fd7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  9 18:52:06 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  9 18:52:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb4a974d

dev-db/postgresql: Stabilize 16.2 x86, #924109

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-16.2.ebuild 
b/dev-db/postgresql/postgresql-16.2.ebuild
index 33ef4260ee42..3c89113128b5 100644
--- a/dev-db/postgresql/postgresql-16.2.ebuild
+++ b/dev-db/postgresql/postgresql-16.2.ebuild
@@ -8,7 +8,7 @@ LLVM_MAX_SLOT=17
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-02-09 Thread Arthur Zamarin
commit: f45bbd6a1594fadd50b363849e33214a9d40b33d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  9 18:52:05 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  9 18:52:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f45bbd6a

dev-db/postgresql: Stabilize 14.11 x86, #924109

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-14.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-14.11.ebuild 
b/dev-db/postgresql/postgresql-14.11.ebuild
index 0acf9fec35ad..e13dfae4f370 100644
--- a/dev-db/postgresql/postgresql-14.11.ebuild
+++ b/dev-db/postgresql/postgresql-14.11.ebuild
@@ -8,7 +8,7 @@ LLVM_MAX_SLOT=17
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-02-09 Thread Arthur Zamarin
commit: 53ad1167ef4c26f950da683cdec337e643bbb76a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  9 18:52:04 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  9 18:52:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ad1167

dev-db/postgresql: Stabilize 13.14 x86, #924109

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-13.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-13.14.ebuild 
b/dev-db/postgresql/postgresql-13.14.ebuild
index 975cb360d1a1..dc57d577bcbb 100644
--- a/dev-db/postgresql/postgresql-13.14.ebuild
+++ b/dev-db/postgresql/postgresql-13.14.ebuild
@@ -8,7 +8,7 @@ LLVM_MAX_SLOT=17
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-02-09 Thread Arthur Zamarin
commit: f218bb515474c48723f613401a2ec97adcda7084
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  9 18:52:04 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  9 18:52:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f218bb51

dev-db/postgresql: Stabilize 12.18 x86, #924109

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/postgresql/postgresql-12.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-12.18.ebuild 
b/dev-db/postgresql/postgresql-12.18.ebuild
index 11d82819a78f..2e7be336342e 100644
--- a/dev-db/postgresql/postgresql-12.18.ebuild
+++ b/dev-db/postgresql/postgresql-12.18.ebuild
@@ -8,7 +8,7 @@ LLVM_MAX_SLOT=17
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/files/

2024-02-09 Thread Patrick Lauer
commit: 5937f46a8d7416e0dbcc8d0360159b956fbd5b92
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Feb  9 15:05:36 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Fri Feb  9 15:06:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5937f46a

dev-db/postgresql/files: Remove unused patches

Signed-off-by: Patrick Lauer  gentoo.org>

 .../files/postgresql-12-openssl3.2.patch   | 178 -
 .../postgresql/files/postgresql-12-xml-2.12.patch  |  83 
 .../files/postgresql-13-openssl3.2.patch   | 172 
 .../postgresql/files/postgresql-13-xml-2.12.patch  |  83 
 .../files/postgresql-14-openssl3.2.patch   | 195 ---
 .../postgresql/files/postgresql-14-xml-2.12.patch  |  83 
 .../files/postgresql-15-openssl3.2.patch   | 194 --
 .../postgresql/files/postgresql-15-xml-2.12.patch  |  83 
 .../files/postgresql-16-openssl3.2.patch   | 216 -
 .../postgresql/files/postgresql-16-xml-2.12.patch  |  83 
 10 files changed, 1370 deletions(-)

diff --git a/dev-db/postgresql/files/postgresql-12-openssl3.2.patch 
b/dev-db/postgresql/files/postgresql-12-openssl3.2.patch
deleted file mode 100644
index 62b254d220c6..
--- a/dev-db/postgresql/files/postgresql-12-openssl3.2.patch
+++ /dev/null
@@ -1,178 +0,0 @@
-commit 6bb4ce36b302296fd09abb097b5e28b66117be92
-Author: Tom Lane 
-Date:   Tue Nov 28 12:34:03 2023 -0500
-
-Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.
-
-We should have done it this way all along, but we accidentally got
-away with using the wrong BIO field up until OpenSSL 3.2.  There,
-the library's BIO routines that we rely on use the "data" field
-for their own purposes, and our conflicting use causes assorted
-weird behaviors up to and including core dumps when SSL connections
-are attempted.  Switch to using the approved field for the purpose,
-i.e. app_data.
-
-While at it, remove our configure probes for BIO_get_data as well
-as the fallback implementation.  BIO_{get,set}_app_data have been
-there since long before any OpenSSL version that we still support,
-even in the back branches.
-
-Also, update src/test/ssl/t/001_ssltests.pl to allow for a minor
-change in an error message spelling that evidently came in with 3.2.
-
-Tristan Partin and Bo Andreson.  Back-patch to all supported branches.
-
-Discussion: 
https://postgr.es/m/can55fz1eddysyal7mv+osluij2h_u6hvd4qmv-7pk7jkji0...@mail.gmail.com
-
-diff --git a/configure b/configure
-index cce104aebb..346ea8e2c1 100755
 a/configure
-+++ b/configure
-@@ -12641,7 +12641,7 @@ done
-   # defines OPENSSL_VERSION_NUMBER to claim version 2.0.0, even though it
-   # doesn't have these OpenSSL 1.1.0 functions. So check for individual
-   # functions.
--  for ac_func in OPENSSL_init_ssl BIO_get_data BIO_meth_new 
ASN1_STRING_get0_data
-+  for ac_func in OPENSSL_init_ssl BIO_meth_new ASN1_STRING_get0_data
- do :
-   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
- ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
-diff --git a/configure.in b/configure.in
-index 3c93e7a944..2c15b20049 100644
 a/configure.in
-+++ b/configure.in
-@@ -1290,7 +1290,7 @@ if test "$with_openssl" = yes ; then
-   # defines OPENSSL_VERSION_NUMBER to claim version 2.0.0, even though it
-   # doesn't have these OpenSSL 1.1.0 functions. So check for individual
-   # functions.
--  AC_CHECK_FUNCS([OPENSSL_init_ssl BIO_get_data BIO_meth_new 
ASN1_STRING_get0_data])
-+  AC_CHECK_FUNCS([OPENSSL_init_ssl BIO_meth_new ASN1_STRING_get0_data])
-   # OpenSSL versions before 1.1.0 required setting callback functions, for
-   # thread-safety. In 1.1.0, it's no longer required, and CRYPTO_lock()
-   # function was removed.
-diff --git a/src/backend/libpq/be-secure-openssl.c 
b/src/backend/libpq/be-secure-openssl.c
-index b0a1f7258a..34f8f9e71e 100644
 a/src/backend/libpq/be-secure-openssl.c
-+++ b/src/backend/libpq/be-secure-openssl.c
-@@ -699,11 +699,6 @@ be_tls_write(Port *port, void *ptr, size_t len, int 
*waitfor)
-  * to retry; do we need to adopt their logic for that?
-  */
- 
--#ifndef HAVE_BIO_GET_DATA
--#define BIO_get_data(bio) (bio->ptr)
--#define BIO_set_data(bio, data) (bio->ptr = data)
--#endif
--
- static BIO_METHOD *my_bio_methods = NULL;
- 
- static int
-@@ -713,7 +708,7 @@ my_sock_read(BIO *h, char *buf, int size)
- 
-   if (buf != NULL)
-   {
--  res = secure_raw_read(((Port *) BIO_get_data(h)), buf, size);
-+  res = secure_raw_read(((Port *) BIO_get_app_data(h)), buf, 
size);
-   BIO_clear_retry_flags(h);
-   if (res <= 0)
-   {
-@@ -733,7 +728,7 @@ my_sock_write(BIO *h, const char *buf, int size)
- {
-   int res = 0;
- 
--  res = secure_raw_write(((Port *) BIO_get_data(h

[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/

2024-02-08 Thread Sam James
commit: 02d3fd452f854157a71efa3e3c648fcebf13174d
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  9 02:21:04 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  9 02:21:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d3fd45

dev-db/postgresql: Stabilize 15.6 arm, #924109

Signed-off-by: Sam James  gentoo.org>

 dev-db/postgresql/postgresql-15.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-15.6.ebuild 
b/dev-db/postgresql/postgresql-15.6.ebuild
index e5b975ca3bd4..1f13dd7916d9 100644
--- a/dev-db/postgresql/postgresql-15.6.ebuild
+++ b/dev-db/postgresql/postgresql-15.6.ebuild
@@ -8,7 +8,7 @@ LLVM_MAX_SLOT=17
 
 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 SLOT=$(ver_cut 1)
 



  1   2   3   4   5   6   7   8   9   10   >