Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/prll/files/
Date: Tue, 14 Feb 2017 21:24:47
Message-Id: 1487107428.4bf9a16769ca7dc5c47e2f2be85b9e888ad286b5.monsieurp@gentoo
1 commit: 4bf9a16769ca7dc5c47e2f2be85b9e888ad286b5
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 12 16:04:25 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 21:23:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf9a167
7
8 sys-process/prll: remove unused patch.
9
10 Closes: https://github.com/gentoo/gentoo/pull/3935
11
12 sys-process/prll/files/0.5-prefix.patch | 30 ------------------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/sys-process/prll/files/0.5-prefix.patch b/sys-process/prll/files/0.5-prefix.patch
16 deleted file mode 100644
17 index dcf2314fb5..0000000000
18 --- a/sys-process/prll/files/0.5-prefix.patch
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -diff --git a/prll.sh b/prll.sh
22 -index 45a4fa4..f3ec39f 100644
23 ---- a/prll.sh
24 -+++ b/prll.sh
25 -@@ -41,7 +41,7 @@ function prll() {
26 - EOF
27 - [[ -z "$1" ]] && return 1 || return 0
28 - fi
29 -- /usr/bin/which prll_qer > /dev/null
30 -+ @GENTOO_PORTAGE_EPREFIX@/usr/bin/which prll_qer > /dev/null
31 - if [[ $? -ne 0 ]] ; then
32 - echo "PRLL: Missing prll_qer." 1>&2
33 - return 1
34 -@@ -51,14 +51,14 @@ function prll() {
35 - local prll_unbuffer=yes
36 - shift
37 - else
38 -- /usr/bin/which prll_bfr > /dev/null
39 -+ @GENTOO_PORTAGE_EPREFIX@/usr/bin/which prll_bfr > /dev/null
40 - if [[ $? -ne 0 ]] ; then
41 - echo "PRLL: Missing prll_bfr." 1>&2
42 - return 1
43 - fi
44 - fi
45 - if [[ -z $PRLL_NR_CPUS ]] ; then
46 -- /usr/bin/which grep > /dev/null
47 -+ @GENTOO_PORTAGE_EPREFIX@/usr/bin/which grep > /dev/null
48 - if [[ $? -ne 0 || ! -a /proc/cpuinfo ]] ; then
49 - echo "PRLL: Environment variable PRLL_NR_CPUS is not set" 1>&2
50 - echo "PRLL: and either the grep utility is missing or" 1>&2