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 692C2158089 for ; Tue, 17 Oct 2023 13:03:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91CB92BC0A8; Tue, 17 Oct 2023 13:03:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A7E92BC0A8 for ; Tue, 17 Oct 2023 13:03: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE88C335CB7 for ; Tue, 17 Oct 2023 13:03:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CAD5115C for ; Tue, 17 Oct 2023 13:03:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1697547692.ef34c21d2715b8572c964d902f2d11913f5b4198.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ninja/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ninja/ninja-1.11.1-r3.ebuild dev-util/ninja/ninja-9999.ebuild X-VCS-Directories: dev-util/ninja/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ef34c21d2715b8572c964d902f2d11913f5b4198 X-VCS-Branch: master Date: Tue, 17 Oct 2023 13:03:06 +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: aff3ef1f-0b4a-48b9-ada8-884bc7011dda X-Archives-Hash: 25dcf5570aa1ee9f3c1c15d64f730b0c commit: ef34c21d2715b8572c964d902f2d11913f5b4198 Author: Violet Purcell inventati org> AuthorDate: Wed Oct 4 16:38:53 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 17 13:01:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef34c21d dev-util/ninja: support app-alternatives/ninja Signed-off-by: Violet Purcell inventati.org> Signed-off-by: Sam James gentoo.org> dev-util/ninja/{ninja-9999.ebuild => ninja-1.11.1-r3.ebuild} | 3 ++- dev-util/ninja/ninja-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-util/ninja/ninja-9999.ebuild b/dev-util/ninja/ninja-1.11.1-r3.ebuild similarity index 97% copy from dev-util/ninja/ninja-9999.ebuild copy to dev-util/ninja/ninja-1.11.1-r3.ebuild index 38a59d4a303a..4f8bdfff6267 100644 --- a/dev-util/ninja/ninja-9999.ebuild +++ b/dev-util/ninja/ninja-1.11.1-r3.ebuild @@ -36,6 +36,7 @@ BDEPEND=" test? ( dev-cpp/gtest ) " RDEPEND="emacs? ( >=app-editors/emacs-23.1:* )" +PDEPEND="app-alternatives/ninja" PATCHES=( "${FILESDIR}"/ninja-cflags.patch @@ -98,7 +99,7 @@ src_install() { dodoc doc/manual.html fi - dobin ninja + newbin ninja ninja-reference newbashcomp misc/bash-completion ${PN} diff --git a/dev-util/ninja/ninja-9999.ebuild b/dev-util/ninja/ninja-9999.ebuild index 38a59d4a303a..4f8bdfff6267 100644 --- a/dev-util/ninja/ninja-9999.ebuild +++ b/dev-util/ninja/ninja-9999.ebuild @@ -36,6 +36,7 @@ BDEPEND=" test? ( dev-cpp/gtest ) " RDEPEND="emacs? ( >=app-editors/emacs-23.1:* )" +PDEPEND="app-alternatives/ninja" PATCHES=( "${FILESDIR}"/ninja-cflags.patch @@ -98,7 +99,7 @@ src_install() { dodoc doc/manual.html fi - dobin ninja + newbin ninja ninja-reference newbashcomp misc/bash-completion ${PN}