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.0.11.1.ebuild
Date: Mon, 07 Jul 2008 10:05:22
Message-Id: E1KFnau-00029I-9P@stork.gentoo.org
1 voyageur 08/07/07 10:05:16
2
3 Modified: ChangeLog
4 Added: filezilla-3.0.11.1.ebuild
5 Log:
6 Version bump, bugfixes and minor changes
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
8
9 Revision Changes Path
10 1.11 net-ftp/filezilla/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/filezilla/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/filezilla/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/filezilla/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 4 Jul 2008 15:43:53 -0000 1.10
23 +++ ChangeLog 7 Jul 2008 10:05:15 -0000 1.11
24 @@ -1,6 +1,12 @@
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.10 2008/07/04 15:43:53 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.11 2008/07/07 10:05:15 voyageur Exp $
29 +
30 +*filezilla-3.0.11.1 (07 Jul 2008)
31 +
32 + 07 Jul 2008; Bernard Cafarelli <voyageur@g.o>
33 + +filezilla-3.0.11.1.ebuild:
34 + Version bump, bugfixes and minor changes
35
36 04 Jul 2008; Raúl Porcel <armin76@g.o> filezilla-3.0.4.ebuild:
37 x86 stable wrt #230513
38
39
40
41 1.1 net-ftp/filezilla/filezilla-3.0.11.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/filezilla/filezilla-3.0.11.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/filezilla/filezilla-3.0.11.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: filezilla-3.0.11.1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.0.11.1.ebuild,v 1.1 2008/07/07 10:05:15 voyageur Exp $
51
52 WX_GTK_VER="2.8"
53
54 inherit eutils multilib wxwidgets
55
56 MY_PV=${PV/_/-}
57 MY_P="FileZilla_${MY_PV}"
58
59 DESCRIPTION="FTP client with lots of useful features and an intuitive interface"
60 HOMEPAGE="http://filezilla-project.org/"
61 SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
66 IUSE=""
67
68 RDEPEND="net-dns/libidn
69 >=x11-libs/wxGTK-2.8.6
70 >=app-admin/eselect-wxwidgets-0.7-r1"
71 DEPEND="${RDEPEND}
72 >=sys-devel/libtool-1.4
73 >=sys-devel/gettext-0.11
74 >=net-libs/gnutls-2.0.4"
75
76 S="${WORKDIR}"/${PN}-${MY_PV}
77
78 src_compile() {
79 econf || die "econf failed"
80 emake || die "emake failed"
81 }
82
83 src_install() {
84 emake DESTDIR="${D}" install || die "emake install failed"
85
86 doicon src/interface/resources/48x48/${PN}.png || die "doicon failed"
87
88 dodoc AUTHORS ChangeLog NEWS
89 }
90
91
92
93 --
94 gentoo-commits@l.g.o mailing list