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: Sat, 05 Nov 2016 09:55:05
Message-Id: 1478339685.401442489b657985eb2ff408a980a10301f9a2e2.jer@gentoo
1 commit: 401442489b657985eb2ff408a980a10301f9a2e2
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 09:35:51 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 09:54:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40144248
7
8 net-ftp/lftp: Old.
9
10 Package-Manager: portage-2.3.2
11
12 net-ftp/lftp/Manifest | 2 -
13 net-ftp/lftp/lftp-4.7.1.ebuild | 91 ------------------------------------------
14 net-ftp/lftp/lftp-4.7.2.ebuild | 91 ------------------------------------------
15 3 files changed, 184 deletions(-)
16
17 diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
18 index 19f63d4..466b522 100644
19 --- a/net-ftp/lftp/Manifest
20 +++ b/net-ftp/lftp/Manifest
21 @@ -1,4 +1,2 @@
22 DIST lftp-4.6.5.tar.xz 1514644 SHA256 1fd0920a1791ce0e9e39ffce77ae6619e5dc665f16e9380bafbfc69411eeb71e SHA512 a22faa3a6901160460f1103c19c5276f603c154908ec2e34804a6eb48452b59ba495993e6824f57d114285ddc80a64dccd0069465cc0593f34f435ac181250c0 WHIRLPOOL 088598ed9395cd8f9ed79be26e0833593e733cf87bbd51e5d008ce4de2b9924e62add20789c098a866d82dc3f168a373c4874de264d669950524a9a255e1e028
23 -DIST lftp-4.7.1.tar.xz 1532368 SHA256 fd5a5cff636629a19c60a60007f4b0dc0c7d59566b1e8a50f668d2f7e67740e5 SHA512 b65ce2514f954cfcef9cee721b0b6d5607457ce541e40ee758d9f9f4dabab58edcb9a70ac7aa46c17d80d83b595f32cc40ea664606ba7310ed24e58bd4add494 WHIRLPOOL 24c2610cae254a77006f3a80afd64b034a1864b832a65c14b9c7248351e19f3bc062fe2a02f02789cfdc895a5481dd06937369ce2f45e2751728a7be00b61106
24 -DIST lftp-4.7.2.tar.xz 1542780 SHA256 475d7699b1390f951efee867ba1ad600f78329e13fd2a04d92f82bfffb70d872 SHA512 6cd948835b320c14c58c7fe9b684aa3cd6281437ebebcb39091c96c55615d07ea8a4786fb82cd3818ddcf62b969d1db3f8927c6e43ab8a504991fa845dd57622 WHIRLPOOL 62b00178cceb0cbe055e07db33b6fce4d2a1532d23d290b3a5b359e2e9f05ccafc5bec1772b79dbbbd3a4df22c7fb617a219184de9fc98e6047ec74b61d61796
25 DIST lftp-4.7.3.tar.xz 1545012 SHA256 3b22259cdc4c1a6ae349057d16bda4b4816929e04d223242ab8927bc31a48e7c SHA512 1123e322a4c4f85ced4ef57c0af80b9b20d223c2770293ada3d8ca870fe159b62c6ee8d01a8c6be50e7ec00f3e6729a46c09db3aa776471825a6998792f1250d WHIRLPOOL 8ad61759c0ef56b23a13c4f3291bd672f398485ddc1a04c6e6b7c8f4e6a8ae36779d88e96c2db7697884e3089aef0f04a36952490a2b450a20ccb360b2a0df54
26
27 diff --git a/net-ftp/lftp/lftp-4.7.1.ebuild b/net-ftp/lftp/lftp-4.7.1.ebuild
28 deleted file mode 100644
29 index 0cc576b..00000000
30 --- a/net-ftp/lftp/lftp-4.7.1.ebuild
31 +++ /dev/null
32 @@ -1,91 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -inherit autotools eutils libtool
39 -
40 -DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program"
41 -HOMEPAGE="http://lftp.yar.ru/"
42 -SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -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"
47 -
48 -IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls openssl socks5 +ssl verify-file"
49 -LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
50 -IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
51 -
52 -REQUIRED_USE="
53 - ssl? ( ^^ ( openssl gnutls ) )
54 -"
55 -
56 -RDEPEND="
57 - >=sys-libs/ncurses-5.1:=
58 - >=sys-libs/readline-5.1:=
59 - dev-libs/expat
60 - sys-libs/zlib
61 - convert-mozilla-cookies? ( dev-perl/DBI )
62 - idn? ( net-dns/libidn )
63 - socks5? (
64 - >=net-proxy/dante-1.1.12
65 - virtual/pam
66 - )
67 - ssl? (
68 - gnutls? ( >=net-libs/gnutls-1.2.3:0= )
69 - openssl? ( dev-libs/openssl:0= )
70 - )
71 - verify-file? (
72 - dev-perl/String-CRC32
73 - virtual/perl-Digest-MD5
74 - )
75 -"
76 -
77 -DEPEND="
78 - ${RDEPEND}
79 - =sys-devel/libtool-2*
80 - app-arch/xz-utils
81 - nls? ( >=sys-devel/gettext-0.19 )
82 - virtual/pkgconfig
83 -"
84 -
85 -DOCS=(
86 - BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
87 - README.dnssec README.modules THANKS TODO
88 -)
89 -
90 -src_prepare() {
91 - epatch \
92 - "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
93 - "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
94 - "${FILESDIR}"/${PN}-4.7.0-gettext.patch
95 -
96 - eautoreconf
97 - elibtoolize # for Darwin bundles
98 -
99 - # bug #536036
100 - printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> ${PN}.conf || die
101 -}
102 -
103 -src_configure() {
104 - econf \
105 - $(use_enable nls) \
106 - $(use_with gnutls) \
107 - $(use_with idn libidn) \
108 - $(use_enable ipv6) \
109 - $(use_with openssl openssl "${EPREFIX}"/usr) \
110 - $(use_with socks5 socksdante "${EPREFIX}"/usr) \
111 - --enable-packager-mode \
112 - --sysconfdir="${EPREFIX}"/etc/${PN} \
113 - --with-modules \
114 - --without-included-regex
115 -}
116 -
117 -src_install() {
118 - default
119 - local script
120 - for script in {convert-mozilla-cookies,verify-file}; do
121 - use ${script} || { rm "${ED}"/usr/share/${PN}/${script} || die ;}
122 - done
123 -}
124
125 diff --git a/net-ftp/lftp/lftp-4.7.2.ebuild b/net-ftp/lftp/lftp-4.7.2.ebuild
126 deleted file mode 100644
127 index deb94e3..00000000
128 --- a/net-ftp/lftp/lftp-4.7.2.ebuild
129 +++ /dev/null
130 @@ -1,91 +0,0 @@
131 -# Copyright 1999-2016 Gentoo Foundation
132 -# Distributed under the terms of the GNU General Public License v2
133 -# $Id$
134 -
135 -EAPI=5
136 -inherit autotools eutils libtool
137 -
138 -DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program"
139 -HOMEPAGE="http://lftp.yar.ru/"
140 -SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
141 -
142 -LICENSE="GPL-3"
143 -SLOT="0"
144 -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"
145 -
146 -IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls openssl socks5 +ssl verify-file"
147 -LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
148 -IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
149 -
150 -REQUIRED_USE="
151 - ssl? ( ^^ ( openssl gnutls ) )
152 -"
153 -
154 -RDEPEND="
155 - >=sys-libs/ncurses-5.1:=
156 - >=sys-libs/readline-5.1:=
157 - dev-libs/expat
158 - sys-libs/zlib
159 - convert-mozilla-cookies? ( dev-perl/DBI )
160 - idn? ( net-dns/libidn )
161 - socks5? (
162 - >=net-proxy/dante-1.1.12
163 - virtual/pam
164 - )
165 - ssl? (
166 - gnutls? ( >=net-libs/gnutls-1.2.3:0= )
167 - openssl? ( dev-libs/openssl:0= )
168 - )
169 - verify-file? (
170 - dev-perl/String-CRC32
171 - virtual/perl-Digest-MD5
172 - )
173 -"
174 -
175 -DEPEND="
176 - ${RDEPEND}
177 - =sys-devel/libtool-2*
178 - app-arch/xz-utils
179 - nls? ( >=sys-devel/gettext-0.19 )
180 - virtual/pkgconfig
181 -"
182 -
183 -DOCS=(
184 - BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
185 - README.dnssec README.modules THANKS TODO
186 -)
187 -
188 -src_prepare() {
189 - epatch \
190 - "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
191 - "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
192 - "${FILESDIR}"/${PN}-4.7.0-gettext.patch
193 -
194 - eautoreconf
195 - elibtoolize # for Darwin bundles
196 -
197 - # bug #536036
198 - printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> ${PN}.conf || die
199 -}
200 -
201 -src_configure() {
202 - econf \
203 - $(use_enable nls) \
204 - $(use_with gnutls) \
205 - $(use_with idn libidn) \
206 - $(use_enable ipv6) \
207 - $(use_with openssl openssl "${EPREFIX}"/usr) \
208 - $(use_with socks5 socksdante "${EPREFIX}"/usr) \
209 - --enable-packager-mode \
210 - --sysconfdir="${EPREFIX}"/etc/${PN} \
211 - --with-modules \
212 - --without-included-regex
213 -}
214 -
215 -src_install() {
216 - default
217 - local script
218 - for script in {convert-mozilla-cookies,verify-file}; do
219 - use ${script} || { rm "${ED}"/usr/share/${PN}/${script} || die ;}
220 - done
221 -}