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 6295915800D for ; Mon, 3 Jul 2023 11:40:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5DCCE0843; Mon, 3 Jul 2023 11:40:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8B26EE0843 for ; Mon, 3 Jul 2023 11:40:08 +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 7A6F8340CC9 for ; Mon, 3 Jul 2023 11:40:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 937128DC for ; Mon, 3 Jul 2023 11:40:05 +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: <1688384397.71ca5b5971d01adf95abe4e7f2e649c22194734d.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsad/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/gsad/gsad-22.4.1.ebuild net-analyzer/gsad/gsad-22.5.1.ebuild X-VCS-Directories: net-analyzer/gsad/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 71ca5b5971d01adf95abe4e7f2e649c22194734d X-VCS-Branch: master Date: Mon, 3 Jul 2023 11:40:05 +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: 27c57077-f4fd-4661-895a-30322baa73bd X-Archives-Hash: d5026ddfc1a99e6c83425048714a4b54 commit: 71ca5b5971d01adf95abe4e7f2e649c22194734d Author: Florian Schmaus gentoo org> AuthorDate: Mon Jul 3 11:39:08 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Jul 3 11:39:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ca5b59 net-analyzer/gsad: drop unused CMake variable GSAD_PID_DIR Signed-off-by: Florian Schmaus gentoo.org> net-analyzer/gsad/gsad-22.4.1.ebuild | 1 - net-analyzer/gsad/gsad-22.5.1.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/net-analyzer/gsad/gsad-22.4.1.ebuild b/net-analyzer/gsad/gsad-22.4.1.ebuild index 65d92e560f05..6cf730484c9d 100644 --- a/net-analyzer/gsad/gsad-22.4.1.ebuild +++ b/net-analyzer/gsad/gsad-22.4.1.ebuild @@ -70,7 +70,6 @@ src_configure() { "-DLOCALSTATEDIR=${EPREFIX}/var" "-DSYSCONFDIR=${EPREFIX}/etc" "-DSBINDIR=${EPREFIX}/usr/bin" - "-DGSAD_PID_DIR=/run/gsad" "-DSYSTEMD_SERVICE_DIR=$(systemd_get_systemunitdir)" "-DLOGROTATE_DIR=${EPREFIX}/etc/logrotate.d" ) diff --git a/net-analyzer/gsad/gsad-22.5.1.ebuild b/net-analyzer/gsad/gsad-22.5.1.ebuild index 00b93d2f84e0..0bb4755d34c5 100644 --- a/net-analyzer/gsad/gsad-22.5.1.ebuild +++ b/net-analyzer/gsad/gsad-22.5.1.ebuild @@ -70,7 +70,6 @@ src_configure() { "-DLOCALSTATEDIR=${EPREFIX}/var" "-DSYSCONFDIR=${EPREFIX}/etc" "-DSBINDIR=${EPREFIX}/usr/bin" - "-DGSAD_PID_DIR=/run/gsad" "-DSYSTEMD_SERVICE_DIR=$(systemd_get_systemunitdir)" "-DLOGROTATE_DIR=${EPREFIX}/etc/logrotate.d" )