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