commit:     40b69c5ae3955c830fc5419619667589f142f933
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Mon Apr 21 07:05:12 2025 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 07:54:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b69c5a

dev-db/pg-gvm: add 22.6.9

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

 dev-db/pg-gvm/Manifest             |  1 +
 dev-db/pg-gvm/pg-gvm-22.6.9.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-db/pg-gvm/Manifest b/dev-db/pg-gvm/Manifest
index b3bbc903b1a9..62304ccde271 100644
--- a/dev-db/pg-gvm/Manifest
+++ b/dev-db/pg-gvm/Manifest
@@ -1,2 +1,3 @@
 DIST pg-gvm-22.6.4.tar.gz 39702 BLAKE2B 
d879f721c0d9d9d8f6942c889c37e37199671c5bb3fc4c5a38e5787d6f392c6c09bd5780907655445f9ad813e59e9d54242c1eac7fa513d4be71af8b85cc3790
 SHA512 
62ea4e982f6939f4eef0543209120fc7b1e0134630669c500289c9e68247b56dd861d802f93524a8eb4ad4c0585d38d11b8d3715cc2afc6e63cea5b6accd4bb6
 DIST pg-gvm-22.6.6.tar.gz 39921 BLAKE2B 
fab36a1aee90f384ec38f472bca5b46fb5f5e7cb32ac63443b3d9d2cb07a3b5203014abede918d37daba5fd13c3e43e9758ec7bc6e9640f1602c930bdffa6738
 SHA512 
062136a2940160b8295f36ec8936be90a3161b311d6632eed87a5c1cff2aca6a43ebe00ba3376a74beabd117ac3fe8fbedc767a4df6bfa5f26e5f3839a4f5ebf
+DIST pg-gvm-22.6.9.tar.gz 41510 BLAKE2B 
046752078f495e60d7a1178b39bf9b381e047211a48f399465bc9b1f83fcc01f753ddd5dbdcef7d27138eb458236ffd45c7ad30d222c52877ad610d31fff6d31
 SHA512 
4e44bd2632407bc0493ffb3e5d652c8b5a6ee4ec2c4a91d313e7408c2a20d42b097d23075a7cdd53d8d2c301b39a7a7cdf9c6b6aa1614e85620e188091fcf06c

diff --git a/dev-db/pg-gvm/pg-gvm-22.6.9.ebuild 
b/dev-db/pg-gvm/pg-gvm-22.6.9.ebuild
new file mode 100644
index 000000000000..2862224c7f6d
--- /dev/null
+++ b/dev-db/pg-gvm/pg-gvm-22.6.9.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2025 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"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# 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