Gentoo Archives: gentoo-commits

From: Nicolas Bock <nicolasbock@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: app-text/jabref/
Date: Fri, 03 Jan 2014 20:39:03
Message-Id: 1388781508.b8e992b989c5da3b154092737bdf4c12cb3b9bb1.nicolasbock@gentoo
1 commit: b8e992b989c5da3b154092737bdf4c12cb3b9bb1
2 Author: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
3 AuthorDate: Fri Jan 3 20:38:28 2014 +0000
4 Commit: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
5 CommitDate: Fri Jan 3 20:38:28 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b8e992b9
7
8 app-text/jabref: Fix bug in java-pkg_getjars; use a '-' instead of ':' to specify slot.
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 app-text/jabref/ChangeLog | 5 +++++
14 app-text/jabref/jabref-2.10_beta-r1.ebuild | 2 +-
15 app-text/jabref/jabref-2.10_beta2-r1.ebuild | 2 +-
16 3 files changed, 7 insertions(+), 2 deletions(-)
17
18 diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
19 index b3642fa..241894a 100644
20 --- a/app-text/jabref/ChangeLog
21 +++ b/app-text/jabref/ChangeLog
22 @@ -2,6 +2,11 @@
23 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 + 03 Jan 2014; Nicolas Bock <nicolasbock@g.o> jabref-2.10_beta-r1.ebuild,
27 + jabref-2.10_beta2-r1.ebuild:
28 + app-text/jabref: Fix bug in java-pkg_getjars; use a '-' instead of ':' to
29 + specify slot.
30 +
31 *jabref-2.10_beta-r1 (03 Jan 2014)
32
33 03 Jan 2014; Nicolas Bock <nicolasbock@g.o>
34
35 diff --git a/app-text/jabref/jabref-2.10_beta-r1.ebuild b/app-text/jabref/jabref-2.10_beta-r1.ebuild
36 index 3f5b5ed..a69c707 100644
37 --- a/app-text/jabref/jabref-2.10_beta-r1.ebuild
38 +++ b/app-text/jabref/jabref-2.10_beta-r1.ebuild
39 @@ -44,7 +44,7 @@ java_prepare() {
40 }
41
42 src_compile() {
43 - local EXTERNAL_JARS="fontbox:1.7,spin"
44 + local EXTERNAL_JARS="fontbox-1.7,spin"
45 local CLASSPATH="$(java-pkg_getjars --with-dependencies ${EXTERNAL_JARS})"
46 eant \
47 -Dgentoo.classpath=${CLASSPATH} \
48
49 diff --git a/app-text/jabref/jabref-2.10_beta2-r1.ebuild b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
50 index 7e451a9..c61af74 100644
51 --- a/app-text/jabref/jabref-2.10_beta2-r1.ebuild
52 +++ b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
53 @@ -44,7 +44,7 @@ java_prepare() {
54 }
55
56 src_compile() {
57 - local EXTERNAL_JARS="fontbox:1.7,spin"
58 + local EXTERNAL_JARS="fontbox-1.7,spin"
59 local CLASSPATH="$(java-pkg_getjars --with-dependencies ${EXTERNAL_JARS})"
60 eant \
61 -verbose \