summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorGiuseppe Foti <foti.giuseppe@gmail.com>2025-11-01 17:02:54 +0100
committerFlorian Schmaus <flow@gentoo.org>2025-11-11 15:32:35 +0100
commit9f05120bb1ee83f262ae46ad80e7d92d36b97a64 (patch)
tree80c63c320d1d1949ea1eb5b814937c6ad9aa1095 /dev-db
parent87f4d013483830698effd1c1b72ad87d891e89eb (diff)
downloadgentoo-9f05120bb1ee83f262ae46ad80e7d92d36b97a64.tar.gz
gentoo-9f05120bb1ee83f262ae46ad80e7d92d36b97a64.tar.bz2
gentoo-9f05120bb1ee83f262ae46ad80e7d92d36b97a64.zip
dev-db/pg-gvm: drop 22.6.4
Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44418 Closes: https://github.com/gentoo/gentoo/pull/44418 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/pg-gvm/Manifest1
-rw-r--r--dev-db/pg-gvm/pg-gvm-22.6.4.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-db/pg-gvm/Manifest b/dev-db/pg-gvm/Manifest
index e3f0a1ee11d9..48099032857c 100644
--- a/dev-db/pg-gvm/Manifest
+++ b/dev-db/pg-gvm/Manifest
@@ -1,3 +1,2 @@
DIST pg-gvm-22.6.11.tar.gz 35870 BLAKE2B 40af6e8927ff40ae97f05c2d067fb065e0c2031bb4098926b18fc7c89b0dbe861e37444db8f169c7138ff20a120e340688efc44822d02742921e7ae70bf93cf5 SHA512 2d47d28fd51455b61f908450f2789c7d6493cd1c53643d16cfe8bf5b98e792bba3f42de6c52428fa67b1aaa874646ee8bf6c14870b7a6713d381b78ad0edf3c9
-DIST pg-gvm-22.6.4.tar.gz 39702 BLAKE2B d879f721c0d9d9d8f6942c889c37e37199671c5bb3fc4c5a38e5787d6f392c6c09bd5780907655445f9ad813e59e9d54242c1eac7fa513d4be71af8b85cc3790 SHA512 62ea4e982f6939f4eef0543209120fc7b1e0134630669c500289c9e68247b56dd861d802f93524a8eb4ad4c0585d38d11b8d3715cc2afc6e63cea5b6accd4bb6
DIST pg-gvm-22.6.9.tar.gz 41510 BLAKE2B 046752078f495e60d7a1178b39bf9b381e047211a48f399465bc9b1f83fcc01f753ddd5dbdcef7d27138eb458236ffd45c7ad30d222c52877ad610d31fff6d31 SHA512 4e44bd2632407bc0493ffb3e5d652c8b5a6ee4ec2c4a91d313e7408c2a20d42b097d23075a7cdd53d8d2c301b39a7a7cdf9c6b6aa1614e85620e188091fcf06c
diff --git a/dev-db/pg-gvm/pg-gvm-22.6.4.ebuild b/dev-db/pg-gvm/pg-gvm-22.6.4.ebuild
deleted file mode 100644
index e4c533212b83..000000000000
--- a/dev-db/pg-gvm/pg-gvm-22.6.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 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
-}