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.5.3.ebuild
Date: Sun, 06 Jul 2014 13:47:21
Message-Id: 20140706134717.6A7712004E@flycatcher.gentoo.org
1 jer 14/07/06 13:47:17
2
3 Modified: ChangeLog
4 Added: lftp-4.5.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.475 net-ftp/lftp/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?rev=1.475&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?rev=1.475&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?r1=1.474&r2=1.475
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v
20 retrieving revision 1.474
21 retrieving revision 1.475
22 diff -u -r1.474 -r1.475
23 --- ChangeLog 11 Jun 2014 14:33:16 -0000 1.474
24 +++ ChangeLog 6 Jul 2014 13:47:17 -0000 1.475
25 @@ -1,6 +1,12 @@
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.474 2014/06/11 14:33:16 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.475 2014/07/06 13:47:17 jer Exp $
30 +
31 +*lftp-4.5.3 (06 Jul 2014)
32 +
33 + 06 Jul 2014; Jeroen Roovers <jer@g.o> +lftp-4.5.3.ebuild,
34 + +files/lftp-4.5.3-autopoint.patch:
35 + Version bump.
36
37 *lftp-4.5.2 (11 Jun 2014)
38
39
40
41
42 1.1 net-ftp/lftp/lftp-4.5.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/lftp-4.5.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/lftp-4.5.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: lftp-4.5.3.ebuild
48 ===================================================================
49 # Copyright 1999-2014 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.5.3.ebuild,v 1.1 2014/07/06 13:47:17 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="http://${PN}.yar.ru/ftp/${P}.tar.xz"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 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"
63
64 IUSE="convert-mozilla-cookies +gnutls 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 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
111 sed -i configure.ac -e 's|^AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
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 openssl openssl "${EPREFIX}"/usr) \
121 $(use_with socks5 socksdante "${EPREFIX}"/usr) \
122 --enable-packager-mode \
123 --sysconfdir="${EPREFIX}"/etc/${PN} \
124 --with-modules \
125 --without-included-regex
126 }
127
128 src_install() {
129 default
130 local script
131 for script in {convert-mozilla-cookies,verify-file}; do
132 use ${script} || { rm "${ED}"/usr/share/${PN}/${script} || die ;}
133 done
134 }