public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvm-libs/
Date: Mon,  9 May 2022 12:07:23 +0000 (UTC)	[thread overview]
Message-ID: <1652098036.5589f7f841a34f443d806f00e4fdca2ef2a15f05.flow@gentoo> (raw)

commit:     5589f7f841a34f443d806f00e4fdca2ef2a15f05
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 11:44:44 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon May  9 12:07:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5589f7f8

net-analyzer/gvm-libs: fixes, ebuild style

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 ...s-21.4.4-r1.ebuild => gvm-libs-21.4.4-r2.ebuild} | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/net-analyzer/gvm-libs/gvm-libs-21.4.4-r1.ebuild b/net-analyzer/gvm-libs/gvm-libs-21.4.4-r2.ebuild
similarity index 86%
rename from net-analyzer/gvm-libs/gvm-libs-21.4.4-r1.ebuild
rename to net-analyzer/gvm-libs/gvm-libs-21.4.4-r2.ebuild
index 54c52a6248a7..e2705199abaa 100644
--- a/net-analyzer/gvm-libs/gvm-libs-21.4.4-r1.ebuild
+++ b/net-analyzer/gvm-libs/gvm-libs-21.4.4-r2.ebuild
@@ -3,11 +3,10 @@
 
 EAPI=8
 
-CMAKE_MAKEFILE_GENERATOR="emake"
 inherit cmake toolchain-funcs
 
-DESCRIPTION="Greenbone vulnerability management libraries, previously named openvas-libraries"
-HOMEPAGE="https://www.greenbone.net/en/ https://github.com/greenbone/gvm-libs/"
+DESCRIPTION="Greenbone Vulnerability Management (GVM) libraries, previously named openvas-libraries"
+HOMEPAGE="https://www.greenbone.net https://github.com/greenbone/gvm-libs/"
 SRC_URI="https://github.com/greenbone/gvm-libs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
@@ -17,7 +16,6 @@ IUSE="doc ldap test radius"
 RESTRICT="!test? ( test )"
 
 DEPEND="
-	acct-group/gvm
 	acct-user/gvm
 	app-crypt/gpgme:=
 	dev-libs/glib:2
@@ -33,11 +31,9 @@ DEPEND="
 	sys-libs/libxcrypt:=
 	sys-libs/zlib
 	ldap? ( net-nds/openldap:= )
-	radius? ( net-dialup/freeradius-client )"
-
-RDEPEND="
-	${DEPEND}"
-
+	radius? ( net-dialup/freeradius-client )
+"
+RDEPEND="${DEPEND}"
 BDEPEND="
 	dev-vcs/git
 	sys-devel/bison
@@ -50,7 +46,8 @@ BDEPEND="
 		dev-perl/CGI
 		dev-perl/SQL-Translator
 	)
-	test? ( dev-libs/cgreen )"
+	test? ( dev-libs/cgreen )
+"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-20.8.1-disable-automagic-dep.patch
@@ -111,5 +108,7 @@ src_install() {
 
 	# Set proper permissions on required files/directories
 	keepdir /var/lib/gvm
-	fowners -R gvm:gvm /var/lib/gvm
+	if ! use prefix; then
+		fowners -R gvm:gvm /var/lib/gvm
+	fi
 }


             reply	other threads:[~2022-05-09 12:07 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-09 12:07 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-09 10:09 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvm-libs/ Florian Schmaus
2024-12-07 13:51 Florian Schmaus
2024-12-01 14:02 Sam James
2024-09-14 10:09 Florian Schmaus
2024-09-06 11:18 Arthur Zamarin
2024-07-23  3:55 Sam James
2024-05-21  8:58 Florian Schmaus
2024-03-28  7:52 Florian Schmaus
2024-02-28 20:50 Jakov Smolić
2024-01-23 13:30 Florian Schmaus
2023-11-21  8:01 Florian Schmaus
2023-11-21  8:01 Florian Schmaus
2023-10-16 13:42 Florian Schmaus
2023-10-05 15:32 Florian Schmaus
2023-07-31  9:13 Florian Schmaus
2023-07-25  8:23 Florian Schmaus
2023-07-03  8:15 Florian Schmaus
2022-07-24 16:48 Florian Schmaus
2022-05-09 14:29 Florian Schmaus
2022-05-09 14:11 Florian Schmaus
2022-05-02 16:12 Florian Schmaus
2022-05-02 11:16 Florian Schmaus
2022-03-23  0:45 Sam James
2020-07-14 12:57 Joonas Niilola
2020-07-14 12:57 Joonas Niilola
2020-03-25 13:46 Joonas Niilola
2020-03-03  6:03 Joonas Niilola
2020-02-08 17:06 David Seifert
2019-12-21 15:06 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1652098036.5589f7f841a34f443d806f00e4fdca2ef2a15f05.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox