From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CDB7B158090 for ; Mon, 2 May 2022 16:12:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91DCDE07E0; Mon, 2 May 2022 16:12:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70B81E07E0 for ; Mon, 2 May 2022 16:12:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29EF834132F for ; Mon, 2 May 2022 16:12:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 438B375 for ; Mon, 2 May 2022 16:12:40 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1651507416.d49d32accf564f5701c7acae533c60d019a145cc.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvm-libs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/gvm-libs/gvm-libs-21.4.4-r1.ebuild net-analyzer/gvm-libs/gvm-libs-21.4.4.ebuild X-VCS-Directories: net-analyzer/gvm-libs/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d49d32accf564f5701c7acae533c60d019a145cc X-VCS-Branch: master Date: Mon, 2 May 2022 16:12:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dc559e1f-e017-4ec0-9014-3561054fe97a X-Archives-Hash: 9f51193f93b781053448f38cd54ca7b6 commit: d49d32accf564f5701c7acae533c60d019a145cc Author: Florian Schmaus gentoo org> AuthorDate: Mon May 2 15:52:43 2022 +0000 Commit: Florian Schmaus gentoo 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 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