Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/OBO-Edit/
Date: Tue, 07 Feb 2012 23:39:31
Message-Id: 8035fabe16e943270b922958ab72b0c1bd40e0a3.mmokrejs@gentoo
1 commit: 8035fabe16e943270b922958ab72b0c1bd40e0a3
2 Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Tue Feb 7 13:33:03 2012 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Tue Feb 7 13:33:03 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8035fabe
7
8 added the addpredict() trick from tablet-bin*.ebuild to make the ACCESS DENIED messages quiet, bugs #402507 (learned from bug #387227)
9
10 (Portage version: 2.1.10.45/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 sci-biology/OBO-Edit/ChangeLog | 5 +++++
14 sci-biology/OBO-Edit/OBO-Edit-2.1.1.6.ebuild | 12 +++++-------
15 2 files changed, 10 insertions(+), 7 deletions(-)
16
17 diff --git a/sci-biology/OBO-Edit/ChangeLog b/sci-biology/OBO-Edit/ChangeLog
18 index 79c451d..abf523e 100644
19 --- a/sci-biology/OBO-Edit/ChangeLog
20 +++ b/sci-biology/OBO-Edit/ChangeLog
21 @@ -4,6 +4,11 @@
22
23 07 Feb 2012; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
24 OBO-Edit-2.1.1.6.ebuild:
25 + added the addpredict() trick from tablet-bin*.ebuild to make the ACCESS DENIED
26 + messages quiet, bugs #402507 (learned from bug #387227)
27 +
28 + 07 Feb 2012; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
29 + OBO-Edit-2.1.1.6.ebuild:
30 added the addpredict() trick from tablet-bin*.ebuild to make the ACCESS
31 DENIED messages quiet, bugs #402507 (learned from bug #387227)
32
33
34 diff --git a/sci-biology/OBO-Edit/OBO-Edit-2.1.1.6.ebuild b/sci-biology/OBO-Edit/OBO-Edit-2.1.1.6.ebuild
35 index 356f1bf..19c5de0 100644
36 --- a/sci-biology/OBO-Edit/OBO-Edit-2.1.1.6.ebuild
37 +++ b/sci-biology/OBO-Edit/OBO-Edit-2.1.1.6.ebuild
38 @@ -27,13 +27,11 @@ RDEPEND="virtual/jre"
39 S="${WORKDIR}"
40
41 pkg_setup() {
42 - einfo "Fixing java access violations ..."
43 - # learned from bug #387227
44 -
45 - # opened a bug #402507 to get this .systemPrefs directory pre-created for everybody
46 - addpredict /opt/icedtea-bin-7.2.0/jre/.systemPrefs
47 - addpredict /usr/local/bin/OBO-Edit
48 -
49 + einfo "Fixing java access violations ..."
50 + # learned from bug #387227
51 + # opened a bug #402507 to get this .systemPrefs directory pre-created for everybody
52 + addpredict /opt/icedtea-bin-7.2.0/jre/.systemPrefs
53 + addpredict /usr/local/bin/OBO-Edit
54 }
55
56 src_prepare(){