Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 92829 Details for
Bug 138619
sci-chemistry/jmol - new ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
jmol-10.2.0-nodoc-no-i18n.patch
jmol-10.2.0-nodoc-no-i18n.patch (text/plain), 17.24 KB, created by
Jeffrey Gardner (RETIRED)
on 2006-07-26 23:30:42 UTC
(
hide
)
Description:
jmol-10.2.0-nodoc-no-i18n.patch
Filename:
MIME Type:
Creator:
Jeffrey Gardner (RETIRED)
Created:
2006-07-26 23:30:42 UTC
Size:
17.24 KB
patch
obsolete
>--- jmol-10.2.0-orig.build.xml 2006-07-27 00:05:13.000000000 -0500 >+++ build.xml 2006-07-27 00:26:12.000000000 -0500 >@@ -28,9 +28,6 @@ > <property name="applet.classes.dir" value="build/applet-classes" /> > <property name="apisio.classes.dir" value="build/apisio-classes" /> > <property name="tests.dir" value="build/unit.tests" /> >- <property name="javadoc.dir" value="javadoc" /> >- <property name="docbook-xsl" value="docbook-xsl-1.69.0" /> >- <property name="docbook-xml" value="docbook-xml-4.4" /> > > <!-- you can set this by defining it in ~/.jmol.build.properties --> > <property name="keystore.name" value="Must be set by user." /> >@@ -61,7 +58,7 @@ > > <target name="main" id="main" depends="init,jar,applet-jar"/> > >- <target name="all" id="all" depends="doc,main"/> >+ <target name="all" id="all" depends="main"/> > > <target name="init" id="init"> > <tstamp/> >@@ -72,96 +69,7 @@ > </target> > > <target name="setup" id="setup"> >- <condition property="docbook-xsl.uptodate"> >- <and> >- <uptodate targetfile="build/${docbook-xsl}" >- srcfile="doc/${docbook-xsl}.tar.gz" /> >- <uptodate targetfile="build/${docbook-xsl}.timestamp" >- srcfile="build/${docbook-xsl}" /> >- </and> >- </condition> >- >- <condition property="docbook-xml.uptodate"> >- <and> >- <uptodate targetfile="build/docbook-xml" >- srcfile="doc/${docbook-xml}.zip" /> >- <uptodate targetfile="build/docbook-xml.timestamp" >- srcfile="build/docbook-xml" /> >- </and> >- </condition> >- >- <condition property="jmolGuide.uptodate"> >- <and> >- <uptodate targetfile="build/doc/JmolUserGuide/index.html"> >- <srcfiles dir="doc/source" >- includes="JmolGuide.docbook.xml, guide/*.docbook.xml"/> >- </uptodate> >- <uptodate targetfile="build/doc/JmolUserGuide_fr/index.html"> >- <srcfiles dir="doc/source" >- includes="JmolGuide_fr.docbook.xml, guide/*_fr.docbook.xml"/> >- </uptodate> >- </and> >- </condition> >- >- <condition property="jmolHistory.uptodate"> >- <and> >- <uptodate targetfile="build/doc/JmolHistory/ChangeLog.html"> >- <srcfiles dir="doc/source" >- includes="JmolHistory.xml,JmolHistoryToHtml.xsl,history/changes.xml" /> >- </uptodate> >- <uptodate targetfile="build/doc/JmolHistory/ChangeLog_fr.html"> >- <srcfiles dir="doc/source" >- includes="JmolHistory_fr.xml,JmolHistoryToHtml.xsl,history/changes_fr.xml" /> >- </uptodate> >- <uptodate targetfile="build/doc/JmolHistory/ChangeLog_nl.html"> >- <srcfiles dir="doc/source" >- includes="JmolHistory_nl.xml,JmolHistoryToHtml.xsl,history/changes_nl.xml" /> >- </uptodate> >- </and> >- </condition> >- >- <condition property="jmolDevelopersGuide.uptodate"> >- <and> >- <uptodate targetfile="build/doc/JmolDevelopersGuide.html"> >- <srcfiles dir="doc/source" >- includes="JmolDevelopersGuide.docbook.xml"/> >- </uptodate> >- <uptodate targetfile="build/doc/JmolDevelopersGuide_fr.html"> >- <srcfiles dir="doc/source" >- includes="JmolDevelopersGuide_fr.docbook.xml"/> >- </uptodate> >- <uptodate targetfile="build/doc/JmolDevelopersGuide_de.html"> >- <srcfiles dir="doc/source" >- includes="JmolDevelopersGuide_de.docbook.xml"/> >- </uptodate> >- </and> >- </condition> >- >- <condition property="jmolAppletGuide.uptodate"> >- <and> >- <uptodate targetfile="build/doc/JmolAppletGuide.html"> >- <srcfiles dir="doc/source" >- includes="JmolAppletGuide.docbook.xml, applet/*.docbook.xml"/> >- </uptodate> >- <uptodate targetfile="build/doc/JmolAppletGuide_fr.html"> >- <srcfiles dir="doc/source" >- includes="JmolAppletGuide_fr.docbook.xml, applet/*_fr.docbook.xml"/> >- </uptodate> >- <uptodate targetfile="build/doc/JmolAppletGuide_de.html"> >- <srcfiles dir="doc/source" >- includes="JmolAppletGuide_de.docbook.xml"/> >- </uptodate> >- </and> >- </condition> > >- <available classname="com.icl.saxon.StyleSheet" >- classpath="${lib.dir}/saxon.jar" >- property="xsl.available"/> >- <uptodate property="javadoc.uptodate" targetfile="${javadoc.dir}/index.html"> >- <srcfiles dir="src" includes="**/*.java, **/*.html" /> >- </uptodate> >- <available file="${keystore.name}" property="keystore.present" /> >- <!-- Optional proxy settings (if defined) --> > <condition property="proxyHost" > value="-Dhttp.proxyHost=${http.proxyHost}" > > <not> >@@ -326,22 +234,7 @@ > </target> > > <target name="jar" id="jar" >- depends="init,classes,jmolGuide,jmolHistory,jmolDevelopersGuide,libjars,main-i18n"> >- <copy todir="${classes.dir}/org/openscience/jmol/Data/guide" > >- <fileset dir="build/doc/JmolUserGuide"> >- <include name="**/*.html" /> >- </fileset> >- </copy> >- <copy todir="${classes.dir}/org/openscience/jmol/Data/guide_fr" > >- <fileset dir="build/doc/JmolUserGuide_fr"> >- <include name="**/*.html" /> >- </fileset> >- </copy> >- <copy todir="${classes.dir}/org/openscience/jmol/Data" > >- <fileset dir="build/doc/JmolHistory"> >- <include name="**/*.html" /> >- </fileset> >- </copy> >+ depends="init,classes,libjars"> > <jar destfile="JmolUnsigned.jar" manifest="manifest/application.txt"> > <fileset dir="${classes.dir}" > > <exclude name="**/.*" /> >@@ -447,7 +340,6 @@ > <!-- note that this class is included in JmolApplet0.jar --> > <exclude name="org/jmol/api/JmolAppletInterface.class" /> > <include name="org/jmol/applet/**" /> >- <include name="org/jmol/i18n/**" /> > <include name="org/jmol/popup/**" /> > </fileset> > </jar> >@@ -484,11 +376,6 @@ > </fileset> > </jar> > >- <jar destfile="JmolApplet_i18n.jar" manifest="manifest/applet_i18n.txt" > >- <fileset dir="${applet.classes.dir}"> >- <include name="org/jmol/translation/**" /> >- </fileset> >- </jar> > > <!-- vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv --> > <!-- changes to this must be replicated below for the signed applet --> >@@ -508,7 +395,6 @@ > <pathelement path="JmolApplet4.jar" /> > <pathelement path="JmolApplet5.jar" /> > <pathelement path="JmolApplet6.jar" /> >- <pathelement path="JmolApplet_i18n.jar" /> > </indexjars> > </jar> > <!-- changes to this must be replicated below for the signed applet --> >@@ -538,9 +424,6 @@ > <signjar jar="JmolApplet6.jar" signedjar="JmolAppletSigned6.jar" > keystore="selfSignedCertificate/selfSignedCertificate.store" > storepass="selfSignedCertificate" alias="selfSignedCertificate" /> >- <signjar jar="JmolApplet_i18n.jar" signedjar="JmolAppletSigned_i18n.jar" >- keystore="selfSignedCertificate/selfSignedCertificate.store" >- storepass="selfSignedCertificate" alias="selfSignedCertificate" /> > > <!-- vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv --> > <!-- this one must be treated specially because of jar indexing >@@ -561,7 +444,6 @@ > <pathelement path="JmolAppletSigned4.jar" /> > <pathelement path="JmolAppletSigned5.jar" /> > <pathelement path="JmolAppletSigned6.jar" /> >- <pathelement path="JmolAppletSigned_i18n.jar" /> > </indexjars> > </jar> > <signjar jar="JmolAppletSigned0.jar" >@@ -571,7 +453,7 @@ > </target> > > <target name="dist" id="dist" >- depends="doc,main-i18n,main,signed-applet"> >+ depends="main,signed-applet"> > <!-- first build binary distribution --> > <delete dir="build/dist/jmol-${version}"/> > <mkdir dir="build/dist/jmol-${version}"/> >@@ -650,37 +532,6 @@ > </fileset> > </copy> > >- <copy todir="build/dist/jmol-${version}/doc" > >- <fileset dir="doc"> >- <exclude name="**/CVS"/> >- </fileset> >- </copy> >- >- <!-- remove if really obsolete - for now only uncommented --> >- <!-- <copy todir="build/dist/jmol-${version}/samples" > >- <fileset dir="samples"> >- <exclude name="**/CVS"/> >- </fileset> >- </copy> --> >- >- <copy file="build/doc/JmolDevelopersGuide.html" >- tofile="build/dist/jmol-${version}/doc/JmolDevelopersGuide.html" /> >- <copy file="build/doc/JmolHistory/ChangeLog.html" >- tofile="build/dist/jmol-${version}/ChangeLog.html" /> >- <copy todir="build/dist/jmol-${version}/doc/JmolUserGuide"> >- <fileset dir="build/doc/JmolUserGuide"> >- <include name="**/*.html" /> >- </fileset> >- </copy> >- <copy file="build/doc/JmolAppletGuide.html" >- tofile="build/dist/jmol-${version}/doc/JmolAppletGuide.html" /> >- >-<!-- >- zip distributions to not retain file permissions >- <zip zipfile="build/dist/jmol-${version}-full.zip" basedir="build/dist" >- includes="jmol-${version}/**" /> >- --> >- > <tar tarfile="build/dist/jmol-${version}-full.tar.gz" > compression="gzip" > > <tarfileset dir="build/dist" >@@ -711,7 +562,6 @@ > <fileset dir="."> > <include name="apisio.classes" /> > <include name="build.xml" /> >- <include name="build-i18n.xml" /> > </fileset> > </copy> > >@@ -801,7 +651,7 @@ > </delete> > </target> > >- <target name="spotless" id="spotless" depends="clean,spotless-i18n"> >+ <target name="spotless" id="spotless" depends="clean"> > <delete dir="build"/> > <delete dir="${javadoc.dir}"/> > <delete dir="packaging/rpm/dist"/> >@@ -811,165 +661,6 @@ > <java fork="true" jar="Jmol.jar" /> > </target> > >- <!-- ******************************** >- Documentation Targets >- ******************************** --> >- <target name="doc" id="doc" >- depends="jmolGuide,jmolDevelopersGuide,jmolAppletGuide,jmolHistory,javadoc"/> >- >- <target name="initdoc" depends="init,check.docbook-xml,check.docbook-xsl,check.xsl" /> >- >- <target name="check.docbook-xsl" depends="setup" unless="docbook-xsl.uptodate" > >- <delete file="build/${docbook-xsl}.timestamp" /> >- <delete dir="build/${docbook-xsl}" /> >- <mkdir dir="build/${docbook-xsl}" /> >- <untar src="doc/${docbook-xsl}.tar.gz" dest="build" >- compression="gzip" /> >- <touch file="build/${docbook-xsl}.timestamp" /> >- </target> >- >- <target name="check.docbook-xml" depends="setup" unless="docbook-xml.uptodate" > >- <delete file="build/docbook-xml.timestamp" /> >- <delete dir="build/docbook-xml" /> >- <mkdir dir="build/docbook-xml" /> >- <unzip src="doc/${docbook-xml}.zip" dest="build/docbook-xml" /> >- <touch file="build/docbook-xml.timestamp" /> >- </target> >- >- <target name="check.xsl" depends="setup" unless="xsl.available" > >- <echo message="XSLT class 'com.icl.saxon.StyleSheet' not found." /> >- <echo message="Note that the documentation is NOT generated now." /> >- </target> >- >- <target name="javadoc" depends="initdoc" unless="javadoc.uptodate"> >- <mkdir dir="${javadoc.dir}"/> >- <javadoc destdir="${javadoc.dir}" sourcepath="src" >- private="true" >- packagenames="org.openscience.*,org.jmol.*"> >- <classpath refid="project.class.path" /> >- </javadoc> >- </target> >- >- <target name="jmolGuide" id="jmolGuide" depends="initdoc" >- unless="jmolGuide.uptodate" > >- <echo message="Generating user's guide" /> >- <mkdir dir="build/doc/JmolUserGuide" /> >- <java fork="true" dir="build/doc/JmolUserGuide" >- classname="com.icl.saxon.StyleSheet" >- classpath="${lib.dir}/saxon.jar" > >- <jvmarg value="${proxyHost}" /> >- <jvmarg value="${proxyPort}" /> >- <arg value="../../../doc/source/JmolGuide.docbook.xml" /> >- <arg value="../../${docbook-xsl}/html/chunk.xsl" /> >- </java> >- <echo message="Generating user's guide (fr)" /> >- <mkdir dir="build/doc/JmolUserGuide_fr" /> >- <java fork="true" dir="build/doc/JmolUserGuide_fr" >- classname="com.icl.saxon.StyleSheet" >- classpath="${lib.dir}/saxon.jar" > >- <jvmarg value="${proxyHost}" /> >- <jvmarg value="${proxyPort}" /> >- <arg value="../../../doc/source/JmolGuide_fr.docbook.xml" /> >- <arg value="../../${docbook-xsl}/html/chunk.xsl" /> >- </java> >- </target> >- >- <target name="jmolHistory" id="jmolHistory" >- depends="initdoc" unless="jmolHistory.uptodate" > >- <echo message="Generating history of changes" /> >- <mkdir dir="build/doc/JmolHistory" /> >- <java fork="true" dir="build/doc/JmolHistory" >- classname="com.icl.saxon.StyleSheet" >- classpath="${lib.dir}/saxon.jar" > >- <arg value="-o" /> >- <arg value="ChangeLog.html" /> >- <arg value="../../../doc/source/JmolHistory.xml" /> >- <arg value="../../../doc/source/JmolHistoryToHtml.xsl" /> >- </java> >- <echo message="Generating history of changes (fr)" /> >- <java fork="true" dir="build/doc/JmolHistory" >- classname="com.icl.saxon.StyleSheet" >- classpath="${lib.dir}/saxon.jar" > >- <arg value="-o" /> >- <arg value="ChangeLog_fr.html" /> >- <arg value="../../../doc/source/JmolHistory_fr.xml" /> >- <arg value="../../../doc/source/JmolHistoryToHtml.xsl" /> >- <arg value="lang=fr" /> >- </java> >- <echo message="Generating history of changes (nl)" /> >- <java fork="true" dir="build/doc/JmolHistory" >- classname="com.icl.saxon.StyleSheet" >- classpath="${lib.dir}/saxon.jar" > >- <arg value="-o" /> >- <arg value="ChangeLog_nl.html" /> >- <arg value="../../../doc/source/JmolHistory_nl.xml" /> >- <arg value="../../../doc/source/JmolHistoryToHtml.xsl" /> >- <arg value="lang=nl" /> >- </java> >- </target> >- >- <target name="jmolDevelopersGuide" id="jmolDevelopersGuide" >- depends="initdoc" unless="jmolDevelopersGuide.uptodate" > >- <echo message="Generating developer's guide" /> >- <java fork="true" dir="build/doc" >- classname="com.icl.saxon.StyleSheet" >- classpath="${lib.dir}/saxon.jar" > >- <arg value="-o" /> >- <arg value="JmolDevelopersGuide.html" /> >- <arg value="../../doc/source/JmolDevelopersGuide.docbook.xml" /> >- <arg value="../${docbook-xsl}/html/docbook.xsl" /> >- </java> >- <echo message="Generating developer's guide (fr)" /> >- <java fork="true" dir="build/doc" >- classname="com.icl.saxon.StyleSheet" >- classpath="${lib.dir}/saxon.jar" > >- <arg value="-o" /> >- <arg value="JmolDevelopersGuide_fr.html" /> >- <arg value="../../doc/source/JmolDevelopersGuide_fr.docbook.xml" /> >- <arg value="../${docbook-xsl}/html/docbook.xsl" /> >- </java> >- <echo message="Generating developer's guide (de)" /> >- <java fork="true" dir="build/doc" >- classname="com.icl.saxon.StyleSheet" >- classpath="${lib.dir}/saxon.jar" > >- <arg value="-o" /> >- <arg value="JmolDevelopersGuide_de.html" /> >- <arg value="../../doc/source/JmolDevelopersGuide_de.docbook.xml" /> >- <arg value="../${docbook-xsl}/html/docbook.xsl" /> >- </java> >- </target> >- >- <target name="jmolAppletGuide" id="jmolAppletGuide" depends="initdoc" >- unless="jmolAppletGuide.uptodate" > >- <echo message="Generating applet guide" /> >- <java fork="true" dir="build/doc" >- classname="com.icl.saxon.StyleSheet" >- classpath="${lib.dir}/saxon.jar" > >- <arg value="-o" /> >- <arg value="JmolAppletGuide.html" /> >- <arg value="../../doc/source/JmolAppletGuide.docbook.xml" /> >- <arg value="../${docbook-xsl}/html/docbook.xsl" /> >- </java> >- <echo message="Generating applet guide (fr)" /> >- <java fork="true" dir="build/doc" >- classname="com.icl.saxon.StyleSheet" >- classpath="${lib.dir}/saxon.jar" > >- <arg value="-o" /> >- <arg value="JmolAppletGuide_fr.html" /> >- <arg value="../../doc/source/JmolAppletGuide_fr.docbook.xml" /> >- <arg value="../${docbook-xsl}/html/docbook.xsl" /> >- </java> >- <echo message="Generating applet guide (de)" /> >- <java fork="true" dir="build/doc" >- classname="com.icl.saxon.StyleSheet" >- classpath="${lib.dir}/saxon.jar" > >- <arg value="-o" /> >- <arg value="JmolAppletGuide_de.html" /> >- <arg value="../../doc/source/JmolAppletGuide_de.docbook.xml" /> >- <arg value="../${docbook-xsl}/html/docbook.xsl" /> >- </java> >- </target> >- > <target name="test" id="test" depends="main,compile-tests"> > <junit printsummary="yes" haltonfailure="yes"> > <classpath> >@@ -998,12 +689,4 @@ > <jar destfile="Tests.jar" basedir="${test-classes.dir}" /> > </target> > >- <!-- i18n stuff --> >- <target name="main-i18n" depends="classes"> >- <ant antfile="build-i18n.xml" target="main-i18n"/> >- </target> >- <target name="spotless-i18n"> >- <ant antfile="build-i18n.xml" target="spotless-i18n"/> >- </target> >- > </project>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 138619
:
90549
|
92662
|
92663
|
92683
|
92684
|
92826
|
92827
|
92828
|
92829
|
92830
|
98122
|
100002
|
100003
|
100004
|
100006
|
100011
|
100012
|
100078
|
100079
|
100877
|
100981