Fix the use-sax patch wrt bug #159600 by Wilbur Pan <wilburpan@hotmail.com>. Thanks...
authorVlastimil Babka <caster@gentoo.org>
Mon, 1 Jan 2007 01:47:44 +0000 (01:47 +0000)
committerVlastimil Babka <caster@gentoo.org>
Mon, 1 Jan 2007 01:47:44 +0000 (01:47 +0000)
Package-Manager: portage-2.1.2_rc4-r3

dev-java/javatoolkit/ChangeLog
dev-java/javatoolkit/javatoolkit-0.2.0-r1.ebuild

index 024b871477d817ecf7dcc76a808cae0efed9c5b3..8fdc970503553970ad9638ad6f1b994618972252 100644 (file)
@@ -1,6 +1,12 @@
 # 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)
 
index fb2e49593ebbc7f8d5fec74f141c82235e14fb8d..f9713fc99595a94d75c890e691aaa5830e576889 100644 (file)
@@ -1,6 +1,6 @@
-# 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
 
@@ -19,7 +19,7 @@ IUSE=""
 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
 }