summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-06-11 13:55:19 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-06-11 13:55:19 +0000
commitffc918f145a3cea0e6eac150f58dc5b8bfa45020 (patch)
treedf8232e49201dd13f65ea3470c5d4e577bb873dd /app-text/jabref/files
parent- ifup/ifdown need run-parts. #95190 (diff)
downloadgentoo-2-ffc918f145a3cea0e6eac150f58dc5b8bfa45020.tar.gz
gentoo-2-ffc918f145a3cea0e6eac150f58dc5b8bfa45020.tar.bz2
gentoo-2-ffc918f145a3cea0e6eac150f58dc5b8bfa45020.zip
New upstream version, fixes #95711.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-text/jabref/files')
-rw-r--r--app-text/jabref/files/digest-jabref-1.8_beta1
-rw-r--r--app-text/jabref/files/jabref-1.8_beta-nojarbundler.patch54
2 files changed, 55 insertions, 0 deletions
diff --git a/app-text/jabref/files/digest-jabref-1.8_beta b/app-text/jabref/files/digest-jabref-1.8_beta
new file mode 100644
index 000000000000..4fb884efd8b6
--- /dev/null
+++ b/app-text/jabref/files/digest-jabref-1.8_beta
@@ -0,0 +1 @@
+MD5 907e01c53dc9f27f81a479f0ecd2b4a2 JabRef-1.8b-src.tar.bz2 1668473
diff --git a/app-text/jabref/files/jabref-1.8_beta-nojarbundler.patch b/app-text/jabref/files/jabref-1.8_beta-nojarbundler.patch
new file mode 100644
index 000000000000..ebc19fcc3ebe
--- /dev/null
+++ b/app-text/jabref/files/jabref-1.8_beta-nojarbundler.patch
@@ -0,0 +1,54 @@
+--- build.xml.orig 2005-06-11 11:49:00.000000000 +0200
++++ build.xml 2005-06-11 11:51:40.000000000 +0200
+@@ -64,9 +64,6 @@
+ <!-- Set the properties for library directories -->
+ <property name="library.directory" value="lib" />
+
+- <taskdef name="jarbundler"
+- classpath="${library.directory}/jarbundler-1.4.jar"
+- classname="com.loomcom.ant.tasks.jarbundler.JarBundler" />
+
+
+
+@@ -85,12 +82,9 @@
+ <java classname="net.sf.jabref.JabRef" fork="true">
+ <classpath>
+ <pathelement location="${build.lib}/jabref.jar"/>
+- <pathelement location="${library.directory}/commons-httpclient-2.0.jar" />
+- <pathelement location="${library.directory}/commons-logging.jar" />
+- <pathelement location="${library.directory}/antlr.jar" />
+- <pathelement location="${library.directory}/looks-1.2.2.jar" />
+- <pathelement location="${library.directory}/forms-1.0.4.jar" />
+- <pathelement location="${library.directory}/spin.jar" />
++ <fileset dir="${library.directory}">
++ <include name="*.jar" />
++ </fileset>
+ </classpath>
+ </java>
+ </target>
+@@ -105,12 +99,9 @@
+ <exclude name="tests/**"/>
+ <classpath>
+ <pathelement path="${build.classes}" />
+- <pathelement location="${library.directory}/commons-httpclient-2.0.jar" />
+- <pathelement location="${library.directory}/commons-logging.jar" />
+- <pathelement location="${library.directory}/antlr.jar" />
+- <pathelement location="${library.directory}/looks-1.2.2.jar" />
+- <pathelement location="${library.directory}/forms-1.0.4.jar" />
+- <pathelement location="${library.directory}/spin.jar" />
++ <fileset dir="${library.directory}">
++ <include name="*.jar" />
++ </fileset>
+ </classpath>
+ </javac>
+ </target>
+@@ -238,7 +229,8 @@
+ </target>
+
+ <!-- Unpacks jar needed jar files from lib directory into temp directory. -->
+- <target name="unjarlib" description="Unpacks jars from library">
++
++ <target name="unjarlib" description="Unpacks jars from library">
+ <mkdir dir="${build.tmp}"/>
+ <unjar src="${library.directory}/commons-httpclient-2.0.jar" dest="${build.tmp}" />
+ <unjar src="${library.directory}/commons-logging.jar" dest="${build.tmp}" />