Gentoo Archives: gentoo-commits

From: "Johann Schmitz (ercpe)" <ercpe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/readseq/files: 20080420-no-bundling.patch 19930201-impl-dec.patch 19930201-buffer.patch 19930201-getline.patch 19930201-ldflags.patch
Date: Sat, 08 Feb 2014 10:03:55
Message-Id: 20140208100350.AD3E52004C@flycatcher.gentoo.org
1 ercpe 14/02/08 10:03:50
2
3 Added: 20080420-no-bundling.patch
4 Removed: 19930201-impl-dec.patch 19930201-buffer.patch
5 19930201-getline.patch 19930201-ldflags.patch
6 Log:
7 Dropped unneeded patch files and dropped unneeded dependencies (bug #500488 and #239161)
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
10
11 Revision Changes Path
12 1.1 sci-biology/readseq/files/20080420-no-bundling.patch
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/readseq/files/20080420-no-bundling.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/readseq/files/20080420-no-bundling.patch?rev=1.1&content-type=text/plain
16
17 Index: 20080420-no-bundling.patch
18 ===================================================================
19 diff --git a/build.xml b/build.xml
20 index e3d723c..4b44d6f 100644
21 --- a/build.xml
22 +++ b/build.xml
23 @@ -229,9 +229,6 @@
24
25 <!-- for now, unjar xml classes into build/classes and rejar in readseq.jar -->
26
27 - <unjar overwrite="false" src="${orgxml.jar}" dest="${build.home}/classes" />
28 - <unjar overwrite="false" src="${xml.jar}" dest="${build.home}/classes" />
29 -
30 <!-- <copy todir="${build.home}/classes""> -->
31 <!-- <src dir="${basedir}/META-INF"/> -->
32 <!-- </copy> -->