From 068424b26532f3551a81421a9be67ed206e5c11a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 11 Aug 2021 07:02:28 +0100 Subject: gentoo resync : 11.08.2021 --- .../werken-xpath-0.9.4_beta-jpp-compile.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch (limited to 'dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch') diff --git a/dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch b/dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch deleted file mode 100644 index 516158f63083..000000000000 --- a/dev-java/werken-xpath/files/werken-xpath-0.9.4_beta-jpp-compile.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Nru werken.xpath.orig/src/com/werken/xpath/impl/Op.java werken.xpath/src/com/werken/xpath/impl/Op.java ---- werken.xpath.orig/src/com/werken/xpath/impl/Op.java 2000-08-27 03:16:03.000000000 +0300 -+++ werken.xpath/src/com/werken/xpath/impl/Op.java 2003-03-02 01:44:52.000000000 +0200 -@@ -19,7 +19,7 @@ - public final static Op GT = new Op(">"); - public final static Op LT_EQUAL = new Op("<="); - public final static Op GT_EQUAL = new Op(">="); -- public final static Op MOD = new Op("%");; -+ public final static Op MOD = new Op("%"); - public final static Op DIV = new Op("/"); - public final static Op PLUS = new Op("+"); - public final static Op MINUS = new Op("-"); -diff -Nru werken.xpath.orig/src/com/werken/xpath/impl/UnAbbrStep.java werken.xpath/src/com/werken/xpath/impl/UnAbbrStep.java ---- werken.xpath.orig/src/com/werken/xpath/impl/UnAbbrStep.java 2000-10-31 22:20:56.000000000 +0200 -+++ werken.xpath/src/com/werken/xpath/impl/UnAbbrStep.java 2003-03-02 01:45:04.000000000 +0200 -@@ -175,7 +175,7 @@ - } - } - -- return aggregateResults;; -+ return aggregateResults; - } - - private List applyPredicates(List nodeSet, -- cgit v1.2.3