Gentoo Archives: gentoo-commits

From: "Serkan Kaba (serkan)" <serkan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/zemberek/files: zemberek-2.1.1-classpathfix.patch
Date: Thu, 23 Apr 2009 20:15:22
Message-Id: E1Lx5KK-0000L0-MA@stork.gentoo.org
1 serkan 09/04/23 20:15:20
2
3 Added: zemberek-2.1.1-classpathfix.patch
4 Log:
5 Finally fix all the issues in stabilization bug #253753. Thanks to Vlastimil Babka <caster@g.o> for the fix. Migrated to EAPI 2.
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-java/zemberek/files/zemberek-2.1.1-classpathfix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/zemberek/files/zemberek-2.1.1-classpathfix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/zemberek/files/zemberek-2.1.1-classpathfix.patch?rev=1.1&content-type=text/plain
13
14 Index: zemberek-2.1.1-classpathfix.patch
15 ===================================================================
16 diff -Nur zemberek-2.1.1-nolibs-src/build.xml zemberek-2.1.1-nolibs-src_patched/build.xml
17 --- zemberek-2.1.1-nolibs-src/build.xml 2008-09-01 23:07:28.000000000 +0300
18 +++ zemberek-2.1.1-nolibs-src_patched/build.xml 2009-04-23 23:03:01.000000000 +0300
19 @@ -42,7 +42,7 @@
20 <path id="classpath.build">
21 <fileset dir="lib/dagitim"/>
22 <fileset dir="lib/gelistirme"/>
23 - <fileset dir="${build.cekirdek}"/>
24 + <pathelement path="${build.cekirdek}"/>
25 </path>
26
27 <!-- dagitim kutuphaneleri (eger varsa) -->