Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvm-libs/
Date: Mon, 02 May 2022 16:12:44
Message-Id: 1651507416.d49d32accf564f5701c7acae533c60d019a145cc.flow@gentoo
1 commit: d49d32accf564f5701c7acae533c60d019a145cc
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 15:52:43 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 16:03:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49d32ac
7
8 net-analyzer/gvm-libs: USE 'extras' → 'doc', swap LICENSE/SLOT order
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 .../{gvm-libs-21.4.4.ebuild => gvm-libs-21.4.4-r1.ebuild} | 12 ++++++------
13 1 file changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/net-analyzer/gvm-libs/gvm-libs-21.4.4.ebuild b/net-analyzer/gvm-libs/gvm-libs-21.4.4-r1.ebuild
16 similarity index 95%
17 rename from net-analyzer/gvm-libs/gvm-libs-21.4.4.ebuild
18 rename to net-analyzer/gvm-libs/gvm-libs-21.4.4-r1.ebuild
19 index d0be82300d56..54c52a6248a7 100644
20 --- a/net-analyzer/gvm-libs/gvm-libs-21.4.4.ebuild
21 +++ b/net-analyzer/gvm-libs/gvm-libs-21.4.4-r1.ebuild
22 @@ -10,10 +10,10 @@ DESCRIPTION="Greenbone vulnerability management libraries, previously named open
23 HOMEPAGE="https://www.greenbone.net/en/ https://github.com/greenbone/gvm-libs/"
24 SRC_URI="https://github.com/greenbone/gvm-libs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25
26 -SLOT="0"
27 LICENSE="GPL-2+"
28 +SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 -IUSE="extras ldap test radius"
31 +IUSE="doc ldap test radius"
32 RESTRICT="!test? ( test )"
33
34 DEPEND="
35 @@ -43,7 +43,7 @@ BDEPEND="
36 sys-devel/bison
37 sys-devel/flex
38 virtual/pkgconfig
39 - extras? (
40 + doc? (
41 app-doc/doxygen[dot]
42 app-doc/xmltoman
43 app-text/htmldoc
44 @@ -59,7 +59,7 @@ PATCHES=(
45 src_prepare() {
46 cmake_src_prepare
47 # QA-Fix | Remove doxygen warnings for !CLANG
48 - if use extras; then
49 + if use doc; then
50 if ! tc-is-clang; then
51 local f
52 for f in doc/*.in
53 @@ -93,7 +93,7 @@ src_configure() {
54
55 src_compile() {
56 cmake_src_compile
57 - if use extras; then
58 + if use doc; then
59 cmake_build -C "${BUILD_DIR}" doc
60 cmake_build doc-full -C "${BUILD_DIR}" doc
61 fi
62 @@ -104,7 +104,7 @@ src_compile() {
63 }
64
65 src_install() {
66 - if use extras; then
67 + if use doc; then
68 local HTML_DOCS=( "${BUILD_DIR}"/doc/generated/html/. )
69 fi
70 cmake_src_install