diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-09-10 16:07:19 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-09-10 16:07:19 +0000 |
commit | 785f4e68b152ad4759de1913e6bed0f831cc8f83 (patch) | |
tree | 9ccd10770fc40729a03611b85aa252781831051c /dev-java/batik/files | |
parent | white space fix (diff) | |
download | gentoo-2-785f4e68b152ad4759de1913e6bed0f831cc8f83.tar.gz gentoo-2-785f4e68b152ad4759de1913e6bed0f831cc8f83.tar.bz2 gentoo-2-785f4e68b152ad4759de1913e6bed0f831cc8f83.zip |
Version bump, thanks too Josh Nichols in 101844
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-java/batik/files')
-rw-r--r-- | dev-java/batik/files/batik-1.6-jikes.patch | 30 | ||||
-rw-r--r-- | dev-java/batik/files/digest-batik-1.6 | 1 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-java/batik/files/batik-1.6-jikes.patch b/dev-java/batik/files/batik-1.6-jikes.patch new file mode 100644 index 000000000000..25e3751e99aa --- /dev/null +++ b/dev-java/batik/files/batik-1.6-jikes.patch @@ -0,0 +1,30 @@ +diff -ru xml-batik/sources/org/apache/batik/ext/awt/image/rendered/LRUCache.java xml-batik-patched/sources/org/apache/batik/ext/awt/image/rendered/LRUCache.java +--- xml-batik/sources/org/apache/batik/ext/awt/image/rendered/LRUCache.java 2004-08-18 03:14:08.000000000 -0400 ++++ xml-batik-patched/sources/org/apache/batik/ext/awt/image/rendered/LRUCache.java 2005-08-09 19:18:20.000000000 -0400 +@@ -33,12 +33,12 @@ + * should be remembered so it can be returned by + * <tt>lruGet</tt>. + */ +- public void lruSet(LRUNode nde); ++ public void lruSet(LRUCache.LRUNode nde); + /** + * Called to get the LRU node for this object. Should return the + * node passed in to lruSet. + */ +- public LRUNode lruGet(); ++ public LRUCache.LRUNode lruGet(); + /** + * Called to inform the object that it is no longer in the cache. + */ +diff -ru xml-batik/sources/org/apache/batik/script/rhino/RhinoInterpreter.java xml-batik-patched/sources/org/apache/batik/script/rhino/RhinoInterpreter.java +--- xml-batik/sources/org/apache/batik/script/rhino/RhinoInterpreter.java 2005-03-29 05:48:02.000000000 -0500 ++++ xml-batik-patched/sources/org/apache/batik/script/rhino/RhinoInterpreter.java 2005-08-09 19:16:33.000000000 -0400 +@@ -418,7 +418,7 @@ + public Object get(ScriptableObject so) { + Context ctx = Context.getCurrentContext(); + if (ctx == null ) return null; +- return ((ExtendedContext)ctx).getInterpreter().objects.get(name); ++ return ((RhinoInterpreter.ExtendedContext)ctx).getInterpreter().objects.get(name); + } + } + // The method to use for getting the value from the diff --git a/dev-java/batik/files/digest-batik-1.6 b/dev-java/batik/files/digest-batik-1.6 new file mode 100644 index 000000000000..ad72fccf206c --- /dev/null +++ b/dev-java/batik/files/digest-batik-1.6 @@ -0,0 +1 @@ +MD5 b65e12f520f8342605f700204c96cd2b batik-src-1.6.zip 10199668 |