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 C8A7F139694 for ; Sat, 24 Jun 2017 10:37:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A622DE0D2E; Sat, 24 Jun 2017 10:37:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 8300FE0D2E for ; Sat, 24 Jun 2017 10:37:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 411E1341AB2 for ; Sat, 24 Jun 2017 10:37:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80C177496 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: <1498300620.9d5332b4e8be3f4613c4832efbeeab03c8c2cc19.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pmake/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pmake/pmake-0.ebuild X-VCS-Directories: virtual/pmake/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9d5332b4e8be3f4613c4832efbeeab03c8c2cc19 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: 3ff8de56-aa53-43a8-86ac-525c8101b421 X-Archives-Hash: 69a21b3e712405ca89087e68ef928d79 commit: 9d5332b4e8be3f4613c4832efbeeab03c8c2cc19 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 24 09:49:59 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 24 10:37:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5332b4 virtual/pmake: Remove old version using pmake Closes: https://github.com/gentoo/gentoo/pull/4979 virtual/pmake/pmake-0.ebuild | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/virtual/pmake/pmake-0.ebuild b/virtual/pmake/pmake-0.ebuild deleted file mode 100644 index c8704abf1d4..00000000000 --- a/virtual/pmake/pmake-0.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Virtual for BSD-like make" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" - -RDEPEND="kernel_linux? ( sys-devel/pmake ) - kernel_SunOS? ( sys-devel/pmake ) - kernel_Darwin? ( sys-devel/bsdmake )"