summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2007-03-02 19:52:29 +0000
committerVlastimil Babka <caster@gentoo.org>2007-03-02 19:52:29 +0000
commit9c1c9d635ee2bda5c4140a00f138b264abad8ab0 (patch)
treedb6fcb6bb6e04f13c16ca1aa9785d1d5ef8688f1 /app-text/jabref/files
parentStable on ppc wrt bug 168558 (diff)
downloadhistorical-9c1c9d635ee2bda5c4140a00f138b264abad8ab0.tar.gz
historical-9c1c9d635ee2bda5c4140a00f138b264abad8ab0.tar.bz2
historical-9c1c9d635ee2bda5c4140a00f138b264abad8ab0.zip
Cleanup.
Package-Manager: portage-2.1.2-r12
Diffstat (limited to 'app-text/jabref/files')
-rw-r--r--app-text/jabref/files/digest-jabref-1.7.1-r13
-rw-r--r--app-text/jabref/files/digest-jabref-1.8.13
-rw-r--r--app-text/jabref/files/jabref-1.7.1-nojarbundler.patch75
-rw-r--r--app-text/jabref/files/jabref-1.8-classpath_cleanup.patch109
-rw-r--r--app-text/jabref/files/jabref-1.8-fix_jarbundler.patch25
5 files changed, 0 insertions, 215 deletions
diff --git a/app-text/jabref/files/digest-jabref-1.7.1-r1 b/app-text/jabref/files/digest-jabref-1.7.1-r1
deleted file mode 100644
index 71e5467117df..000000000000
--- a/app-text/jabref/files/digest-jabref-1.7.1-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 6c0ec7a9e57a5e12cb3b4d5a6465fe57 JabRef-1.7.1.src.tar.bz2 1730995
-RMD160 53e3a36c8ceab9368e7fcbaf60cc256f09543669 JabRef-1.7.1.src.tar.bz2 1730995
-SHA256 60c07d79be89fcb7cbb5248156d6a26c68769f38daed6c5bdd3e9a14875df383 JabRef-1.7.1.src.tar.bz2 1730995
diff --git a/app-text/jabref/files/digest-jabref-1.8.1 b/app-text/jabref/files/digest-jabref-1.8.1
deleted file mode 100644
index e40e979742b7..000000000000
--- a/app-text/jabref/files/digest-jabref-1.8.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 75d6f2fd443253ebcc3f6c41e5065155 JabRef-1.8.1-src.tar.bz2 1509155
-RMD160 6d7f154a93802b94cf443f7f5ae578a1e48dc7e2 JabRef-1.8.1-src.tar.bz2 1509155
-SHA256 cd1a46e9640465e5918773c5afca5f41f38069f836ab39dd1868e258210c2764 JabRef-1.8.1-src.tar.bz2 1509155
diff --git a/app-text/jabref/files/jabref-1.7.1-nojarbundler.patch b/app-text/jabref/files/jabref-1.7.1-nojarbundler.patch
deleted file mode 100644
index e23f7fcf756c..000000000000
--- a/app-text/jabref/files/jabref-1.7.1-nojarbundler.patch
+++ /dev/null
@@ -1,75 +0,0 @@
---- 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>
-
diff --git a/app-text/jabref/files/jabref-1.8-classpath_cleanup.patch b/app-text/jabref/files/jabref-1.8-classpath_cleanup.patch
deleted file mode 100644
index 873612407cc0..000000000000
--- a/app-text/jabref/files/jabref-1.8-classpath_cleanup.patch
+++ /dev/null
@@ -1,109 +0,0 @@
-diff -ru jabref-1.8/build.xml jabref-1.8-patched/build.xml
---- jabref-1.8/build.xml 2005-07-26 19:53:09.000000000 -0400
-+++ jabref-1.8-patched/build.xml 2005-08-10 08:27:04.000000000 -0400
-@@ -117,15 +117,7 @@
- <javac debug="on" deprecation="on" destdir="${build.classes}" source="1.4" target="1.4">
- <src path="${java.dir}"/>
- <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" />
-- </classpath>
-+ <classpath refid="classpath"/>
- </javac>
- </target>
-
-@@ -134,14 +126,7 @@
- <mkdir dir="${build.classes}" />
- <!--deprecation="on"-->
- <javac srcdir="${java.dir}/tests" debug="off" destdir="${build.classes}" source="1.4" target="1.4">
-- <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}/spin.jar" />
-- </classpath>
-+ <classpath refid="classpath"/>
- </javac>
-
- </target>
-@@ -309,12 +294,7 @@
- <target name="pmd" description="SOFTWAREDESIGN: Project Mess Detector !;-)">
- <echo>Checking Project Mess Detection (PMD) rulesets.</echo>
- <taskdef name="pmd" classname="net.sourceforge.pmd.ant.PMDTask">
-- <classpath>
-- <pathelement path="${classpath}" />
-- <fileset dir="${library.directory}">
-- <include name="*.jar" />
-- </fileset>
-- </classpath>
-+ <classpath refid="classpath"/>
- </taskdef>
- <!-- allowed Pretty Much Done rulsets -->
- <!-- rulesets/basic.xml -->
-@@ -345,12 +325,7 @@
- <echo>WARNING: use environment variable: ANT_OPTS=-Xmx512m or this task will fail.</echo>
- <echo>Checking for duplicated code using the Copy/Paste Detector (CPD).</echo>
- <taskdef name="cpd" classname="net.sourceforge.pmd.cpd.CPDTask">
-- <classpath>
-- <pathelement path="${classpath}" />
-- <fileset dir="${library.directory}">
-- <include name="*.jar" />
-- </fileset>
-- </classpath>
-+ <classpath refid="classpath"/>
- </taskdef>
- <cpd format="text" minimumTokenCount="100" outputFile="${build.dir}/duplicated_code_report.txt">
- <fileset dir="${src.dir}">
-@@ -362,12 +337,7 @@
-
- <target name="javancss" description="SOFTWAREDESIGN: Determining the NCSS and CCN code metrics for JOELib.">
- <taskdef name="javancss" classname="javancss.JavancssAntTask">
-- <classpath>
-- <pathelement path="${classpath}" />
-- <fileset dir="${library.directory}">
-- <include name="*.jar" />
-- </fileset>
-- </classpath>
-+ <classpath refid="classpath"/>
- </taskdef>
- <echo>Cyclomatic
- Complexity Ease of Risk
-@@ -385,12 +355,7 @@
-
- <target name="jalopy" description="SOFTWAREDESIGN: source code formatter using the JOELib convention.">
- <taskdef name="jalopy" classname="de.hunsicker.jalopy.plugin.ant.AntPlugin">
-- <classpath>
-- <pathelement path="${classpath}" />
-- <fileset dir="${library.directory}">
-- <include name="*.jar" />
-- </fileset>
-- </classpath>
-+ <classpath refid="classpath"/>
- </taskdef>
- <jalopy fileformat="unix" convention="${src.dir}/java/jalopy.format.convention.xml" history="file" historymethod="adler32" loglevel="error" threads="2" classpathref="classpath" backup="bak">
- <fileset dir="${src.dir}">
-@@ -408,15 +373,7 @@
- </fileset>
- </batchtest>
-
-- <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}/looks-1.2.2.jar" />
-- <pathelement location="${library.directory}/spin.jar" />
-- </classpath>
-+ <classpath refid="classpath"/>
-
- <!--<test name="tests.net.sf.jabref.export.layout.format.AuthorLastFirstAbbreviatorTester"/>-->
- </junit>
diff --git a/app-text/jabref/files/jabref-1.8-fix_jarbundler.patch b/app-text/jabref/files/jabref-1.8-fix_jarbundler.patch
deleted file mode 100644
index 6272dca9e0e0..000000000000
--- a/app-text/jabref/files/jabref-1.8-fix_jarbundler.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -ru jabref-1.8/build.xml jabref-1.8-patched/build.xml
---- jabref-1.8/build.xml 2005-07-26 19:53:09.000000000 -0400
-+++ jabref-1.8-patched/build.xml 2005-08-10 00:15:41.000000000 -0400
-@@ -78,9 +78,6 @@
- <property name="library.directory" value="lib" />
-
-
-- <taskdef name="jarbundler"
-- classpath="${library.directory}/jarbundler-1.4.jar"
-- classname="com.loomcom.ant.tasks.jarbundler.JarBundler" />
-
-
-
-@@ -290,7 +287,10 @@
-
-
- <target name="osxjar">
-- <jarbundler dir="${build.lib}"
-+ <taskdef name="jarbundler"
-+ classpath="${library.directory}/jarbundler-1.4.jar"
-+ classname="com.loomcom.ant.tasks.jarbundler.JarBundler" />
-+ <jarbundler dir="${build.lib}"
- name="JabRef"
- mainclass="net.sf.jabref.JabRef"
- jars="${build.lib}/${jabref.bin}.jar"