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.5.5.ebuild ChangeLog
Date: Thu, 04 Sep 2014 18:22:21
Message-Id: 20140904182216.C17764B83@oystercatcher.gentoo.org
1 jer 14/09/04 18:22:16
2
3 Modified: ChangeLog
4 Added: lftp-4.5.5.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.480 net-ftp/lftp/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?rev=1.480&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?rev=1.480&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/ChangeLog?r1=1.479&r2=1.480
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v
20 retrieving revision 1.479
21 retrieving revision 1.480
22 diff -u -r1.479 -r1.480
23 --- ChangeLog 14 Aug 2014 17:15:50 -0000 1.479
24 +++ ChangeLog 4 Sep 2014 18:22:16 -0000 1.480
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.479 2014/08/14 17:15:50 phajdan.jr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.480 2014/09/04 18:22:16 jer Exp $
30 +
31 +*lftp-4.5.5 (04 Sep 2014)
32 +
33 + 04 Sep 2014; Jeroen Roovers <jer@g.o> +lftp-4.5.5.ebuild:
34 + Version bump.
35
36 14 Aug 2014; Pawel Hajdan jr <phajdan.jr@g.o> lftp-4.5.3.ebuild:
37 x86 stable wrt bug #518476
38
39
40
41 1.1 net-ftp/lftp/lftp-4.5.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/lftp-4.5.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/lftp/lftp-4.5.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: lftp-4.5.5.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.5.5.ebuild,v 1.1 2014/09/04 18:22:16 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="http://${PN}.yar.ru/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 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 socks5? (
78 >=net-proxy/dante-1.1.12
79 virtual/pam
80 )
81 ssl? (
82 gnutls? ( >=net-libs/gnutls-1.2.3 )
83 openssl? ( >=dev-libs/openssl-0.9.6 )
84 )
85 verify-file? (
86 dev-perl/string-crc32
87 virtual/perl-Digest-MD5
88 )
89 "
90
91 DEPEND="
92 ${RDEPEND}
93 =sys-devel/libtool-2*
94 app-arch/xz-utils
95 nls? ( sys-devel/gettext )
96 virtual/pkgconfig
97 "
98
99 DOCS=(
100 BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
101 README.dnssec README.modules THANKS TODO
102 )
103
104 src_prepare() {
105 epatch \
106 "${FILESDIR}/${PN}-4.0.2.91-lafile.patch" \
107 "${FILESDIR}/${PN}-4.3.8-gets.patch" \
108 "${FILESDIR}/${PN}-4.5.3-autopoint.patch"
109
110 sed -i configure.ac -e 's|^AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
111 eautoreconf
112 elibtoolize # for Darwin bundles
113 }
114
115 src_configure() {
116 econf \
117 $(use_enable nls) \
118 $(use_with gnutls) \
119 $(use_with openssl openssl "${EPREFIX}"/usr) \
120 $(use_with socks5 socksdante "${EPREFIX}"/usr) \
121 --enable-packager-mode \
122 --sysconfdir="${EPREFIX}"/etc/${PN} \
123 --with-modules \
124 --without-included-regex
125 }
126
127 src_install() {
128 default
129 local script
130 for script in {convert-mozilla-cookies,verify-file}; do
131 use ${script} || { rm "${ED}"/usr/share/${PN}/${script} || die ;}
132 done
133 }