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 4EEAB158094 for ; Mon, 25 Jul 2022 13:38:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22DDCE0E1F; Mon, 25 Jul 2022 13:38:29 +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 8C1D3E0E1F for ; Mon, 25 Jul 2022 13:38:27 +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 45FD3340EE6 for ; Mon, 25 Jul 2022 13:38:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EDBA510 for ; Mon, 25 Jul 2022 13:38:24 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1658756301.8d28d71f0ce5e2955769974c3a203fe1b69a8994.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/grs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/grs/grs-0.8-r1.ebuild app-portage/grs/grs-0.8.ebuild app-portage/grs/grs-9999.ebuild X-VCS-Directories: app-portage/grs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 8d28d71f0ce5e2955769974c3a203fe1b69a8994 X-VCS-Branch: master Date: Mon, 25 Jul 2022 13:38:24 +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: 0e53aebb-f2e3-4603-998b-42ecd53027f0 X-Archives-Hash: aaf4ae27b7ef86fbdcb981a6fbb48a1b commit: 8d28d71f0ce5e2955769974c3a203fe1b69a8994 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Jul 25 13:37:50 2022 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Jul 25 13:38:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d28d71f app-portage/grs: do not install grsrun when USE=server Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Anthony G. Basile gentoo.org> app-portage/grs/{grs-0.8.ebuild => grs-0.8-r1.ebuild} | 2 ++ app-portage/grs/grs-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app-portage/grs/grs-0.8.ebuild b/app-portage/grs/grs-0.8-r1.ebuild similarity index 97% rename from app-portage/grs/grs-0.8.ebuild rename to app-portage/grs/grs-0.8-r1.ebuild index 4d092253267a..ab9211c65032 100644 --- a/app-portage/grs/grs-0.8.ebuild +++ b/app-portage/grs/grs-0.8-r1.ebuild @@ -55,5 +55,7 @@ src_install() { if use server; then mkdir "${D}"/usr/share/${PN} cp "${DISTDIR}"/${ISO} "${D}"/usr/share/${PN} + else + rm "${D}"/usr/bin/grsrun fi } diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild index 4d092253267a..ab9211c65032 100644 --- a/app-portage/grs/grs-9999.ebuild +++ b/app-portage/grs/grs-9999.ebuild @@ -55,5 +55,7 @@ src_install() { if use server; then mkdir "${D}"/usr/share/${PN} cp "${DISTDIR}"/${ISO} "${D}"/usr/share/${PN} + else + rm "${D}"/usr/bin/grsrun fi }