# ChangeLog for dev-java/javatoolkit
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/javatoolkit/ChangeLog,v 1.23 2006/12/31 19:21:27 betelgeuse Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/javatoolkit/ChangeLog,v 1.24 2007/01/01 01:47:44 caster Exp $
+
+ 01 Jan 2007; Vlastimil Babka <caster@gentoo.org>
+ -files/0.2.0-use-sax.patch, +files/0.2.0-use-sax-fixed.patch,
+ javatoolkit-0.2.0-r1.ebuild:
+ Fix the use-sax patch wrt bug #159600 by Wilbur Pan <wilburpan@hotmail.com>.
+ Thanks to Flameeyes for teaching me the cvs magic needed.
*javatoolkit-0.2.0-r1 (31 Dec 2006)
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/javatoolkit/javatoolkit-0.2.0-r1.ebuild,v 1.1 2006/12/31 19:21:27 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/javatoolkit/javatoolkit-0.2.0-r1.ebuild,v 1.2 2007/01/01 01:47:44 caster Exp $
inherit eutils python
src_unpack() {
unpack "${A}"
cd "${S}"
- epatch "${FILESDIR}/0.2.0-use-sax.patch"
+ epatch "${FILESDIR}/0.2.0-use-sax-fixed.patch"
# Fix version
sed -i -e s/${PV}/${PVR}/ makedefs.mak
}