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:29
Message-Id: 4460fed762ecb06de03d210fd5f166e8a3ee8589.mmokrejs@gentoo
1 commit: 4460fed762ecb06de03d210fd5f166e8a3ee8589
2 Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Tue Feb 7 13:04:52 2012 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Tue Feb 7 13:04:52 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4460fed7
7
8 sci-biology/OBO-Edit: more attempts to get rid of sandbox ACCESS VIOLATION SUMMARY errors
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 | 2 --
15 2 files changed, 5 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-biology/OBO-Edit/ChangeLog b/sci-biology/OBO-Edit/ChangeLog
18 index 1378d6b..cc089b2 100644
19 --- a/sci-biology/OBO-Edit/ChangeLog
20 +++ b/sci-biology/OBO-Edit/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 07 Feb 2012; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
26 + OBO-Edit-2.1.1.6.ebuild:
27 + sci-biology/OBO-Edit: more attempts to get rid of sandbox ACCESS VIOLATION
28 + SUMMARY errors
29 +
30 *OBO-Edit-2.1.1.6 (07 Feb 2012)
31
32 07 Feb 2012; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
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 30d6980..0cdb743 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,7 +27,6 @@ RDEPEND="virtual/jre"
39 S="${WORKDIR}"
40
41 src_prepare(){
42 - cd "${S}" || die
43 mkdir -p "${D}"/opt/OBO-Edit2/.install4j || die "Cannot pre-create "${D}"/opt/OBO-Edit2/.install4j/"
44 mkdir -p "${D}"/usr/bin
45
46 @@ -48,7 +47,6 @@ src_prepare(){
47 }
48
49 src_install(){
50 - cd "${S}" || die
51 cat "${TMPDIR}"/.install4j/response.varfile
52 chmod a-w "${TMPDIR}"/.install4j/response.varfile
53 INSTALL4J_KEEP_TEMP="yes" HOME="${TMPDIR}" "${DISTDIR}"/"${PN}"_unix_install4j-"${PV}".sh -q --varfile="${TMPDIR}"/.install4j/response.varfile --destination="${D}"/opt/OBO-Edit2 -dir "${D}"/opt/OBO-Edit2 || die "Failed to run the self-extracting "${DISTDIR}"/"${PN}"_unix_install4j-"${PV}".sh file"