Gentoo Archives: gentoo-commits

From: "Jason Smathers (jsin)" <jsin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/filezilla: filezilla-3.0.4.ebuild ChangeLog
Date: Sun, 23 Dec 2007 02:29:19
Message-Id: E1J6GaV-00025n-4q@stork.gentoo.org
1 jsin 07/12/23 02:29:11
2
3 Modified: filezilla-3.0.4.ebuild ChangeLog
4 Log:
5 removed unicode use flag, it is now the only choice
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.3 net-ftp/filezilla/filezilla-3.0.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/filezilla/filezilla-3.0.4.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/filezilla/filezilla-3.0.4.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/filezilla/filezilla-3.0.4.ebuild?r1=1.2&r2=1.3
14
15 Index: filezilla-3.0.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.0.4.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- filezilla-3.0.4.ebuild 22 Dec 2007 14:50:21 -0000 1.2
22 +++ filezilla-3.0.4.ebuild 23 Dec 2007 02:29:10 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.0.4.ebuild,v 1.2 2007/12/22 14:50:21 jsin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.0.4.ebuild,v 1.3 2007/12/23 02:29:10 jsin Exp $
28
29 WX_GTK_VER="2.8"
30
31 @@ -16,7 +16,7 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~x86"
35 -IUSE="unicode"
36 +IUSE=""
37
38 RDEPEND="net-dns/libidn
39 >=x11-libs/wxGTK-2.8.6"
40 @@ -27,14 +27,6 @@
41
42 S="${WORKDIR}"/${PN}-${MY_PV}
43
44 -pkg_setup() {
45 - if use unicode; then
46 - need-wxwidgets "unicode"
47 - else
48 - need-wxwidgets "gtk2"
49 - fi
50 -}
51 -
52 src_compile() {
53 WXRC="/usr/bin/wxrc-2.8" econf \
54 --with-wx-config="${WX_CONFIG}" \
55
56
57
58 1.3 net-ftp/filezilla/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/filezilla/ChangeLog?rev=1.3&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/filezilla/ChangeLog?rev=1.3&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/filezilla/ChangeLog?r1=1.2&r2=1.3
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v
67 retrieving revision 1.2
68 retrieving revision 1.3
69 diff -u -r1.2 -r1.3
70 --- ChangeLog 22 Dec 2007 14:50:21 -0000 1.2
71 +++ ChangeLog 23 Dec 2007 02:29:10 -0000 1.3
72 @@ -1,6 +1,9 @@
73 # ChangeLog for net-ftp/filezilla
74 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.2 2007/12/22 14:50:21 jsin Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.3 2007/12/23 02:29:10 jsin Exp $
77 +
78 + 23 Dec 2007; Jason Smathers <jsin@g.o> filezilla-3.0.4.ebuild:
79 + removed unicode use flag as it is the only option now
80
81 22 Dec 2007; Jason Smathers <jsin@g.o> filezilla-3.0.4.ebuild:
82 updated rdepend and removed desktop entry
83
84
85
86 --
87 gentoo-commits@g.o mailing list