Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/bcron/files/
Date: Tue, 14 Feb 2017 21:37:39
Message-Id: 1487108130.1de6dd41bbcc5a8f0c751f6a5d8c88c790a78634.soap@gentoo
1 commit: 1de6dd41bbcc5a8f0c751f6a5d8c88c790a78634
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 12 16:00:50 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 21:35:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de6dd41
7
8 sys-process/bcron: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3934
11
12 .../bcron/files/bcron-0.09-fix-parallel-build.patch | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/sys-process/bcron/files/bcron-0.09-fix-parallel-build.patch b/sys-process/bcron/files/bcron-0.09-fix-parallel-build.patch
16 deleted file mode 100644
17 index 987b302abe..0000000000
18 --- a/sys-process/bcron/files/bcron-0.09-fix-parallel-build.patch
19 +++ /dev/null
20 @@ -1,19 +0,0 @@
21 ---- Makefile.orig 2010-01-14 15:39:07.000000000 +0100
22 -+++ Makefile 2010-01-14 15:39:40.000000000 +0100
23 -@@ -96,14 +96,14 @@
24 - ./load insthier -lbg-installer -lbg
25 - mv insthier installer
26 -
27 --instcheck: load insthier.o
28 -+instcheck: load insthier.o installer instshow
29 - ./load insthier -lbg-instcheck -lbg
30 - mv insthier instcheck
31 -
32 - insthier.o: compile insthier.c conf_bin.c
33 - ./compile insthier.c
34 -
35 --instshow: load insthier.o
36 -+instshow: load insthier.o installer
37 - ./load insthier -lbg-instshow -lbg
38 - mv insthier instshow
39 -