diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-04-11 19:09:18 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-04-11 19:09:18 +0000 |
commit | 46825cb9dd8640749032591782fa95e2193fb646 (patch) | |
tree | d51d1c96935e50c7c4bf66cef5082254070b9a24 /app-text/jabref/files | |
parent | Added ~ppc64 to KEYWORDS (diff) | |
download | gentoo-2-46825cb9dd8640749032591782fa95e2193fb646.tar.gz gentoo-2-46825cb9dd8640749032591782fa95e2193fb646.tar.bz2 gentoo-2-46825cb9dd8640749032591782fa95e2193fb646.zip |
new upstream version, fixes #88752
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-text/jabref/files')
-rw-r--r-- | app-text/jabref/files/digest-jabref-1.7.1 | 1 | ||||
-rw-r--r-- | app-text/jabref/files/jabref-1.7.1-nojarbundler.patch | 75 |
2 files changed, 76 insertions, 0 deletions
diff --git a/app-text/jabref/files/digest-jabref-1.7.1 b/app-text/jabref/files/digest-jabref-1.7.1 new file mode 100644 index 000000000000..22c859b3e1f5 --- /dev/null +++ b/app-text/jabref/files/digest-jabref-1.7.1 @@ -0,0 +1 @@ +MD5 ba5e9d2baacb9e15312b8b9ce65f2bfa JabRef-1.7.1.src.tar.bz2 1721793 diff --git a/app-text/jabref/files/jabref-1.7.1-nojarbundler.patch b/app-text/jabref/files/jabref-1.7.1-nojarbundler.patch new file mode 100644 index 000000000000..e23f7fcf756c --- /dev/null +++ b/app-text/jabref/files/jabref-1.7.1-nojarbundler.patch @@ -0,0 +1,75 @@ +--- build.xml.orig 2005-04-11 20:54:08.000000000 +0200 ++++ build.xml 2005-04-11 20:55:04.000000000 +0200 +@@ -62,9 +62,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" /> + + + +@@ -73,6 +70,7 @@ + <pathelement path="${build.classes}" /> + <pathelement location="${library.directory}/commons-httpclient-2.0.jar" /> + <pathelement location="${library.directory}/commons-logging.jar" /> ++ <pathelement location="${library.directory}/forms.jar" /> + <fileset dir="${library.directory}"> + <include name="*.jar" /> + </fileset> +@@ -92,11 +90,11 @@ + <exclude name="tests/**"/> + <classpath> + <pathelement path="${build.classes}" /> +- <pathelement location="${library.directory}/commons-httpclient-2.0.jar" /> ++ <pathelement location="${library.directory}/commons-httpclient.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}/looks.jar" /> ++ <pathelement location="${library.directory}/forms.jar" /> + <pathelement location="${library.directory}/spin.jar" /> + </classpath> + </javac> +@@ -150,12 +148,6 @@ + <fileset dir="${library.directory}"> + <include name="EndNote.zip" /> + </fileset> +- <fileset dir="${txt.dir}"> +- <include name="gpl.txt" /> +- <include name="lesser.txt" /> +- <include name="apache-license.txt" /> +- <include name="README" /> +- </fileset> + <manifest> + <attribute name="Main-Class" value="net.sf.jabref.JabRef" /> + </manifest> +@@ -225,12 +217,12 @@ + <!-- Unpacks jar needed jar files from lib directory into temp directory. --> + <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-httpclient.jar" dest="${build.tmp}" /> + <unjar src="${library.directory}/commons-logging.jar" dest="${build.tmp}" /> + <unjar src="${library.directory}/antlr.jar" dest="${build.tmp}" /> + <!-- <unjar src="${library.directory}/plastic-1.2.1.jar" dest="${build.classes}" />--> +- <unjar src="${library.directory}/looks-1.2.2.jar" dest="${build.tmp}" /> +- <unjar src="${library.directory}/forms-1.0.4.jar" dest="${build.tmp}" /> ++ <unjar src="${library.directory}/looks.jar" dest="${build.tmp}" /> ++ <unjar src="${library.directory}/forms.jar" dest="${build.tmp}" /> + <unjar src="${library.directory}/spin.jar" dest="${build.tmp}" /> + <delete dir="${build.tmp}/META-INF"/> + </target> +@@ -360,8 +352,8 @@ + <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}/looks-1.2.2.jar" /> ++ <pathelement location="${library.directory}/looks.jar" /> ++ <pathelement location="${library.directory}/looks.jar" /> + <pathelement location="${library.directory}/spin.jar" /> + </classpath> + |