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:53:30
Message-Id: 1388782390.c8fe72b116f7eac5f4d89df233530e499004c5e1.nicolasbock@gentoo
1 commit: c8fe72b116f7eac5f4d89df233530e499004c5e1
2 Author: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
3 AuthorDate: Fri Jan 3 20:53:10 2014 +0000
4 Commit: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
5 CommitDate: Fri Jan 3 20:53:10 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c8fe72b1
7
8 app-text/jabref: Remove another bundled lib.
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 app-text/jabref/ChangeLog | 4 ++++
14 app-text/jabref/jabref-2.10_beta2-r1.ebuild | 4 +++-
15 2 files changed, 7 insertions(+), 1 deletion(-)
16
17 diff --git a/app-text/jabref/ChangeLog b/app-text/jabref/ChangeLog
18 index 1f1a32c..6c32d42 100644
19 --- a/app-text/jabref/ChangeLog
20 +++ b/app-text/jabref/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 03 Jan 2014; Nicolas Bock <nicolasbock@g.o>
26 + jabref-2.10_beta2-r1.ebuild:
27 + app-text/jabref: Remove another bundled lib.
28 +
29 03 Jan 2014; Nicolas Bock <nicolasbock@g.o> jabref-2.10_beta-r1.ebuild,
30 jabref-2.10_beta2-r1.ebuild:
31 app-text/jabref: Do not remove unjarlib target yet. We need to first replace
32
33 diff --git a/app-text/jabref/jabref-2.10_beta2-r1.ebuild b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
34 index e8cd8a1..a786ce7 100644
35 --- a/app-text/jabref/jabref-2.10_beta2-r1.ebuild
36 +++ b/app-text/jabref/jabref-2.10_beta2-r1.ebuild
37 @@ -21,6 +21,7 @@ IUSE="doc"
38
39 COMMON_DEP="
40 dev-java/fontbox:1.7
41 + dev-java/jempbox:1.7
42 dev-java/spin:0
43 "
44
45 @@ -37,6 +38,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
46 java_prepare() {
47 # Remove bundled dependencies.
48 rm lib/fontbox*.jar || die
49 + rm lib/jempbox*.jar || die
50 rm lib/spin.jar || die
51
52 # Remove unjarlib target (do this only once we have removed all
53 @@ -45,7 +47,7 @@ java_prepare() {
54 }
55
56 src_compile() {
57 - local EXTERNAL_JARS="fontbox-1.7,spin"
58 + local EXTERNAL_JARS="fontbox-1.7,jempbox-1.7,spin"
59 local CLASSPATH="$(java-pkg_getjars --with-dependencies ${EXTERNAL_JARS})"
60 eant \
61 -Dgentoo.classpath=${CLASSPATH} \