public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-db/pg-gvm/
@ 2023-07-31  9:13 Florian Schmaus
  0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2023-07-31  9:13 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/pg-gvm/
@ 2023-11-14  7:53 Florian Schmaus
  0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2023-11-14  7:53 UTC (permalink / raw
  To: gentoo-commits

commit:     427ec935c80e5a27d2307a99c2460e120d2ed2bc
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Mon Nov 13 23:39:15 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 07:52:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=427ec935

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 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33812
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-db/pg-gvm/Manifest                             |  1 -
 ...g-gvm-22.5.1.ebuild => pg-gvm-22.6.1-r1.ebuild} |  2 +-
 dev-db/pg-gvm/pg-gvm-22.6.1.ebuild                 | 38 ----------------------
 3 files changed, 1 insertion(+), 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
similarity index 96%
rename from dev-db/pg-gvm/pg-gvm-22.5.1.ebuild
rename to 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
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/pg-gvm/
@ 2024-01-10  8:29 Florian Schmaus
  0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2024-01-10  8:29 UTC (permalink / raw
  To: gentoo-commits

commit:     3f0900130b9e7b8b2ff2b81179cd5bae1a6ae09a
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Fri Dec 15 23:35:02 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 08:28:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f090013

dev-db/pg-gvm: add 22.6.3, drop 22.6.1-r1

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

 dev-db/pg-gvm/Manifest                                          | 2 +-
 dev-db/pg-gvm/{pg-gvm-22.6.1-r1.ebuild => pg-gvm-22.6.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/pg-gvm/Manifest b/dev-db/pg-gvm/Manifest
index 16dfdbeab3b1..af7d515e8e2c 100644
--- a/dev-db/pg-gvm/Manifest
+++ b/dev-db/pg-gvm/Manifest
@@ -1 +1 @@
-DIST pg-gvm-22.6.1.tar.gz 39378 BLAKE2B 67116e826095b793838b48c9b0f8d42a3d31dfd730fbf4883edd6f70740a7e2d51a7a7aa3044114f423884dbac0515ef941e31e407e45c7dba017dbda19991b0 SHA512 7352fd25a3a8960636e5718b0902c90bc7808faa9c98b4596f4292d36a25b7f214336aeacc45f945c20ee6affa4c829e3aac80fc94f5f311140886e3ef018e30
+DIST pg-gvm-22.6.3.tar.gz 39699 BLAKE2B 4a1f3135cffee87ed2b890b7f3328021a8545289dcc4f9d68f26dc3abfcc91ebcf361825c63ec1bb71d05e26545cddab52383f3d8ffe8614bef347ffc5e712db SHA512 a8b2eae01d5905a4c6c1fb9f2c6c87114291149376b03578d78acea274091f25e5d44d5afd9bd0b2eae45a3c49a52ed626a36182d07518c49aeb6033a1836ef2

diff --git a/dev-db/pg-gvm/pg-gvm-22.6.1-r1.ebuild b/dev-db/pg-gvm/pg-gvm-22.6.3.ebuild
similarity index 100%
rename from dev-db/pg-gvm/pg-gvm-22.6.1-r1.ebuild
rename to dev-db/pg-gvm/pg-gvm-22.6.3.ebuild


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/pg-gvm/
@ 2024-01-23 13:30 Florian Schmaus
  0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2024-01-23 13:30 UTC (permalink / raw
  To: gentoo-commits

commit:     9c12ec1bf4aaee9092cd9dfab09e86260d49edb8
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Mon Jan 22 06:25:41 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 13:29:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c12ec1b

dev-db/pg-gvm: add 22.6.4, drop 22.6.3

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

 dev-db/pg-gvm/Manifest                                       | 2 +-
 dev-db/pg-gvm/{pg-gvm-22.6.3.ebuild => pg-gvm-22.6.4.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/pg-gvm/Manifest b/dev-db/pg-gvm/Manifest
index af7d515e8e2c..fe0636597390 100644
--- a/dev-db/pg-gvm/Manifest
+++ b/dev-db/pg-gvm/Manifest
@@ -1 +1 @@
-DIST pg-gvm-22.6.3.tar.gz 39699 BLAKE2B 4a1f3135cffee87ed2b890b7f3328021a8545289dcc4f9d68f26dc3abfcc91ebcf361825c63ec1bb71d05e26545cddab52383f3d8ffe8614bef347ffc5e712db SHA512 a8b2eae01d5905a4c6c1fb9f2c6c87114291149376b03578d78acea274091f25e5d44d5afd9bd0b2eae45a3c49a52ed626a36182d07518c49aeb6033a1836ef2
+DIST pg-gvm-22.6.4.tar.gz 39702 BLAKE2B d879f721c0d9d9d8f6942c889c37e37199671c5bb3fc4c5a38e5787d6f392c6c09bd5780907655445f9ad813e59e9d54242c1eac7fa513d4be71af8b85cc3790 SHA512 62ea4e982f6939f4eef0543209120fc7b1e0134630669c500289c9e68247b56dd861d802f93524a8eb4ad4c0585d38d11b8d3715cc2afc6e63cea5b6accd4bb6

diff --git a/dev-db/pg-gvm/pg-gvm-22.6.3.ebuild b/dev-db/pg-gvm/pg-gvm-22.6.4.ebuild
similarity index 95%
rename from dev-db/pg-gvm/pg-gvm-22.6.3.ebuild
rename to dev-db/pg-gvm/pg-gvm-22.6.4.ebuild
index 96da716d298f..ef7c1acf6b0e 100644
--- a/dev-db/pg-gvm/pg-gvm-22.6.3.ebuild
+++ b/dev-db/pg-gvm/pg-gvm-22.6.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/pg-gvm/
@ 2024-02-28 20:50 Jakov Smolić
  0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2024-02-28 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     820603abe54bc7119071a3ce71ddf8f4e2ae294c
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 20:50:09 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 20:50:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820603ab

dev-db/pg-gvm: Stabilize 22.6.4 amd64, #925668

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-db/pg-gvm/pg-gvm-22.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/pg-gvm/pg-gvm-22.6.4.ebuild b/dev-db/pg-gvm/pg-gvm-22.6.4.ebuild
index ef7c1acf6b0e..e4c533212b83 100644
--- a/dev-db/pg-gvm/pg-gvm-22.6.4.ebuild
+++ b/dev-db/pg-gvm/pg-gvm-22.6.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/greenbone/pg-gvm/archive/refs/tags/v${PV}.tar.gz ->
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
+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.


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/pg-gvm/
@ 2024-12-07 21:33 Florian Schmaus
  0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2024-12-07 21:33 UTC (permalink / raw
  To: gentoo-commits

commit:     6618bfb015b8c23c9aeb4cee09e3fd7cab418d55
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Sat Dec  7 20:13:38 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 21:28:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6618bfb0

dev-db/pg-gvm: add 22.6.6

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

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

diff --git a/dev-db/pg-gvm/Manifest b/dev-db/pg-gvm/Manifest
index fe0636597390..b3bbc903b1a9 100644
--- a/dev-db/pg-gvm/Manifest
+++ b/dev-db/pg-gvm/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-db/pg-gvm/pg-gvm-22.6.6.ebuild b/dev-db/pg-gvm/pg-gvm-22.6.6.ebuild
new file mode 100644
index 000000000000..e7a166109f11
--- /dev/null
+++ b/dev-db/pg-gvm/pg-gvm-22.6.6.ebuild
@@ -0,0 +1,38 @@
+# 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"
+
+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
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-12-07 21:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-31  9:13 [gentoo-commits] repo/gentoo:master commit in: dev-db/pg-gvm/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2023-11-14  7:53 Florian Schmaus
2024-01-10  8:29 Florian Schmaus
2024-01-23 13:30 Florian Schmaus
2024-02-28 20:50 Jakov Smolić
2024-12-07 21:33 Florian Schmaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox