summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-06-29 18:31:59 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-06-29 18:31:59 +0000
commit13304146fac8744ec778648248b157208e2a04c1 (patch)
treeb4540b394c04bf26301b5e16a19d9b1998e647b8 /dev-java/jaxme/files
parentnew packages, dep of dom4j, ebuild contributed by Josh Nichols <nichoj@alum.r... (diff)
downloadgentoo-2-13304146fac8744ec778648248b157208e2a04c1.tar.gz
gentoo-2-13304146fac8744ec778648248b157208e2a04c1.tar.bz2
gentoo-2-13304146fac8744ec778648248b157208e2a04c1.zip
new packages, dep of dom4j, ebuild contributed by Josh Nichols <nichoj@alum.rpi.edu>
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-java/jaxme/files')
-rw-r--r--dev-java/jaxme/files/digest-jaxme-0.3.11
-rw-r--r--dev-java/jaxme/files/jaxme-0.3.1-gentoo.patch41
2 files changed, 42 insertions, 0 deletions
diff --git a/dev-java/jaxme/files/digest-jaxme-0.3.1 b/dev-java/jaxme/files/digest-jaxme-0.3.1
new file mode 100644
index 000000000000..48249823160f
--- /dev/null
+++ b/dev-java/jaxme/files/digest-jaxme-0.3.1
@@ -0,0 +1 @@
+MD5 d7a595ac138582ff2592e6b7d2e5cade ws-jaxme-0.3.1-src.tar.gz 3058903
diff --git a/dev-java/jaxme/files/jaxme-0.3.1-gentoo.patch b/dev-java/jaxme/files/jaxme-0.3.1-gentoo.patch
new file mode 100644
index 000000000000..c51a33c713c7
--- /dev/null
+++ b/dev-java/jaxme/files/jaxme-0.3.1-gentoo.patch
@@ -0,0 +1,41 @@
+diff -ru ws-jaxme-0.3.1/build.xml ws-jaxme-0.3.1-patched/build.xml
+--- ws-jaxme-0.3.1/build.xml 2004-09-02 18:41:58.000000000 -0400
++++ ws-jaxme-0.3.1-patched/build.xml 2005-06-26 22:59:39.000000000 -0400
+@@ -157,9 +157,8 @@
+ <target name="doc" depends="javadoc,docbook.html,forrest,replace"
+ description="Generates the documentation"/>
+
+- <target name="javadoc" depends="init,all"
++ <target name="javadoc" depends="init"
+ description="Generates the API documentation">
+- <delete dir="${build.apidocs}"/>
+ <mkdir dir="${build.apidocs}"/>
+ <javadoc
+ access="protected"
+@@ -189,8 +188,8 @@
+ <pathelement location="${src.js}"/>
+ <pathelement location="${src.jm}"/>
+ <pathelement location="${src.pm}"/>
+- <pathelement location="${build.js.src}"/>
+- <pathelement location="${build.jm.src}"/>
++ <!--pathelement location="${build.js.src}"/>
++ <pathelement location="${build.jm.src}"/-->
+ </sourcepath>
+ </javadoc>
+ </target>
+@@ -245,6 +244,15 @@
+ <delete dir="${dist}"/>
+ </target>
+
++ <target name="jar">
++
++ <ant antfile="buildapi.xml" target="jar" inheritall="false" inheritrefs="false"/>
++ <ant antfile="buildxs.xml" target="jar" inheritall="false" inheritrefs="false"/>
++ <ant antfile="buildjs.xml" target="jar" inheritall="false" inheritrefs="false"/>
++ <ant antfile="buildjm.xml" target="compile" inheritall="false" inheritrefs="false"/>
++ <ant antfile="buildpm.xml" target="compile" inheritall="false" inheritrefs="false"/>
++ </target>
++
+ <target name="all">
+ <ant antfile="buildapi.xml" target="all" inheritall="false" inheritrefs="false"/>
+ <ant antfile="buildxs.xml" target="all" inheritall="false" inheritrefs="false"/>