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