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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09CF9158042 for ; Sat, 16 Nov 2024 13:51:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F5EFE085B; Sat, 16 Nov 2024 13:51:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 09581E085B for ; Sat, 16 Nov 2024 13:51:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 48B39342F9C for ; Sat, 16 Nov 2024 13:51:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A763CD81 for ; Sat, 16 Nov 2024 13:51:01 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1731765055.caee406364ec93f9b5b923903bbdabfd7c95d13c.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/bareos/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/bareos/bareos-23.1.0-r1.ebuild app-backup/bareos/bareos-23.1.0-r2.ebuild X-VCS-Directories: app-backup/bareos/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: caee406364ec93f9b5b923903bbdabfd7c95d13c X-VCS-Branch: master Date: Sat, 16 Nov 2024 13:51:01 +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: 1f499f2c-c5db-418f-ac07-e0c65082f4dc X-Archives-Hash: b49d06af6cb42528235372895d7b591c commit: caee406364ec93f9b5b923903bbdabfd7c95d13c Author: Marc Schiffbauer gentoo org> AuthorDate: Sat Nov 16 13:48:01 2024 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Sat Nov 16 13:50:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caee4063 app-backup/bareos: minor optimization add some USE deps to make clientonly more meaningful add some cmake flags to prevent downloading sources Signed-off-by: Marc Schiffbauer gentoo.org> .../bareos/{bareos-23.1.0-r1.ebuild => bareos-23.1.0-r2.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-backup/bareos/bareos-23.1.0-r1.ebuild b/app-backup/bareos/bareos-23.1.0-r2.ebuild similarity index 98% rename from app-backup/bareos/bareos-23.1.0-r1.ebuild rename to app-backup/bareos/bareos-23.1.0-r2.ebuild index 1d4a2ef52c45..71d78326e86d 100644 --- a/app-backup/bareos/bareos-23.1.0-r1.ebuild +++ b/app-backup/bareos/bareos-23.1.0-r2.ebuild @@ -97,6 +97,7 @@ BDEPEND=" REQUIRED_USE=" static? ( clientonly ) + clientonly? ( !director !storage-daemon !ceph !glusterfs !lmdb !ndmp !scsi-crypto ) x86? ( !ceph ) " @@ -165,8 +166,6 @@ src_prepare() { src_configure() { local mycmakeargs=() - cmake_comment_add_subdirectory webui - if use clientonly; then mycmakeargs+=( -Dclient-only=ON @@ -185,6 +184,9 @@ src_configure() { mycmakeargs+=( -DHAVE_PYTHON=0 + -DCPM_USE_LOCAL_PACKAGES=1 + -DCPM_LOCAL_PACKAGES_ONLY=1 + -DENABLE_WEBUI=0 -Darchivedir=/var/lib/bareos/storage -Dbackenddir=/usr/$(get_libdir)/${PN}/backend -Dbasename="`hostname -s`"