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.4.6.ebuild ChangeLog lftp-4.4.5-r1.ebuild
Date: Fri, 17 May 2013 13:41:06
Message-Id: 20130517134103.41AA82171D@flycatcher.gentoo.org
1 jer 13/05/17 13:41:03
2
3 Modified: ChangeLog
4 Added: lftp-4.4.6.ebuild
5 Removed: lftp-4.4.5-r1.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key A792A613)
10
11 Revision Changes Path
12 1.408 net-ftp/lftp/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?rev=1.408&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?rev=1.408&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?r1=1.407&r2=1.408
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v
21 retrieving revision 1.407
22 retrieving revision 1.408
23 diff -u -r1.407 -r1.408
24 --- ChangeLog 24 Apr 2013 14:27:01 -0000 1.407
25 +++ ChangeLog 17 May 2013 13:41:03 -0000 1.408
26 @@ -1,6 +1,12 @@
27 # ChangeLog for net-ftp/lftp
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.407 2013/04/24 14:27:01 jer Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.408 2013/05/17 13:41:03 jer Exp $
31 +
32 +*lftp-4.4.6 (17 May 2013)
33 +
34 + 17 May 2013; Jeroen Roovers <jer@g.o> +lftp-4.4.6.ebuild,
35 + -lftp-4.4.5-r1.ebuild:
36 + Version bump.
37
38 24 Apr 2013; Jeroen Roovers <jer@g.o> lftp-4.4.5.ebuild,
39 lftp-4.4.5-r1.ebuild:
40
41
42
43 1.1 net-ftp/lftp/lftp-4.4.6.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/lftp-4.4.6.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/lftp-4.4.6.ebuild?rev=1.1&content-type=text/plain
47
48 Index: lftp-4.4.6.ebuild
49 ===================================================================
50 # Copyright 1999-2013 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.4.6.ebuild,v 1.1 2013/05/17 13:41:03 jer Exp $
53
54 EAPI=5
55 inherit autotools eutils libtool
56
57 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program"
58 HOMEPAGE="http://lftp.yar.ru/"
59 SRC_URI="ftp://ftp.yars.free.net/pub/source/${PN}/${P}.tar.xz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 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"
64
65 IUSE="+gnutls nls openssl socks5 +ssl"
66 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru zh_CN zh_HK zh_TW )
67 IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
68
69 REQUIRED_USE="
70 ssl? ( ^^ ( openssl gnutls ) )
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 )
80 ssl? (
81 gnutls? ( >=net-libs/gnutls-1.2.3 )
82 openssl? ( >=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 sed -i configure.ac -e 's|^AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
107 eautoreconf
108 elibtoolize # for Darwin bundles
109 }
110
111 src_configure() {
112 econf \
113 $(use_enable nls) \
114 $(use_with gnutls) \
115 $(use_with openssl openssl "${EPREFIX}"/usr) \
116 $(use_with socks5 socksdante "${EPREFIX}"/usr) \
117 --enable-packager-mode \
118 --sysconfdir="${EPREFIX}"/etc/${PN} \
119 --with-modules \
120 --without-included-regex
121 }