summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2004-11-23 09:00:29 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2004-11-23 09:00:29 +0000
commit3826529daff9a3f1186827c9cc7f303ebdefa087 (patch)
tree381f9a7ba0c2a76cc665c21d9bbf43e49f688b5c /net-news
parentFixed the ebuild and the startup file (diff)
downloadoverlay-3826529daff9a3f1186827c9cc7f303ebdefa087.tar.gz
overlay-3826529daff9a3f1186827c9cc7f303ebdefa087.tar.bz2
overlay-3826529daff9a3f1186827c9cc7f303ebdefa087.zip
Correct patch
svn path=/; revision=66
Diffstat (limited to 'net-news')
-rw-r--r--net-news/nntprss/files/nntprss-sanitize.patch17
1 files changed, 7 insertions, 10 deletions
diff --git a/net-news/nntprss/files/nntprss-sanitize.patch b/net-news/nntprss/files/nntprss-sanitize.patch
index 38a44ec..1c903c0 100644
--- a/net-news/nntprss/files/nntprss-sanitize.patch
+++ b/net-news/nntprss/files/nntprss-sanitize.patch
@@ -1,5 +1,5 @@
--- build.xml.old 2004-11-22 15:00:33.000000000 +0100
-+++ build.xml 2004-11-22 22:04:07.000000000 +0100
++++ build.xml 2004-11-23 09:46:06.000000000 +0100
@@ -13,7 +13,6 @@
<property name="optimize" value="true" />
<property name="deprecation" value="true" />
@@ -8,7 +8,7 @@
<property name="nntprss.jar" value="${basedir}/nntprss.jar"/>
<property file="build.properties" />
-@@ -21,7 +20,40 @@
+@@ -21,7 +20,37 @@
<!-- ==================================================================== -->
<target name="classpath">
<path id="extpath">
@@ -22,9 +22,6 @@
+ <fileset dir="/usr/share/hsqldb/lib/">
+ <include name="*.jar"/>
+ </fileset>
-+ <fileset dir="/usr/share/jakartacommons/lib/">
-+ <include name="*.jar"/>
-+ </fileset>
+ <fileset dir="/usr/share/log4j/lib/">
+ <include name="*.jar"/>
+ </fileset>
@@ -50,7 +47,7 @@
<include name="*.jar"/>
</fileset>
</path>
-@@ -40,7 +72,6 @@
+@@ -40,7 +69,6 @@
<!-- ==================================================================== -->
<target name="clean" description="Remove generated files">
<delete dir="${bin}" quiet="true"/>
@@ -58,7 +55,7 @@
<delete file="${nntprss.jar}" quiet="true"/>
</target>
-@@ -59,24 +90,14 @@
+@@ -59,24 +87,14 @@
</target>
<!-- ==================================================================== -->
@@ -84,7 +81,7 @@
description="Build the jar files" >
</target>
-@@ -88,27 +109,8 @@
+@@ -88,27 +106,8 @@
<target name="package-bin" depends="all" description="Build archives for distribution">
@@ -112,7 +109,7 @@
<tarfileset dir="src/xml" includes="*" prefix="xml" />
<tarfileset dir="." prefix="nntprss">
<include name="CHANGELOG"/>
-@@ -116,12 +118,9 @@
+@@ -116,12 +115,9 @@
<include name="log4j.properties"/>
<include name="nntprss.jar"/>
<include name="nntprss-config.xml"/>
@@ -125,7 +122,7 @@
</tarfileset>
</tar>
-@@ -131,19 +130,6 @@
+@@ -131,19 +127,6 @@
</target>
<target name="package-src" depends="all" description="Build archives for distribution">