summaryrefslogtreecommitdiff
path: root/dev-java/lucene/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-java/lucene/files
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-java/lucene/files')
-rw-r--r--dev-java/lucene/files/lucene-2.4.1-javacc.home.patch13
-rw-r--r--dev-java/lucene/files/lucene-2.4.1-skipFailingTest.patch25
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-java/lucene/files/lucene-2.4.1-javacc.home.patch b/dev-java/lucene/files/lucene-2.4.1-javacc.home.patch
deleted file mode 100644
index 9668b6de1ff4..000000000000
--- a/dev-java/lucene/files/lucene-2.4.1-javacc.home.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/common-build.xml b/common-build.xml
-index 3fa75d1..1e695cf 100644
---- a/common-build.xml
-+++ b/common-build.xml
-@@ -110,7 +110,7 @@
- <available
- property="javacc.present"
- classname="org.javacc.parser.Main"
-- classpath="${javacc.home}/bin/lib/javacc.jar"
-+ classpath="${javacc.home}/javacc.jar"
- />
-
- <available
diff --git a/dev-java/lucene/files/lucene-2.4.1-skipFailingTest.patch b/dev-java/lucene/files/lucene-2.4.1-skipFailingTest.patch
deleted file mode 100644
index d8e3611539aa..000000000000
--- a/dev-java/lucene/files/lucene-2.4.1-skipFailingTest.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-[junit]
-[junit] Testsuite: org.apache.lucene.index.TestIndexInput
-[junit] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
-[junit]
-[junit] Testcase: testRead(org.apache.lucene.index.TestIndexInput): FAILED
-[junit] expected:<[]> but was:<[��]>
-[junit] junit.framework.ComparisonFailure: expected:<[]> but was:<[��]>
-[junit] at org.apache.lucene.index.TestIndexInput.testRead(TestIndexInput.java:89)
-[junit]
-[junit]
-[junit] Test org.apache.lucene.index.TestIndexInput FAILED
-
-https://bugs.gentoo.org/312437
-
---- a/src/test/org/apache/lucene/index/TestIndexInput.java
-+++ b/src/test/org/apache/lucene/index/TestIndexInput.java
-@@ -23,7 +23,7 @@ import org.apache.lucene.store.IndexInput;
- import java.io.IOException;
-
- public class TestIndexInput extends LuceneTestCase {
-- public void testRead() throws IOException {
-+ public void noTestRead() throws IOException {
- IndexInput is = new MockIndexInput(new byte[] {
- (byte) 0x80, 0x01,
- (byte) 0xFF, 0x7F,