dev-db/pg-gvm: add 22.6.14

Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/45621
Closes: https://github.com/gentoo/gentoo/pull/45621
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Giuseppe Foti
2026-02-03 20:07:44 +01:00
committed by Sam James
parent 6e6d3a0315
commit a2c4ddd795
2 changed files with 39 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST pg-gvm-22.6.11.tar.gz 35870 BLAKE2B 40af6e8927ff40ae97f05c2d067fb065e0c2031bb4098926b18fc7c89b0dbe861e37444db8f169c7138ff20a120e340688efc44822d02742921e7ae70bf93cf5 SHA512 2d47d28fd51455b61f908450f2789c7d6493cd1c53643d16cfe8bf5b98e792bba3f42de6c52428fa67b1aaa874646ee8bf6c14870b7a6713d381b78ad0edf3c9
DIST pg-gvm-22.6.14.tar.gz 40480 BLAKE2B 99971f31f1fd0601b751202ca2563bc28e0031df3919ad2dc5bfe3be50887db668693c160ceef684be4a7179aac303e23bf48c4312bbb607f278cfa35ffe133e SHA512 dd74c6c009d0c29390f2885d44cef96d26200586e8539534cd20436944cf7648545bb57a1f7f2a111ff280423ae4301f4b8d0402d70054c2fa7bc7701eee9895
DIST pg-gvm-22.6.9.tar.gz 41510 BLAKE2B 046752078f495e60d7a1178b39bf9b381e047211a48f399465bc9b1f83fcc01f753ddd5dbdcef7d27138eb458236ffd45c7ad30d222c52877ad610d31fff6d31 SHA512 4e44bd2632407bc0493ffb3e5d652c8b5a6ee4ec2c4a91d313e7408c2a20d42b097d23075a7cdd53d8d2c301b39a7a7cdf9c6b6aa1614e85620e188091fcf06c

View File

@@ -0,0 +1,38 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake greadme
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
greadme_file "${FILESDIR}/README.gentoo"
}
pkg_postinst() {
greadme_pkg_postinst
}