Gentoo Archives: gentoo-commits

From: "Thomas Sachau (tommy)" <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/Freemail/files: build.patch
Date: Fri, 26 Jun 2009 14:57:40
Message-Id: E1MKCry-0005Zq-Nn@stork.gentoo.org
1 tommy 09/06/26 14:57:38
2
3 Modified: build.patch
4 Log:
5 Move source from old svn tree to new location and git
6 (Portage version: 13596-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-mail/Freemail/files/build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/Freemail/files/build.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/Freemail/files/build.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/Freemail/files/build.patch?r1=1.1&r2=1.2
14
15 Index: build.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-mail/Freemail/files/build.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- build.patch 2 Feb 2009 21:28:30 -0000 1.1
22 +++ build.patch 26 Jun 2009 14:57:38 -0000 1.2
23 @@ -1,9 +1,9 @@
24 ---- build.xml 2008-10-08 18:58:11.000000000 +0200
25 -+++ build.xml.new 2008-10-08 18:59:25.000000000 +0200
26 -@@ -4,64 +4,8 @@
27 - <property name="src" location="src"/>
28 +--- build.xml 2009-06-26 16:46:58.829728329 +0200
29 ++++ build.xml.new 2009-06-26 16:48:44.654930593 +0200
30 +@@ -5,64 +5,7 @@
31 <property name="build" location="build"/>
32 <property name="lib" location="lib"/>
33 + <property name="dist" location="dist"/>
34 - <property name="deps" location="deps"/>
35 -
36 - <property name="bcdist" value="lcrypto-jdk14-138"/>
37 @@ -60,17 +60,9 @@
38 - <exclude name="org/bouncycastle/util/AllTests.java" />
39 - </javac>
40 - </target>
41 -
42 +-
43 - <target name="compile" depends="bouncycastle-compile, freenetjar-fetch">
44 + <target name="compile">
45 <mkdir dir="${build}"/>
46
47 <tstamp/>
48 -@@ -88,6 +33,7 @@
49 - <manifest>
50 - <attribute name="Main-Class" value="freemail.FreemailCli"/>
51 - <attribute name="Plugin-Main-Class" value="freemail.FreemailPlugin"/>
52 -+ <attribute name="Class-Path" value="/usr/share/bcprov/lib/bcprov.jar /usr/share/freenet/lib/freenet.jar"/>
53 - <attribute name="Built-By" value="${user.name}"/>
54 - <section name="common">
55 - <attribute name="Implementation-Title" value="Freemail"/>