summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Foti <foti.giuseppe@gmail.com>2023-11-14 00:39:15 +0100
committerFlorian Schmaus <flow@gentoo.org>2023-11-14 08:52:30 +0100
commit427ec935c80e5a27d2307a99c2460e120d2ed2bc (patch)
tree73486884ba908d433a3a2793abec0ab5d70fed4f /dev-db/pg-gvm
parentnet-analyzer/gvm-libs: drop 21.4.4-r3 (diff)
downloadgentoo-427ec935c80e5a27d2307a99c2460e120d2ed2bc.tar.gz
gentoo-427ec935c80e5a27d2307a99c2460e120d2ed2bc.tar.bz2
gentoo-427ec935c80e5a27d2307a99c2460e120d2ed2bc.zip
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@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33812 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-db/pg-gvm')
-rw-r--r--dev-db/pg-gvm/Manifest1
-rw-r--r--dev-db/pg-gvm/pg-gvm-22.6.1-r1.ebuild (renamed from dev-db/pg-gvm/pg-gvm-22.5.1.ebuild)2
-rw-r--r--dev-db/pg-gvm/pg-gvm-22.6.1.ebuild38
3 files changed, 1 insertions, 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
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
-}