Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/
Date: Mon, 28 Mar 2016 17:25:02
Message-Id: 1459185892.7ddd88cbc264ea4558dd5592ddbf030d9c098184.jer@gentoo
1 commit: 7ddd88cbc264ea4558dd5592ddbf030d9c098184
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 17:12:44 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 17:24:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddd88cb
7
8 net-ftp/lftp: Old.
9
10 Package-Manager: portage-2.2.28
11
12 net-ftp/lftp/Manifest | 1 -
13 net-ftp/lftp/lftp-4.6.4.ebuild | 91 ------------------------------------------
14 2 files changed, 92 deletions(-)
15
16 diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
17 index 1aefdae..f512da6 100644
18 --- a/net-ftp/lftp/Manifest
19 +++ b/net-ftp/lftp/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST lftp-4.6.4.tar.xz 1508952 SHA256 1e7cb674c83ace48172263f86847ed04bb6ab2f24116b11a8505f70a15e8805c SHA512 998050c0e69fc590233df8b400664c1165dfa80d7b3844aa307be33e004c3dd3e049df8f288ad7079257a31dc4adcdb07a57b8f28cd0adf7e3cf94c41d38b9dc WHIRLPOOL d79849970ff72eda2f5dccd3ce16b619e37661b60152363d96c13d94e4045d24e568b265bb27c8ef809fbfb18c6e31884ae28dba0d0bf6fc252c87ea82ca1396
22 DIST lftp-4.6.5.tar.xz 1514644 SHA256 1fd0920a1791ce0e9e39ffce77ae6619e5dc665f16e9380bafbfc69411eeb71e SHA512 a22faa3a6901160460f1103c19c5276f603c154908ec2e34804a6eb48452b59ba495993e6824f57d114285ddc80a64dccd0069465cc0593f34f435ac181250c0 WHIRLPOOL 088598ed9395cd8f9ed79be26e0833593e733cf87bbd51e5d008ce4de2b9924e62add20789c098a866d82dc3f168a373c4874de264d669950524a9a255e1e028
23 DIST lftp-4.7.0.tar.xz 1621592 SHA256 9a0b3580b222a7f9cc17c6c85d6ac8ec227357ca5050301171fd9564aae73f44 SHA512 9d20b78a8ae33ef7337ce2699d5ff682b45fd3015d5a9b40e87ca6c426a1ce22ab13778110e8120da8c5087c5de9fe203b7192e2e80296e9d84d267c4b2b5de6 WHIRLPOOL 3df4ef7e89c3499811ed90d0775c5eed48a7698cc26475cd9c545af66ffa1e355e93c8bf579d24885fee301d044f39fe92de7a5afc48a4700910fa9959050725
24
25 diff --git a/net-ftp/lftp/lftp-4.6.4.ebuild b/net-ftp/lftp/lftp-4.6.4.ebuild
26 deleted file mode 100644
27 index c88d9c7..0000000
28 --- a/net-ftp/lftp/lftp-4.6.4.ebuild
29 +++ /dev/null
30 @@ -1,91 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -inherit autotools eutils libtool
37 -
38 -DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program"
39 -HOMEPAGE="http://lftp.yar.ru/"
40 -SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
41 -
42 -LICENSE="GPL-3"
43 -SLOT="0"
44 -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"
45 -
46 -IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls openssl socks5 +ssl verify-file"
47 -LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
48 -IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
49 -
50 -REQUIRED_USE="
51 - ssl? ( ^^ ( openssl gnutls ) )
52 -"
53 -
54 -RDEPEND="
55 - >=sys-libs/ncurses-5.1
56 - >=sys-libs/readline-5.1
57 - dev-libs/expat
58 - sys-libs/zlib
59 - convert-mozilla-cookies? ( dev-perl/DBI )
60 - idn? ( net-dns/libidn )
61 - socks5? (
62 - >=net-proxy/dante-1.1.12
63 - virtual/pam
64 - )
65 - ssl? (
66 - gnutls? ( >=net-libs/gnutls-1.2.3 )
67 - openssl? ( >=dev-libs/openssl-0.9.6 )
68 - )
69 - verify-file? (
70 - dev-perl/string-crc32
71 - virtual/perl-Digest-MD5
72 - )
73 -"
74 -
75 -DEPEND="
76 - ${RDEPEND}
77 - =sys-devel/libtool-2*
78 - app-arch/xz-utils
79 - nls? ( >=sys-devel/gettext-0.19 )
80 - virtual/pkgconfig
81 -"
82 -
83 -DOCS=(
84 - BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
85 - README.dnssec README.modules THANKS TODO
86 -)
87 -
88 -src_prepare() {
89 - epatch \
90 - "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
91 - "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
92 - "${FILESDIR}"/${PN}-4.6.3a-autopoint.patch
93 -
94 - eautoreconf
95 - elibtoolize # for Darwin bundles
96 -
97 - # bug #536036
98 - printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> ${PN}.conf || die
99 -}
100 -
101 -src_configure() {
102 - econf \
103 - $(use_enable nls) \
104 - $(use_with gnutls) \
105 - $(use_with idn libidn) \
106 - $(use_enable ipv6) \
107 - $(use_with openssl openssl "${EPREFIX}"/usr) \
108 - $(use_with socks5 socksdante "${EPREFIX}"/usr) \
109 - --enable-packager-mode \
110 - --sysconfdir="${EPREFIX}"/etc/${PN} \
111 - --with-modules \
112 - --without-included-regex
113 -}
114 -
115 -src_install() {
116 - default
117 - local script
118 - for script in {convert-mozilla-cookies,verify-file}; do
119 - use ${script} || { rm "${ED}"/usr/share/${PN}/${script} || die ;}
120 - done
121 -}