Gentoo Archives: gentoo-commits

From: "Petteri Raty (betelgeuse)" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jsch: ChangeLog jsch-0.1.34.ebuild
Date: Mon, 26 Nov 2007 20:17:34
Message-Id: E1IwkOY-0000yL-0K@stork.gentoo.org
1 betelgeuse 07/11/26 20:17:30
2
3 Modified: ChangeLog jsch-0.1.34.ebuild
4 Log:
5 Add the ANT_TASKS fix to the stable ebuild too.
6 (Portage version: 2.1.4_rc2)
7
8 Revision Changes Path
9 1.58 dev-java/jsch/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jsch/ChangeLog?rev=1.58&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jsch/ChangeLog?rev=1.58&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jsch/ChangeLog?r1=1.57&r2=1.58
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/jsch/ChangeLog,v
18 retrieving revision 1.57
19 retrieving revision 1.58
20 diff -u -r1.57 -r1.58
21 --- ChangeLog 26 Nov 2007 20:15:18 -0000 1.57
22 +++ ChangeLog 26 Nov 2007 20:17:29 -0000 1.58
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-java/jsch
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/ChangeLog,v 1.57 2007/11/26 20:15:18 betelgeuse Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/ChangeLog,v 1.58 2007/11/26 20:17:29 betelgeuse Exp $
28 +
29 + 26 Nov 2007; Petteri Räty <betelgeuse@g.o> jsch-0.1.34.ebuild:
30 + Add the ANT_TASKS fix to the stable ebuild too.
31
32 26 Nov 2007; Petteri Räty <betelgeuse@g.o> jsch-0.1.36.ebuild:
33 Add ANT_TASKS="none" to fix bug #200309.
34
35
36
37 1.6 dev-java/jsch/jsch-0.1.34.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jsch/jsch-0.1.34.ebuild?rev=1.6&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jsch/jsch-0.1.34.ebuild?rev=1.6&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jsch/jsch-0.1.34.ebuild?r1=1.5&r2=1.6
42
43 Index: jsch-0.1.34.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.34.ebuild,v
46 retrieving revision 1.5
47 retrieving revision 1.6
48 diff -u -r1.5 -r1.6
49 --- jsch-0.1.34.ebuild 17 Nov 2007 00:07:39 -0000 1.5
50 +++ jsch-0.1.34.ebuild 26 Nov 2007 20:17:29 -0000 1.6
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.34.ebuild,v 1.5 2007/11/17 00:07:39 wltjr Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.34.ebuild,v 1.6 2007/11/26 20:17:29 betelgeuse Exp $
56
57 JAVA_PKG_IUSE="doc source examples"
58
59 @@ -21,7 +21,7 @@
60 ${RDEPEND}"
61
62 src_compile() {
63 - eant -Dproject.cp="$(java-pkg_getjars jzlib)" dist $(use_doc)
64 + ANT_TASKS="none" eant -Dproject.cp="$(java-pkg_getjars jzlib)" dist $(use_doc)
65 }
66
67 src_install() {
68
69
70
71 --
72 gentoo-commits@g.o mailing list