Gentoo Archives: gentoo-commits

From: "Petteri Raty (betelgeuse)" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jgrapht: jgrapht-0.7.3.ebuild ChangeLog
Date: Sun, 09 May 2010 23:11:16
Message-Id: 20100509231108.E11A42C4C6@corvid.gentoo.org
1 betelgeuse 10/05/09 23:11:08
2
3 Modified: jgrapht-0.7.3.ebuild ChangeLog
4 Log:
5 Fix inconsistency in JDK versions that caused the build to fail and migrated to EAPI 2. Fixes bug #317813.
6 (Portage version: 2.2_rc67/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 dev-java/jgrapht/jgrapht-0.7.3.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild?r1=1.2&r2=1.3
14
15 Index: jgrapht-0.7.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- jgrapht-0.7.3.ebuild 16 Jan 2010 21:00:39 -0000 1.2
22 +++ jgrapht-0.7.3.ebuild 9 May 2010 23:11:08 -0000 1.3
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v 1.2 2010/01/16 21:00:39 betelgeuse Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v 1.3 2010/05/09 23:11:08 betelgeuse Exp $
28
29 -EAPI="1"
30 +EAPI="2"
31 JAVA_PKG_IUSE="doc source"
32
33 inherit java-pkg-2 java-ant-2
34 @@ -15,8 +15,8 @@
35 LICENSE="LGPL-2.1"
36 IUSE="test"
37
38 -CDEPEND="dev-java/touchgraph-graphlayout
39 - dev-java/jgraph"
40 +CDEPEND="dev-java/touchgraph-graphlayout:0
41 + dev-java/jgraph:0"
42
43 DEPEND="${CDEPEND}
44 >=virtual/jdk-1.5
45 @@ -24,15 +24,15 @@
46 dev-java/xmlunit:1 )"
47
48 RDEPEND="${CDEPEND}
49 - >=virtual/jre-1.4"
50 + >=virtual/jre-1.5"
51
52 JAVA_ANT_REWRITE_CLASSPATH="true"
53 EANT_GENTOO_CLASSPATH="touchgraph-graphlayout jgraph"
54 EANT_DOC_TARGET="javadoc"
55
56 -src_unpack() {
57 - unpack ${A}
58 +java_prepare() {
59 rm -rf "${S}/lib" || die
60 + rm -v "${S}"/*.jar || die
61 }
62
63 src_install() {
64
65
66
67 1.3 dev-java/jgrapht/ChangeLog
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/ChangeLog?rev=1.3&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/ChangeLog?rev=1.3&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgrapht/ChangeLog?r1=1.2&r2=1.3
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v
76 retrieving revision 1.2
77 retrieving revision 1.3
78 diff -u -r1.2 -r1.3
79 --- ChangeLog 16 Jan 2010 21:00:39 -0000 1.2
80 +++ ChangeLog 9 May 2010 23:11:08 -0000 1.3
81 @@ -1,6 +1,10 @@
82 # ChangeLog for dev-java/jgrapht
83 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v 1.2 2010/01/16 21:00:39 betelgeuse Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v 1.3 2010/05/09 23:11:08 betelgeuse Exp $
86 +
87 + 09 May 2010; Petteri Räty <betelgeuse@g.o> jgrapht-0.7.3.ebuild:
88 + Fix inconsistency in JDK versions that caused the build to fail and
89 + migrated to EAPI 2. Fixes bug #317813.
90
91 16 Jan 2010; Petteri Räty <betelgeuse@g.o> jgrapht-0.7.3.ebuild:
92 Keyword ~x86.