Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/lftp: lftp-4.3.6.ebuild ChangeLog lftp-4.3.4-r1.ebuild lftp-4.3.3.ebuild
Date: Mon, 02 Apr 2012 03:25:37
Message-Id: 20120402032518.D4F522004B@flycatcher.gentoo.org
1 jer 12/04/02 03:25:18
2
3 Modified: ChangeLog
4 Added: lftp-4.3.6.ebuild
5 Removed: lftp-4.3.4-r1.ebuild lftp-4.3.3.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.2.0_alpha97/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.351 net-ftp/lftp/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?rev=1.351&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?rev=1.351&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?r1=1.350&r2=1.351
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v
21 retrieving revision 1.350
22 retrieving revision 1.351
23 diff -u -r1.350 -r1.351
24 --- ChangeLog 1 Apr 2012 14:44:49 -0000 1.350
25 +++ ChangeLog 2 Apr 2012 03:25:18 -0000 1.351
26 @@ -1,6 +1,12 @@
27 # ChangeLog for net-ftp/lftp
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.350 2012/04/01 14:44:49 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.351 2012/04/02 03:25:18 jer Exp $
31 +
32 +*lftp-4.3.6 (02 Apr 2012)
33 +
34 + 02 Apr 2012; Jeroen Roovers <jer@g.o> -lftp-4.3.3.ebuild,
35 + -lftp-4.3.4-r1.ebuild, +lftp-4.3.6.ebuild:
36 + Version bump.
37
38 01 Apr 2012; Raúl Porcel <armin76@g.o> lftp-4.3.5.ebuild:
39 alpha/ia64/s390/sparc stable wrt #405981
40
41
42
43 1.1 net-ftp/lftp/lftp-4.3.6.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/lftp-4.3.6.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/lftp-4.3.6.ebuild?rev=1.1&content-type=text/plain
47
48 Index: lftp-4.3.6.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.3.6.ebuild,v 1.1 2012/04/02 03:25:18 jer Exp $
53
54 EAPI="4"
55
56 inherit autotools eutils
57
58 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program"
59 HOMEPAGE="http://lftp.yar.ru/"
60 SRC_URI="http://ftp.yars.free.net/pub/source/${PN}/${P}.tar.xz"
61
62 LICENSE="GPL-3"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
65
66 LFTP_LINGUAS="cs de es fr it ja ko pl pt_BR ru zh_CN zh_HK zh_TW"
67
68 IUSE="
69 $( for i in ${LFTP_LINGUAS}; do echo linguas_${i}; done )
70 gnutls nls socks5 +ssl
71 "
72
73 RDEPEND="
74 dev-libs/expat
75 >=sys-libs/ncurses-5.1
76 socks5? (
77 >=net-proxy/dante-1.1.12
78 virtual/pam )
79 ssl? (
80 gnutls? ( >=net-libs/gnutls-1.2.3 )
81 !gnutls? ( >=dev-libs/openssl-0.9.6 )
82 )
83 >=sys-libs/readline-5.1
84 "
85
86 DEPEND="
87 ${RDEPEND}
88 =sys-devel/libtool-2*
89 app-arch/xz-utils
90 dev-lang/perl
91 dev-util/pkgconfig
92 nls? ( sys-devel/gettext )
93 "
94
95 DOCS=(
96 BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
97 README.dnssec README.modules THANKS TODO
98 )
99
100 src_prepare() {
101 epatch \
102 "${FILESDIR}/${PN}-4.0.2.91-lafile.patch" \
103 "${FILESDIR}/${PN}-4.0.3-autoconf-2.64.patch"
104 eautoreconf
105 }
106
107 src_configure() {
108 local myconf=""
109
110 if use ssl && use gnutls ; then
111 myconf="${myconf} --without-openssl"
112 elif use ssl && ! use gnutls ; then
113 myconf="${myconf} --without-gnutls --with-openssl=/usr"
114 else
115 myconf="${myconf} --without-gnutls --without-openssl"
116 fi
117
118 use socks5 && myconf="${myconf} --with-socksdante=/usr" \
119 || myconf="${myconf} --without-socksdante"
120
121 econf \
122 --enable-packager-mode \
123 --sysconfdir=/etc/lftp \
124 --with-modules \
125 $(use_enable nls) \
126 ${myconf}
127 }