commit:     427ec935c80e5a27d2307a99c2460e120d2ed2bc
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Mon Nov 13 23:39:15 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 07:52:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=427ec935

dev-db/pg-gvm: drop 22.5.1, drop 22.6.1, add 22.6.1-r1

pg-gvm needs to be rebuilt after a postgresql slot update

Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33812
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-db/pg-gvm/Manifest                             |  1 -
 ...g-gvm-22.5.1.ebuild => pg-gvm-22.6.1-r1.ebuild} |  2 +-
 dev-db/pg-gvm/pg-gvm-22.6.1.ebuild                 | 38 ----------------------
 3 files changed, 1 insertion(+), 40 deletions(-)

diff --git a/dev-db/pg-gvm/Manifest b/dev-db/pg-gvm/Manifest
index f5d4082ed51a..16dfdbeab3b1 100644
--- a/dev-db/pg-gvm/Manifest
+++ b/dev-db/pg-gvm/Manifest
@@ -1,2 +1 @@
-DIST pg-gvm-22.5.1.tar.gz 38657 BLAKE2B 
e4c29e67650c101762157229dce7fa390f456e37d52ebc0f9c05beda8d5da8c11342857c87377b7bedc5e9e2d33c24b7f8a24e75fbce7cc5a28015d9d9235075
 SHA512 
aff713d9adceb6dedd4857acd70562bac80d024125637d47883d96bcfd47aa5cd0669c65d69dd307805bd3199a67ca76569cc1a65e19ea391b2c61fe8d359a82
 DIST pg-gvm-22.6.1.tar.gz 39378 BLAKE2B 
67116e826095b793838b48c9b0f8d42a3d31dfd730fbf4883edd6f70740a7e2d51a7a7aa3044114f423884dbac0515ef941e31e407e45c7dba017dbda19991b0
 SHA512 
7352fd25a3a8960636e5718b0902c90bc7808faa9c98b4596f4292d36a25b7f214336aeacc45f945c20ee6affa4c829e3aac80fc94f5f311140886e3ef018e30

diff --git a/dev-db/pg-gvm/pg-gvm-22.5.1.ebuild 
b/dev-db/pg-gvm/pg-gvm-22.6.1-r1.ebuild
similarity index 96%
rename from dev-db/pg-gvm/pg-gvm-22.5.1.ebuild
rename to dev-db/pg-gvm/pg-gvm-22.6.1-r1.ebuild
index 2865140dcd0e..96da716d298f 100644
--- a/dev-db/pg-gvm/pg-gvm-22.5.1.ebuild
+++ b/dev-db/pg-gvm/pg-gvm-22.6.1-r1.ebuild
@@ -25,7 +25,7 @@ DEPEND="
 
 RDEPEND="
        ${DEPEND}
-       >=dev-db/postgresql-9.6[uuid]
+       >=dev-db/postgresql-9.6:=[uuid]
 "
 
 src_install() {

diff --git a/dev-db/pg-gvm/pg-gvm-22.6.1.ebuild 
b/dev-db/pg-gvm/pg-gvm-22.6.1.ebuild
deleted file mode 100644
index 2865140dcd0e..000000000000
--- a/dev-db/pg-gvm/pg-gvm-22.6.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake readme.gentoo-r1
-
-DESCRIPTION="Greenbone Library for helper functions in PostgreSQL"
-HOMEPAGE="https://www.greenbone.net https://github.com/greenbone/pg-gvm";
-SRC_URI="https://github.com/greenbone/pg-gvm/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-
-# Tests requires a running database that match up with the current
-# testing slot. Won't run from ${ED}, want's to install too early.
-RESTRICT="test"
-
-DEPEND="
-       >=dev-libs/glib-2.42:2
-       >=dev-libs/libical-1.0.0:=
-       >=net-analyzer/gvm-libs-22.6
-"
-
-RDEPEND="
-       ${DEPEND}
-       >=dev-db/postgresql-9.6[uuid]
-"
-
-src_install() {
-       cmake_src_install
-       readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-       readme.gentoo_print_elog
-}

Reply via email to