commit:     d49d32accf564f5701c7acae533c60d019a145cc
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 15:52:43 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=d49d32ac

net-analyzer/gvm-libs: USE 'extras' → 'doc', swap LICENSE/SLOT order

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

 .../{gvm-libs-21.4.4.ebuild => gvm-libs-21.4.4-r1.ebuild}    | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

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
similarity index 95%
rename from net-analyzer/gvm-libs/gvm-libs-21.4.4.ebuild
rename to net-analyzer/gvm-libs/gvm-libs-21.4.4-r1.ebuild
index d0be82300d56..54c52a6248a7 100644
--- a/net-analyzer/gvm-libs/gvm-libs-21.4.4.ebuild
+++ b/net-analyzer/gvm-libs/gvm-libs-21.4.4-r1.ebuild
@@ -10,10 +10,10 @@ DESCRIPTION="Greenbone vulnerability management libraries, 
previously named open
 HOMEPAGE="https://www.greenbone.net/en/ https://github.com/greenbone/gvm-libs/";
 SRC_URI="https://github.com/greenbone/gvm-libs/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-SLOT="0"
 LICENSE="GPL-2+"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="extras ldap test radius"
+IUSE="doc ldap test radius"
 RESTRICT="!test? ( test )"
 
 DEPEND="
@@ -43,7 +43,7 @@ BDEPEND="
        sys-devel/bison
        sys-devel/flex
        virtual/pkgconfig
-       extras? (
+       doc? (
                app-doc/doxygen[dot]
                app-doc/xmltoman
                app-text/htmldoc
@@ -59,7 +59,7 @@ PATCHES=(
 src_prepare() {
        cmake_src_prepare
        # QA-Fix | Remove doxygen warnings for !CLANG
-       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 via email to