Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-db/pg_repack/
Date: Wed, 01 Feb 2023 21:36:17
Message-Id: 1675242530.7e2925d25cf2f40fe9a17ea1a18bb242cad854c3.ceamac@gentoo
1 commit: 7e2925d25cf2f40fe9a17ea1a18bb242cad854c3
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Wed Feb 1 09:08:35 2023 +0000
4 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 09:08:50 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e2925d2
7
8 dev-db/pg_repack: add 1.4.8, drop 1.4.7
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11
12 dev-db/pg_repack/Manifest | 2 +-
13 dev-db/pg_repack/{pg_repack-1.4.7.ebuild => pg_repack-1.4.8.ebuild} | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-db/pg_repack/Manifest b/dev-db/pg_repack/Manifest
17 index 86d75afc3..88df27695 100644
18 --- a/dev-db/pg_repack/Manifest
19 +++ b/dev-db/pg_repack/Manifest
20 @@ -1 +1 @@
21 -DIST pg_repack-1.4.7.tar.gz 95343 BLAKE2B 70c822901646c3f425257ac56052470537083792d96f5bc8fd87a65e8f70f1afd66366edae0f723e258af140a82ae154502f7d21799a72cb2fc10453abbb16ac SHA512 bdcc61fa8ee8d8868d33aa308311e2f7029f8cb8f6d6627e36303ba36e8e7cef31cbb5a665029d63072fb5ea0983e9310b29055d98fceb0c18c5838bdc8bc50c
22 +DIST pg_repack-1.4.8.tar.gz 95801 BLAKE2B 108e6910f7beb41b6183ca471de3aae2d26a0d3e2ab3da816fa5d1aed71b45d158e5c97873a578726b0cb71802e7b3e1d147515b2272d536be1642d1ef903472 SHA512 9854a979aa9056b7c49d52e22622b8faf91cdf4acdb6551044d25733848c2c07b95166a464769da23e0174a63f2b132aa58ba6d6f9b596d1fb95f29098ac3968
23
24 diff --git a/dev-db/pg_repack/pg_repack-1.4.7.ebuild b/dev-db/pg_repack/pg_repack-1.4.8.ebuild
25 similarity index 86%
26 rename from dev-db/pg_repack/pg_repack-1.4.7.ebuild
27 rename to dev-db/pg_repack/pg_repack-1.4.8.ebuild
28 index e733761b2..c74cf087c 100644
29 --- a/dev-db/pg_repack/pg_repack-1.4.7.ebuild
30 +++ b/dev-db/pg_repack/pg_repack-1.4.8.ebuild
31 @@ -1,9 +1,9 @@
32 -# Copyright 2020-2021 Gentoo Authors
33 +# Copyright 2020-2023 Gentoo Authors
34 # Distributed under the terms of the GNU General Public License v2
35
36 EAPI=7
37
38 -POSTGRES_COMPAT=( 9.6 10 11 12 13 14 )
39 +POSTGRES_COMPAT=( 9.6 10 11 12 13 14 15 )
40 POSTGRES_USEDEP="server"
41
42 inherit postgres-multi