Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/gnu-classpath: gnu-classpath-0.98-r3.ebuild ChangeLog
Date: Sun, 27 Apr 2014 14:18:35
Message-Id: 20140427141830.733932004B@flycatcher.gentoo.org
1 tomwij 14/04/27 14:18:30
2
3 Modified: gnu-classpath-0.98-r3.ebuild ChangeLog
4 Log:
5 Make gnu-classpath support freetype 2.5.3; fixes bug #504944, reported and patch contributed by darkbasic.
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.10 dev-java/gnu-classpath/gnu-classpath-0.98-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.98-r3.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.98-r3.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.98-r3.ebuild?r1=1.9&r2=1.10
15
16 Index: gnu-classpath-0.98-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.98-r3.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- gnu-classpath-0.98-r3.ebuild 2 Mar 2013 19:55:16 -0000 1.9
23 +++ gnu-classpath-0.98-r3.ebuild 27 Apr 2014 14:18:30 -0000 1.10
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.98-r3.ebuild,v 1.9 2013/03/02 19:55:16 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.98-r3.ebuild,v 1.10 2014/04/27 14:18:30 tomwij Exp $
30
31 EAPI=4
32
33 @@ -63,6 +63,10 @@
34
35 S=${WORKDIR}/${MY_P}
36
37 +java_prepare() {
38 + epatch "${FILESDIR}"/${PF}-freetype-2.5.3-support.patch
39 +}
40 +
41 src_configure() {
42 # We require ecj anyway, so force it to avoid problems with bad versions of javac
43 export JAVAC="${EPREFIX}/usr/bin/ecj"
44
45
46
47 1.120 dev-java/gnu-classpath/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-classpath/ChangeLog?rev=1.120&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-classpath/ChangeLog?rev=1.120&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-classpath/ChangeLog?r1=1.119&r2=1.120
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/ChangeLog,v
56 retrieving revision 1.119
57 retrieving revision 1.120
58 diff -u -r1.119 -r1.120
59 --- ChangeLog 2 Mar 2013 19:55:16 -0000 1.119
60 +++ ChangeLog 27 Apr 2014 14:18:30 -0000 1.120
61 @@ -1,6 +1,12 @@
62 # ChangeLog for dev-java/gnu-classpath
63 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/ChangeLog,v 1.119 2013/03/02 19:55:16 hwoarang Exp $
65 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/ChangeLog,v 1.120 2014/04/27 14:18:30 tomwij Exp $
67 +
68 + 27 Apr 2014; Tom Wijsman <TomWij@g.o>
69 + +files/gnu-classpath-0.98-r3-freetype-2.5.3-support.patch,
70 + gnu-classpath-0.98-r3.ebuild, metadata.xml:
71 + Make gnu-classpath support freetype 2.5.3; fixes bug #504944, reported and
72 + patch contributed by darkbasic.
73
74 02 Mar 2013; Markos Chandras <hwoarang@g.o>
75 gnu-classpath-0.98-r3.ebuild: