Gentoo Archives: gentoo-commits

From: "Alistair Bush (ali_bush)" <ali_bush@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jython/files: jython-2.2.1-build.patch
Date: Tue, 26 Feb 2008 10:30:55
Message-Id: E1JTx5I-0007KB-HP@stork.gentoo.org
1 ali_bush 08/02/26 10:30:52
2
3 Added: jython-2.2.1-build.patch
4 Log:
5 Version bump jython
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 dev-java/jython/files/jython-2.2.1-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jython/files/jython-2.2.1-build.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jython/files/jython-2.2.1-build.patch?rev=1.1&content-type=text/plain
13
14 Index: jython-2.2.1-build.patch
15 ===================================================================
16 --- build.xml.org 2008-02-26 22:35:07.000000000 +1300
17 +++ build.xml 2008-02-26 22:35:48.000000000 +1300
18 @@ -373,21 +373,13 @@
19
20 <!-- create checkout directory if necessary -->
21 <target name="prepare-checkout" if="do.checkout">
22 - <mkdir dir="${svn.checkout.dir}" />
23 + <echo message="Removed by patch." />
24 </target>
25
26
27 <!-- checkout if so defined -->
28 <target name="checkout" depends="prepare" if="do.checkout">
29 - <svn javahl="${javahl.dir}" >
30 - <checkout url="https://jython.svn.sourceforge.net/svnroot/jython/${svn.main.dir}/jython" revision="${svn.revision}" destPath="${svn.checkout.dir}/jython" />
31 - <checkout url="https://jython.svn.sourceforge.net/svnroot/jython/${svn.main.dir}/installer" revision="${svn.revision}" destPath="${svn.checkout.dir}/installer" />
32 - </svn>
33 -
34 - <!-- checkout cpython license from the correct python maintenance branch -->
35 - <svn javahl="${javahl.dir}" >
36 - <checkout url="http://svn.python.org/projects/python/branches/release22-maint/" destPath="${svn.checkout.dir}/python" recurse="false" />
37 - </svn>
38 + <echo message="removed by patch" />
39 </target>
40
41
42 @@ -551,28 +543,13 @@
43
44
45 <!-- build the .html files using the ht2html tool -->
46 - <target name="doc" depends="compile" if="full-build">
47 - <fail unless="ht2html.dir" message="ht2html.dir is not set" />
48 - <copy todir="${dist.dir}/Doc" preservelastmodified="true">
49 - <fileset dir="Doc" includes="*.ht, **/*.gif" />
50 - </copy>
51 - <!-- Create .html files in Doc -->
52 - <apply executable="${python.exe}" dir="Doc">
53 - <env key="PYTHONPATH" path="${jython.base.dir}/Misc/htgen" />
54 - <arg line="${ht2html.dir}/ht2html.py" />
55 - <arg line="-s JyLocalGenerator" />
56 - <fileset dir="${dist.dir}/Doc">
57 - <include name="*.ht" />
58 - </fileset>
59 - </apply>
60 - <delete>
61 - <fileset dir="${dist.dir}/Doc" includes="*.ht" />
62 - </delete>
63 + <target name="doc" depends="compile">
64 + <echo message="Functionality removed by gentoo patch" />
65 </target>
66
67
68 <!-- javadoc -->
69 - <target name="javadoc" depends="compile" if="full-build">
70 + <target name="javadoc" depends="compile">
71 <javadoc sourcepath="${source.dir}"
72 destdir="${apidoc.dir}"
73 source="${jdk.source.version}"
74 @@ -588,7 +565,7 @@
75
76
77 <!-- copy for full distribution -->
78 - <target name="copy-full" if="full-build">
79 + <target name="copy-full">
80 <!-- Misc files -->
81 <echo>copy misc files from ${jython.base.dir}</echo>
82 <copy todir="${dist.dir}" preservelastmodified="true">
83 @@ -599,7 +576,7 @@
84
85 <!-- copy the CPython license -->
86 <echo>copy CPython LICENSE from ${svn.checkout.dir}/python</echo>
87 - <copy file="${svn.checkout.dir}/python/LICENSE" tofile="${dist.dir}/LICENSE_CPython.txt" preservelastmodified="true" />
88 + <copy file="${python.lib}/../LICENSE" tofile="${dist.dir}/LICENSE_CPython.txt" preservelastmodified="true" />
89
90 <!-- sources: todir has to correspond with installer/**/JarInstaller.java -->
91 <echo>copy sources from ${jython.base.dir}</echo>
92
93
94
95 --
96 gentoo-commits@l.g.o mailing list