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.6.1.ebuild
Date: Tue, 30 Dec 2014 17:45:34
Message-Id: 20141230174528.ED46FE820@oystercatcher.gentoo.org
1 jer 14/12/30 17:45:28
2
3 Modified: ChangeLog
4 Added: lftp-4.6.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.508 net-ftp/lftp/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?rev=1.508&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?rev=1.508&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?r1=1.507&r2=1.508
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v
20 retrieving revision 1.507
21 retrieving revision 1.508
22 diff -u -r1.507 -r1.508
23 --- ChangeLog 8 Dec 2014 14:40:21 -0000 1.507
24 +++ ChangeLog 30 Dec 2014 17:45:28 -0000 1.508
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-ftp/lftp
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.507 2014/12/08 14:40:21 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.508 2014/12/30 17:45:28 jer Exp $
30 +
31 +*lftp-4.6.1 (30 Dec 2014)
32 +
33 + 30 Dec 2014; Jeroen Roovers <jer@g.o> +lftp-4.6.1.ebuild:
34 + Version bump.
35
36 08 Dec 2014; Jeroen Roovers <jer@g.o> -lftp-4.5.5.ebuild,
37 -files/lftp-4.5.5-no_ssl.patch:
38
39
40
41 1.1 net-ftp/lftp/lftp-4.6.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/lftp-4.6.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/lftp-4.6.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: lftp-4.6.1.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.6.1.ebuild,v 1.1 2014/12/30 17:45:28 jer Exp $
51
52 EAPI=5
53 inherit autotools eutils libtool
54
55 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program"
56 HOMEPAGE="http://lftp.yar.ru/"
57 SRC_URI="${HOMEPAGE}/ftp/${P}.tar.xz"
58
59 LICENSE="GPL-3"
60 SLOT="0"
61 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"
62
63 IUSE="convert-mozilla-cookies +gnutls idn nls openssl socks5 +ssl verify-file"
64 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
65 IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
66
67 REQUIRED_USE="
68 ssl? ( ^^ ( openssl gnutls ) )
69 "
70
71 RDEPEND="
72 >=sys-libs/ncurses-5.1
73 >=sys-libs/readline-5.1
74 dev-libs/expat
75 sys-libs/zlib
76 convert-mozilla-cookies? ( dev-perl/DBI )
77 idn? ( net-dns/libidn )
78 socks5? (
79 >=net-proxy/dante-1.1.12
80 virtual/pam
81 )
82 ssl? (
83 gnutls? ( >=net-libs/gnutls-1.2.3 )
84 openssl? ( >=dev-libs/openssl-0.9.6 )
85 )
86 verify-file? (
87 dev-perl/string-crc32
88 virtual/perl-Digest-MD5
89 )
90 "
91
92 DEPEND="
93 ${RDEPEND}
94 =sys-devel/libtool-2*
95 app-arch/xz-utils
96 nls? ( sys-devel/gettext )
97 virtual/pkgconfig
98 "
99
100 DOCS=(
101 BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
102 README.dnssec README.modules THANKS TODO
103 )
104
105 src_prepare() {
106 epatch \
107 "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
108 "${FILESDIR}"/${PN}-4.3.8-gets.patch \
109 "${FILESDIR}"/${PN}-4.5.3-autopoint.patch \
110 "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
111
112 eautoreconf
113 elibtoolize # for Darwin bundles
114 }
115
116 src_configure() {
117 econf \
118 $(use_enable nls) \
119 $(use_with gnutls) \
120 $(use_with idn libidn) \
121 $(use_with openssl openssl "${EPREFIX}"/usr) \
122 $(use_with socks5 socksdante "${EPREFIX}"/usr) \
123 --enable-packager-mode \
124 --sysconfdir="${EPREFIX}"/etc/${PN} \
125 --with-modules \
126 --without-included-regex
127 }
128
129 src_install() {
130 default
131 local script
132 for script in {convert-mozilla-cookies,verify-file}; do
133 use ${script} || { rm "${ED}"/usr/share/${PN}/${script} || die ;}
134 done
135 }