commit:     1e3a1e890c4801f3c72bb92a144728f3e6c0d953
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Mon Jul 31 06:21:44 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jul 31 09:12:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3a1e89

dev-db/pg-gvm: add 22.6.1

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

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

diff --git a/dev-db/pg-gvm/Manifest b/dev-db/pg-gvm/Manifest
index c31563a623c8..f5d4082ed51a 100644
--- a/dev-db/pg-gvm/Manifest
+++ b/dev-db/pg-gvm/Manifest
@@ -1 +1,2 @@
 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.6.1.ebuild 
b/dev-db/pg-gvm/pg-gvm-22.6.1.ebuild
new file mode 100644
index 000000000000..2865140dcd0e
--- /dev/null
+++ b/dev-db/pg-gvm/pg-gvm-22.6.1.ebuild
@@ -0,0 +1,38 @@
+# 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