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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF35B139694 for ; Sat, 24 Jun 2017 10:37:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17F2A224009; Sat, 24 Jun 2017 10:37:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED482224009 for ; Sat, 24 Jun 2017 10:37:11 +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 B66E3341AB3 for ; Sat, 24 Jun 2017 10:37:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E37F7490 for ; Sat, 24 Jun 2017 10:37:06 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1498300619.8609352741da3b770fb3792b768aa60225ace34b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pmake/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pmake/pmake-1.ebuild X-VCS-Directories: virtual/pmake/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8609352741da3b770fb3792b768aa60225ace34b X-VCS-Branch: master Date: Sat, 24 Jun 2017 10:37: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-Archives-Salt: da2998e0-f550-4246-9b8b-a56ea62effb8 X-Archives-Hash: 3aebc65b87b82ec915db685da09938d9 commit: 8609352741da3b770fb3792b768aa60225ace34b Author: Michał Górny gentoo org> AuthorDate: Sat Jun 24 09:48:31 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 24 10:36:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86093527 virtual/pmake: Add a new version using bmake, #596900 virtual/pmake/pmake-1.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/virtual/pmake/pmake-1.ebuild b/virtual/pmake/pmake-1.ebuild new file mode 100644 index 00000000000..5057856c369 --- /dev/null +++ b/virtual/pmake/pmake-1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Virtual for BSD-like make (to be used with get_bmake)" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-macos" + +RDEPEND="kernel_linux? ( sys-devel/bmake ) + kernel_SunOS? ( sys-devel/bmake ) + kernel_Darwin? ( sys-devel/bsdmake )"