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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F29C3158091 for ; Sat, 18 Jun 2022 14:23:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2374DE0809; Sat, 18 Jun 2022 14:23:24 +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 929B2E0809 for ; Sat, 18 Jun 2022 14:23:23 +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 564AD34197A for ; Sat, 18 Jun 2022 14:23:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 924DE105 for ; Sat, 18 Jun 2022 14:23:20 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1655560793.9834e27fa0b4efdcdf28d3f62f3597bc8ee937d0.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: net-misc/cernbox-client/ X-VCS-Repository: proj/sci X-VCS-Files: net-misc/cernbox-client/cernbox-client-2.10.1.7389.ebuild net-misc/cernbox-client/cernbox-client-2.9.2.6206.ebuild X-VCS-Directories: net-misc/cernbox-client/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 9834e27fa0b4efdcdf28d3f62f3597bc8ee937d0 X-VCS-Branch: master Date: Sat, 18 Jun 2022 14:23:20 +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: 18a31473-db77-489c-8029-007cd0551ac1 X-Archives-Hash: 0113c67ab5c37ba36568fb8564961ddb commit: 9834e27fa0b4efdcdf28d3f62f3597bc8ee937d0 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Jun 18 13:59:42 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Jun 18 13:59:53 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9834e27f net-misc/cernbox-client: add 2.10.1.7389, drop 2.9.2.6206 Co-authored-by: Oliver Freyermuth googlemail.com> Closes: https://patch-diff.githubusercontent.com/raw/gentoo/sci/pull/1150.diff Signed-off-by: Andrew Ammerlaan gentoo.org> ...nbox-client-2.9.2.6206.ebuild => cernbox-client-2.10.1.7389.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-misc/cernbox-client/cernbox-client-2.9.2.6206.ebuild b/net-misc/cernbox-client/cernbox-client-2.10.1.7389.ebuild similarity index 96% rename from net-misc/cernbox-client/cernbox-client-2.9.2.6206.ebuild rename to net-misc/cernbox-client/cernbox-client-2.10.1.7389.ebuild index 27080cd72..c4eeaa7be 100644 --- a/net-misc/cernbox-client/cernbox-client-2.9.2.6206.ebuild +++ b/net-misc/cernbox-client/cernbox-client-2.10.1.7389.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -73,7 +73,6 @@ src_prepare() { src_configure() { local mycmakeargs=( - -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF} -DBUILD_SHELL_INTEGRATION_DOLPHIN=$(usex dolphin) -DBUILD_TESTING=$(usex test)