Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 100012 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-nointl.patch
jmol-10.2.0-nointl.patch (text/plain), 8.31 KB, created by
Jeffrey Gardner (RETIRED)
on 2006-10-19 03:18:35 UTC
(
hide
)
Description:
jmol-10.2.0-nointl.patch
Filename:
MIME Type:
Creator:
Jeffrey Gardner (RETIRED)
Created:
2006-10-19 03:18:35 UTC
Size:
8.31 KB
patch
obsolete
>--- jmol-10.2.0-orig/build.xml 2006-10-18 12:10:44.016019000 -0500 >+++ jmol-10.2.0/build.xml 2006-10-18 17:58:42.640019000 -0500 >@@ -96,10 +96,6 @@ > <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> > >@@ -109,14 +105,6 @@ > <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> > >@@ -126,14 +114,6 @@ > <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> > >@@ -143,14 +123,6 @@ > <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> > >@@ -326,17 +298,12 @@ > </target> > > <target name="jar" id="jar" >- depends="init,classes,jmolGuide,jmolHistory,jmolDevelopersGuide,libjars,main-i18n"> >+ depends="init,classes,jmolGuide,jmolHistory,jmolDevelopersGuide,libjars"> > <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" /> >@@ -571,7 +538,7 @@ > </target> > > <target name="dist" id="dist" >- depends="doc,main-i18n,main,signed-applet"> >+ depends="doc,main,signed-applet"> > <!-- first build binary distribution --> > <delete dir="build/dist/jmol-${version}"/> > <mkdir dir="build/dist/jmol-${version}"/> >@@ -711,7 +678,6 @@ > <fileset dir="."> > <include name="apisio.classes" /> > <include name="build.xml" /> >- <include name="build-i18n.xml" /> > </fileset> > </copy> > >@@ -801,7 +767,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"/> >@@ -862,16 +828,6 @@ > <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" >@@ -886,26 +842,6 @@ > <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" >@@ -919,24 +855,6 @@ > <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" >@@ -950,24 +868,6 @@ > <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"> >@@ -998,12 +898,6 @@ > <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> >+ <!-- i18n stuff je_fro says - this isn't working in 10.2, only in svn --> > > </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