From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1143998-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D00D138350 for <garchives@archives.gentoo.org>; Sat, 8 Feb 2020 17:06:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AEAAE0899; Sat, 8 Feb 2020 17:06:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09841E089C for <gentoo-commits@lists.gentoo.org>; Sat, 8 Feb 2020 17:06:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 210CA34E837 for <gentoo-commits@lists.gentoo.org>; Sat, 8 Feb 2020 17:06:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62A64147 for <gentoo-commits@lists.gentoo.org>; Sat, 8 Feb 2020 17:06:13 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org> Message-ID: <1581181549.82031ee19098913deeb40f99c58a141ec465e7ec.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/apt-cacher-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p1.ebuild net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p2.ebuild net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild X-VCS-Directories: net-misc/apt-cacher-ng/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 82031ee19098913deeb40f99c58a141ec465e7ec X-VCS-Branch: master Date: Sat, 8 Feb 2020 17:06:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 93fab76a-9b35-4477-bb97-53b8db9758b8 X-Archives-Hash: 2470346c9ea012591fc7c4cddf94e0a9 commit: 82031ee19098913deeb40f99c58a141ec465e7ec Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Feb 8 17:05:49 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 8 17:05:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82031ee1 net-misc/apt-cacher-ng: [QA] Remove unnecessary -DCMAKE_INSTALL_PREFIX arguments Signed-off-by: David Seifert <soap <AT> gentoo.org> net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p1.ebuild | 4 +--- net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p2.ebuild | 4 +--- net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild | 4 +--- net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild | 3 +-- 4 files changed, 4 insertions(+), 11 deletions(-) diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p1.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p1.ebuild index 6fcc74573fc..2af7ed01cfc 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p1.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p1.ebuild @@ -61,9 +61,7 @@ pkg_setup() { } src_configure(){ - mycmakeargs=( - "-DCMAKE_INSTALL_PREFIX=/usr" - ) + local mycmakeargs=() if use fuse; then mycmakeargs+=( "-DHAVE_FUSE_25=yes" ) else diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p2.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p2.ebuild index 21f1ce96df0..f0991d2bc87 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p2.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p2.ebuild @@ -61,9 +61,7 @@ pkg_setup() { } src_configure(){ - mycmakeargs=( - "-DCMAKE_INSTALL_PREFIX=/usr" - ) + local mycmakeargs=() if use fuse; then mycmakeargs+=( "-DHAVE_FUSE_25=yes" ) else diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild index fe76de4838c..ce8b2df72f4 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild @@ -60,9 +60,7 @@ pkg_setup() { } src_configure(){ - mycmakeargs=( - "-DCMAKE_INSTALL_PREFIX=/usr" - ) + local mycmakeargs=() if use fuse; then mycmakeargs+=( "-DHAVE_FUSE_25=yes" ) else diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild index 8bde423cde0..75d78c14ed9 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild @@ -58,8 +58,7 @@ pkg_setup() { } src_configure(){ - mycmakeargs=( - "-DCMAKE_INSTALL_PREFIX=/usr" + local mycmakeargs=( "-DCMAKE_SKIP_BUILD_RPATH=on" ) if use fuse; then