Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pmake/
Date: Sat, 24 Jun 2017 10:37:11
Message-Id: 1498300620.9d5332b4e8be3f4613c4832efbeeab03c8c2cc19.mgorny@gentoo
1 commit: 9d5332b4e8be3f4613c4832efbeeab03c8c2cc19
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 24 09:49:59 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 24 10:37:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5332b4
7
8 virtual/pmake: Remove old version using pmake
9
10 Closes: https://github.com/gentoo/gentoo/pull/4979
11
12 virtual/pmake/pmake-0.ebuild | 12 ------------
13 1 file changed, 12 deletions(-)
14
15 diff --git a/virtual/pmake/pmake-0.ebuild b/virtual/pmake/pmake-0.ebuild
16 deleted file mode 100644
17 index c8704abf1d4..00000000000
18 --- a/virtual/pmake/pmake-0.ebuild
19 +++ /dev/null
20 @@ -1,12 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -DESCRIPTION="Virtual for BSD-like make"
27 -SLOT="0"
28 -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"
29 -
30 -RDEPEND="kernel_linux? ( sys-devel/pmake )
31 - kernel_SunOS? ( sys-devel/pmake )
32 - kernel_Darwin? ( sys-devel/bsdmake )"