Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/filezilla: ChangeLog filezilla-3.1.6.ebuild
Date: Tue, 02 Dec 2008 23:23:23
Message-Id: E1L7eaP-0006eO-2l@stork.gentoo.org
1 voyageur 08/12/02 23:23:21
2
3 Modified: ChangeLog
4 Added: filezilla-3.1.6.ebuild
5 Log:
6 Version bump, automatically refresh remote directory listing if queue finishes successfully, bugfixes
7 (Portage version: 2.2_rc16/cvs/Linux 2.6.26-gentoo x86_64)
8
9 Revision Changes Path
10 1.29 net-ftp/filezilla/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/filezilla/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/filezilla/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/filezilla/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 17 Nov 2008 09:01:14 -0000 1.28
23 +++ ChangeLog 2 Dec 2008 23:23:21 -0000 1.29
24 @@ -1,6 +1,13 @@
25 # ChangeLog for net-ftp/filezilla
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.28 2008/11/17 09:01:14 voyageur Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.29 2008/12/02 23:23:21 voyageur Exp $
29 +
30 +*filezilla-3.1.6 (02 Dec 2008)
31 +
32 + 02 Dec 2008; Bernard Cafarelli <voyageur@g.o>
33 + +filezilla-3.1.6.ebuild:
34 + Version bump, automatically refresh remote directory listing if queue
35 + finishes successfully, bugfixes
36
37 *filezilla-3.1.5.1 (17 Nov 2008)
38
39
40
41
42 1.1 net-ftp/filezilla/filezilla-3.1.6.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/filezilla/filezilla-3.1.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/filezilla/filezilla-3.1.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: filezilla-3.1.6.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.1.6.ebuild,v 1.1 2008/12/02 23:23:21 voyageur Exp $
52
53 WX_GTK_VER="2.8"
54
55 inherit eutils multilib wxwidgets
56
57 MY_PV=${PV/_/-}
58 MY_P="FileZilla_${MY_PV}"
59
60 DESCRIPTION="FTP client with lots of useful features and an intuitive interface"
61 HOMEPAGE="http://filezilla-project.org/"
62 SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
67 IUSE=""
68
69 RDEPEND="net-dns/libidn
70 >=x11-libs/wxGTK-2.8.9
71 >=app-admin/eselect-wxwidgets-0.7-r1"
72 DEPEND="${RDEPEND}
73 >=sys-devel/libtool-1.4
74 >=sys-devel/gettext-0.11
75 >=net-libs/gnutls-2.0.4"
76
77 S="${WORKDIR}"/${PN}-${MY_PV}
78
79 src_compile() {
80 econf || die "econf failed"
81 emake || die "emake failed"
82 }
83
84 src_install() {
85 emake DESTDIR="${D}" install || die "emake install failed"
86
87 doicon src/interface/resources/48x48/${PN}.png || die "doicon failed"
88
89 dodoc AUTHORS ChangeLog NEWS
90 }