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/openvas-scanner/
Date: Mon,  2 May 2022 16:12:40 +0000 (UTC)	[thread overview]
Message-ID: <1651507416.bc34f32e7a99c24cf0737e438ce4e794fb7fd3d7.flow@gentoo> (raw)

commit:     bc34f32e7a99c24cf0737e438ce4e794fb7fd3d7
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 15:56:24 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon May  2 16:03:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc34f32e

net-analyzer/openvas-scanner: USE 'extras' → 'doc'

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

 ...-scanner-21.4.4.ebuild => openvas-scanner-21.4.4-r1.ebuild} | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/openvas-scanner/openvas-scanner-21.4.4.ebuild b/net-analyzer/openvas-scanner/openvas-scanner-21.4.4-r1.ebuild
similarity index 96%
rename from net-analyzer/openvas-scanner/openvas-scanner-21.4.4.ebuild
rename to net-analyzer/openvas-scanner/openvas-scanner-21.4.4-r1.ebuild
index b6a8ac41cbbf..a8f5ef4aa4d3 100644
--- a/net-analyzer/openvas-scanner/openvas-scanner-21.4.4.ebuild
+++ b/net-analyzer/openvas-scanner/openvas-scanner-21.4.4-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/greenbone/openvas-scanner/archive/v${PV}.tar.gz -> $
 SLOT="0"
 LICENSE="GPL-2 GPL-2+"
 KEYWORDS="~amd64 ~x86"
-IUSE="cron extras snmp test"
+IUSE="cron doc snmp test"
 RESTRICT="!test? ( test )"
 
 DEPEND="
@@ -41,7 +41,7 @@ BDEPEND="
 	sys-devel/bison
 	sys-devel/flex
 	virtual/pkgconfig
-	extras? (
+	doc? (
 		app-doc/doxygen[dot]
 		app-doc/xmltoman
 		app-text/htmldoc
@@ -62,7 +62,7 @@ src_prepare() {
 	# QA-Fix | Correct FHS/Gentoo policy paths for 7.0.0
 	sed -i -e "s*/doc/openvas-scanner/*/doc/openvas-scanner-${PV}/*g" "${S}"/src/CMakeLists.txt || die
 	# QA-Fix | Remove !CLANG doxygen warnings for 7.0.0
-	if use extras; then
+	if use doc; then
 		if ! tc-is-clang; then
 		   local f
 		   for f in doc/*.in
@@ -93,7 +93,7 @@ src_configure() {
 
 src_compile() {
 	cmake_src_compile
-	if use extras; then
+	if use doc; then
 		cmake_build -C "${BUILD_DIR}" doc
 		cmake_build doc-full -C "${BUILD_DIR}" doc
 	fi
@@ -104,7 +104,7 @@ src_compile() {
 }
 
 src_install() {
-	if use extras; then
+	if use doc; then
 		local HTML_DOCS=( "${BUILD_DIR}"/doc/generated/html/. )
 	fi
 	cmake_src_install


             reply	other threads:[~2022-05-02 16:12 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-02 16:12 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-03 15:50 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/openvas-scanner/ Jakov Smolić
2024-09-14 10:09 Florian Schmaus
2024-08-20  6:49 Joonas Niilola
2024-07-23  3:55 Sam James
2024-06-06  6:56 Florian Schmaus
2024-04-03 17:38 Florian Schmaus
2024-04-03 17:38 Florian Schmaus
2024-04-03 17:38 Florian Schmaus
2024-02-28 20:50 Jakov Smolić
2024-02-28  7:17 Florian Schmaus
2023-12-01  9:55 Florian Schmaus
2023-11-21  8:01 Florian Schmaus
2023-10-16  7:36 Florian Schmaus
2023-10-16  7:36 Florian Schmaus
2023-10-09 10:54 Florian Schmaus
2023-07-31 12:57 Florian Schmaus
2023-07-24  7:18 Florian Schmaus
2022-05-09 12:07 Florian Schmaus
2022-05-03 12:40 Florian Schmaus
2022-05-02 11:16 Florian Schmaus
2021-04-12 22:50 Sam James
2021-04-03 19:53 Sam James
2020-07-14 12:57 Joonas Niilola
2020-07-14 12:57 Joonas Niilola
2020-07-14 12:57 Joonas Niilola
2020-03-03  6:03 Joonas Niilola
2020-02-08 17:06 David Seifert
2019-12-21 15:06 Joonas Niilola
2019-01-03 19:39 Hanno Boeck
2018-12-31 23:43 Andreas Sturmlechner
2015-12-07  8:22 Justin Lecher
2015-11-18 15:57 Justin Lecher

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=1651507416.bc34f32e7a99c24cf0737e438ce4e794fb7fd3d7.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