[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2023-05-07 Thread Conrad Kostecki
commit: 549070b65c3821877c845dc4e56181148e022310
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun May  7 12:28:46 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun May  7 12:34:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549070b6

net-ftp/lftp: drop ipv6 use flag

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-ftp/lftp/lftp-4.9.2-r1.ebuild | 4 ++--
 net-ftp/lftp/lftp-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-ftp/lftp/lftp-4.9.2-r1.ebuild 
b/net-ftp/lftp/lftp-4.9.2-r1.ebuild
index b54ccaf28c91..0e319edbe103 100644
--- a/net-ftp/lftp/lftp-4.9.2-r1.ebuild
+++ b/net-ftp/lftp/lftp-4.9.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://lftp.yar.ru/ftp/${P}.tar.xz;
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls socks5 +ssl verify-file"
+IUSE="convert-mozilla-cookies +gnutls idn nls socks5 +ssl verify-file"
 RESTRICT="test"
 
 RDEPEND="
@@ -80,12 +80,12 @@ src_prepare() {
 
 src_configure() {
econf \
-   $(use_enable ipv6) \
$(use_enable nls) \
$(use_with idn libidn2) \
$(use_with socks5 socksdante "${EPREFIX}"/usr) \
$(usex ssl "$(use_with !gnutls openssl "${EPREFIX}"/usr)" 
'--without-openssl') \
$(usex ssl "$(use_with gnutls)" '--without-gnutls') \
+   --enable-ipv6 \
--enable-packager-mode \
--sysconfdir="${EPREFIX}"/etc/${PN} \
--with-modules \

diff --git a/net-ftp/lftp/lftp-.ebuild b/net-ftp/lftp/lftp-.ebuild
index 4a200a6b942a..3020137e83ad 100644
--- a/net-ftp/lftp/lftp-.ebuild
+++ b/net-ftp/lftp/lftp-.ebuild
@@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/lavv17/lftp;
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls socks5 +ssl verify-file"
+IUSE="convert-mozilla-cookies +gnutls idn nls socks5 +ssl verify-file"
 
 RDEPEND="
>=sys-libs/ncurses-5.1:=
@@ -76,12 +76,12 @@ src_prepare() {
 
 src_configure() {
econf \
-   $(use_enable ipv6) \
$(use_enable nls) \
$(use_with idn libidn2) \
$(use_with socks5 socksdante "${EPREFIX}"/usr) \
$(usex ssl "$(use_with !gnutls openssl "${EPREFIX}"/usr)" 
'--without-openssl') \
$(usex ssl "$(use_with gnutls)" '--without-gnutls') \
+   --enable-ipv6
--enable-packager-mode \
--sysconfdir="${EPREFIX}"/etc/${PN} \
--with-modules \



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2023-05-07 Thread Conrad Kostecki
commit: de1a0a143c6c4f7d3ed31ddefebe94346d9ee5ff
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun May  7 12:27:23 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun May  7 12:34:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1a0a14

net-ftp/lftp: fix implicit function declarations

Closes: https://bugs.gentoo.org/900064
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-ftp/lftp/lftp-4.9.2-r1.ebuild | 3 +++
 net-ftp/lftp/lftp-.ebuild | 5 -
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.9.2-r1.ebuild 
b/net-ftp/lftp/lftp-4.9.2-r1.ebuild
index f7b4b9adf626..b54ccaf28c91 100644
--- a/net-ftp/lftp/lftp-4.9.2-r1.ebuild
+++ b/net-ftp/lftp/lftp-4.9.2-r1.ebuild
@@ -61,6 +61,9 @@ PATCHES=(
"${FILESDIR}"/${PN}-4.9.2-libressl.patch #903001
 )
 
+# Gnulib false positive #900064
+QA_CONFIG_IMPL_DECL_SKIP="( MIN )"
+
 src_prepare() {
default
 

diff --git a/net-ftp/lftp/lftp-.ebuild b/net-ftp/lftp/lftp-.ebuild
index c1915ac399f9..4a200a6b942a 100644
--- a/net-ftp/lftp/lftp-.ebuild
+++ b/net-ftp/lftp/lftp-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -57,6 +57,9 @@ PATCHES=(
"${FILESDIR}"/${PN}-4.9.1-libdir-readline.patch
 )
 
+# Gnulib false positive #900064
+QA_CONFIG_IMPL_DECL_SKIP="( MIN )"
+
 src_prepare() {
default
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/, net-ftp/lftp/files/

2023-05-04 Thread Conrad Kostecki
commit: 5e1f8f0cd8b644690bfe597374a549f87548ad00
Author: orbea  riseup  net>
AuthorDate: Thu May  4 20:08:49 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu May  4 21:38:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e1f8f0c

net-ftp/lftp: add upstream libressl patch

This patch has been accepted upstream and fixes the build with LibreSSL
>= 2.7.0.

Bug: https://bugs.gentoo.org/903001
Upstream-PR: https://github.com/lavv17/lftp/pull/663
Uptream-Commit: 
https://github.com/lavv17/lftp/commit/3ffa0132987bdde986c82c924bc51b13b37f8b54
Signed-off-by: orbea  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/30873
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-ftp/lftp/files/lftp-4.9.2-libressl.patch | 38 
 net-ftp/lftp/lftp-4.9.2-r1.ebuild|  1 +
 2 files changed, 39 insertions(+)

diff --git a/net-ftp/lftp/files/lftp-4.9.2-libressl.patch 
b/net-ftp/lftp/files/lftp-4.9.2-libressl.patch
new file mode 100644
index ..a0b52df4a9e5
--- /dev/null
+++ b/net-ftp/lftp/files/lftp-4.9.2-libressl.patch
@@ -0,0 +1,38 @@
+https://bugs.gentoo.org/903001
+https://github.com/lavv17/lftp/pull/663
+https://github.com/lavv17/lftp/commit/3ffa0132987bdde986c82c924bc51b13b37f8b54
+
+From 3ffa0132987bdde986c82c924bc51b13b37f8b54 Mon Sep 17 00:00:00 2001
+From: Fabrice Fontaine 
+Date: Wed, 6 Apr 2022 22:56:21 +0200
+Subject: [PATCH] src/lftp_ssl.c: fix build with libressl >= 2.7.0
+
+X509_OBJECT_get0_X509_CRL is provided by libressl since version 2.7.0
+and
+https://github.com/libressl-portable/openbsd/commit/9866ae34c0af718973475296bd9ef036d3aaa94e
+resulting in the following build failure:
+
+/nvmedata/autobuild/instance-21/output-1/host/opt/ext-toolchain/bin/../lib/gcc/microblaze-buildroot-linux-musl/11.2.0/../../../../microblaze-buildroot-linux-musl/bin/ld:
 
/nvmedata/autobuild/instance-21/output-1/host/microblaze-buildroot-linux-musl/sysroot/usr/lib/libcrypto.a(x509_lu.c.o):
 in function `X509_OBJECT_get0_X509_CRL':
+(.text+0xc3c): multiple definition of `X509_OBJECT_get0_X509_CRL'; 
/nvmedata/autobuild/instance-21/output-1/build/lftp-4.9.2/src/.libs/liblftp-network.a(liblftp_network_la-lftp_ssl.o):(.text+0x894):
 first defined here
+
+Fixes:
+ - 
http://autobuild.buildroot.org/results/7fd1dfd5bc750ae5a3278ca950c838ae90704b23
+
+Signed-off-by: Fabrice Fontaine 
+---
+ src/lftp_ssl.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/lftp_ssl.cc b/src/lftp_ssl.cc
+index 26e91e4b..a814543d 100644
+--- a/src/lftp_ssl.cc
 b/src/lftp_ssl.cc
+@@ -664,7 +664,7 @@ int gnutls_x509_crt_list_import(gnutls_x509_crt_t *certs, 
unsigned int* cert_max
+ #elif USE_OPENSSL
+ //static int lftp_ssl_passwd_callback(char *buf,int size,int rwflag,void 
*userdata);
+ 
+-#if OPENSSL_VERSION_NUMBER < 0x1010L || LIBRESSL_VERSION_NUMBER
++#if OPENSSL_VERSION_NUMBER < 0x1010L || (defined 
(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x207L)
+ // for compatibility with older versions
+ X509_OBJECT *X509_OBJECT_new()
+ {

diff --git a/net-ftp/lftp/lftp-4.9.2-r1.ebuild 
b/net-ftp/lftp/lftp-4.9.2-r1.ebuild
index 9047ab306f17..f7b4b9adf626 100644
--- a/net-ftp/lftp/lftp-4.9.2-r1.ebuild
+++ b/net-ftp/lftp/lftp-4.9.2-r1.ebuild
@@ -58,6 +58,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-4.9.1-libdir-readline.patch
"${FILESDIR}"/${PN}-4.9.2-ac-270.patch
"${FILESDIR}"/${PN}-4.9.2-configure-clang16.patch
+   "${FILESDIR}"/${PN}-4.9.2-libressl.patch #903001
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2023-04-22 Thread Sam James
commit: fa78d51ed7aa9b0a6d8cb54d6929736cd0194f95
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 23 05:34:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 23 05:37:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa78d51e

net-ftp/lftp: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 net-ftp/lftp/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-ftp/lftp/metadata.xml b/net-ftp/lftp/metadata.xml
index 31c778d46d76..5ff4b9eab5d8 100644
--- a/net-ftp/lftp/metadata.xml
+++ b/net-ftp/lftp/metadata.xml
@@ -9,4 +9,7 @@
Install the 
convert-mozilla-cookies script and its run-time dependencies
Install the verify-file script and its 
run-time dependencies

+   
+   lavv17/lftp
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/, net-ftp/lftp/files/

2023-02-14 Thread Sam James
commit: 800629fbe1e806757c79537eaa1bf5b37b937174
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 14 08:26:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 14 21:41:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800629fb

net-ftp/lftp: fix configure w/ clang 16

Signed-off-by: Sam James  gentoo.org>

 .../lftp/files/lftp-4.9.2-configure-clang16.patch  | 22 ++
 .../{lftp-4.9.2.ebuild => lftp-4.9.2-r1.ebuild}|  3 ++-
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/net-ftp/lftp/files/lftp-4.9.2-configure-clang16.patch 
b/net-ftp/lftp/files/lftp-4.9.2-configure-clang16.patch
new file mode 100644
index ..d039390ffb80
--- /dev/null
+++ b/net-ftp/lftp/files/lftp-4.9.2-configure-clang16.patch
@@ -0,0 +1,22 @@
+https://github.com/lavv17/lftp/commit/8af97cc255c3d2488adb107515bd1047dbedadfe
+
+From 8af97cc255c3d2488adb107515bd1047dbedadfe Mon Sep 17 00:00:00 2001
+From: DJ Delorie 
+Date: Wed, 8 Feb 2023 23:37:37 -0500
+Subject: [PATCH] Fix C99 compatibility issue
+
+Related to:
+
+  
+  
+--- a/m4/needtrio.m4
 b/m4/needtrio.m4
+@@ -9,6 +9,7 @@ AC_DEFUN([LFTP_NEED_TRIO],[
+   else
+ 
+   AC_RUN_IFELSE([AC_LANG_SOURCE([[
++   #include 
+int main()
+{
+   unsigned long long x=0,x1;
+

diff --git a/net-ftp/lftp/lftp-4.9.2.ebuild b/net-ftp/lftp/lftp-4.9.2-r1.ebuild
similarity index 96%
rename from net-ftp/lftp/lftp-4.9.2.ebuild
rename to net-ftp/lftp/lftp-4.9.2-r1.ebuild
index 59f56239e17f..9047ab306f17 100644
--- a/net-ftp/lftp/lftp-4.9.2.ebuild
+++ b/net-ftp/lftp/lftp-4.9.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -57,6 +57,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-4.8.2-libdir-zlib.patch
"${FILESDIR}"/${PN}-4.9.1-libdir-readline.patch
"${FILESDIR}"/${PN}-4.9.2-ac-270.patch
+   "${FILESDIR}"/${PN}-4.9.2-configure-clang16.patch
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2022-11-05 Thread Conrad Kostecki
commit: 5a39d70b6908a5aa39184c7bf2f402dceca51ed4
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Nov  5 19:39:55 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Nov  5 19:48:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a39d70b

net-ftp/lftp: fix compilation with clang

Closes: https://bugs.gentoo.org/875692
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-ftp/lftp/lftp-4.9.2.ebuild | 3 +++
 net-ftp/lftp/lftp-.ebuild  | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/net-ftp/lftp/lftp-4.9.2.ebuild b/net-ftp/lftp/lftp-4.9.2.ebuild
index 8e4953d3e242..59f56239e17f 100644
--- a/net-ftp/lftp/lftp-4.9.2.ebuild
+++ b/net-ftp/lftp/lftp-4.9.2.ebuild
@@ -62,6 +62,9 @@ PATCHES=(
 src_prepare() {
default
 
+   # bug #875692
+   sed -e '/#include/s/cmath/math.h/' -i trio/*.c || die
+
eautoreconf
 
elibtoolize # for Darwin bundles

diff --git a/net-ftp/lftp/lftp-.ebuild b/net-ftp/lftp/lftp-.ebuild
index 915bfc33d101..c1915ac399f9 100644
--- a/net-ftp/lftp/lftp-.ebuild
+++ b/net-ftp/lftp/lftp-.ebuild
@@ -60,6 +60,9 @@ PATCHES=(
 src_prepare() {
default
 
+   # bug #875692
+   sed -e '/#include/s/cmath/math.h/' -i trio/*.c || die
+
gnulib-tool --update || die
 
chmod +x build-aux/git-version-gen || die



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2022-06-29 Thread Conrad Kostecki
commit: dde631af84cbd9ec03866826d6c51802b120f949
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jun 29 22:03:47 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jun 29 22:03:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde631af

net-ftp/lftp: add myself as maintainer

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-ftp/lftp/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-ftp/lftp/metadata.xml b/net-ftp/lftp/metadata.xml
index d7c37f55b569..31c778d46d76 100644
--- a/net-ftp/lftp/metadata.xml
+++ b/net-ftp/lftp/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   conik...@gentoo.org
+   Conrad Kostecki
+   

Install the 
convert-mozilla-cookies script and its run-time dependencies
Install the verify-file script and its 
run-time dependencies



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2022-06-16 Thread Sam James
commit: 0991dba2129c1e1cb8efd38f8c27b27d839f575e
Author: Thomas Bracht Laumann Jespersen  laumann  xyz>
AuthorDate: Wed Jun  8 20:11:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 16 16:30:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0991dba2

net-ftp/lftp: fix unquoted variable EPREFIX

Signed-off-by: Thomas Bracht Laumann Jespersen  laumann.xyz>
Signed-off-by: Sam James  gentoo.org>

 net-ftp/lftp/lftp-4.9.2.ebuild | 2 +-
 net-ftp/lftp/lftp-.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-ftp/lftp/lftp-4.9.2.ebuild b/net-ftp/lftp/lftp-4.9.2.ebuild
index 9f9b8e1d00ef..8e4953d3e242 100644
--- a/net-ftp/lftp/lftp-4.9.2.ebuild
+++ b/net-ftp/lftp/lftp-4.9.2.ebuild
@@ -76,7 +76,7 @@ src_configure() {
$(use_enable nls) \
$(use_with idn libidn2) \
$(use_with socks5 socksdante "${EPREFIX}"/usr) \
-   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
+   $(usex ssl "$(use_with !gnutls openssl "${EPREFIX}"/usr)" 
'--without-openssl') \
$(usex ssl "$(use_with gnutls)" '--without-gnutls') \
--enable-packager-mode \
--sysconfdir="${EPREFIX}"/etc/${PN} \

diff --git a/net-ftp/lftp/lftp-.ebuild b/net-ftp/lftp/lftp-.ebuild
index 000bb5b4c9a1..915bfc33d101 100644
--- a/net-ftp/lftp/lftp-.ebuild
+++ b/net-ftp/lftp/lftp-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -74,7 +74,7 @@ src_configure() {
$(use_enable nls) \
$(use_with idn libidn2) \
$(use_with socks5 socksdante "${EPREFIX}"/usr) \
-   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
+   $(usex ssl "$(use_with !gnutls openssl "${EPREFIX}"/usr)" 
'--without-openssl') \
$(usex ssl "$(use_with gnutls)" '--without-gnutls') \
--enable-packager-mode \
--sysconfdir="${EPREFIX}"/etc/${PN} \



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2022-04-28 Thread Yixun Lan
commit: 9794191dff2c302d4266e0ebfc7d7e9a7b6e
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Apr 28 07:32:10 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Apr 28 07:38:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9794

net-ftp/lftp: keyword 4.9.2 for ~riscv, #841368

Signed-off-by: Yixun Lan  gentoo.org>

 net-ftp/lftp/lftp-4.9.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-ftp/lftp/lftp-4.9.2.ebuild b/net-ftp/lftp/lftp-4.9.2.ebuild
index de89ecd8c304..9f9b8e1d00ef 100644
--- a/net-ftp/lftp/lftp-4.9.2.ebuild
+++ b/net-ftp/lftp/lftp-4.9.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="http://lftp.yar.ru/ftp/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls socks5 +ssl verify-file"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2021-07-01 Thread Sergei Trofimovich
commit: 841d5b86bc8eda1c0bfe97935e458fb34307d3e7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul  2 05:56:18 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul  2 05:56:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=841d5b86

net-ftp/lftp: drop myself from maintainers

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/lftp/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-ftp/lftp/metadata.xml b/net-ftp/lftp/metadata.xml
index de1ae65d712..64517cbbed7 100644
--- a/net-ftp/lftp/metadata.xml
+++ b/net-ftp/lftp/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   sly...@gentoo.org
-   Sergei Trofimovich
-   

polynomia...@gentoo.org
Lars Wendler



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2021-05-01 Thread Sergei Trofimovich
commit: 8b94ac7fb93b31489ebc26eecdbfeaccd536c618
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May  1 20:18:17 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May  1 20:44:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b94ac7f

net-ftp/lftp: drop deleted dev-libs/libressl

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/lftp/lftp-4.9.2.ebuild | 7 ++-
 net-ftp/lftp/lftp-.ebuild  | 9 +++--
 2 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/net-ftp/lftp/lftp-4.9.2.ebuild b/net-ftp/lftp/lftp-4.9.2.ebuild
index 8acf412956a..02b74c3a55b 100644
--- a/net-ftp/lftp/lftp-4.9.2.ebuild
+++ b/net-ftp/lftp/lftp-4.9.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://lftp.tech/ftp/${P}.tar.xz;
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls socks5 +ssl verify-file"
 RESTRICT="test"
 
 RDEPEND="
@@ -27,10 +27,7 @@ RDEPEND="
)
ssl? (
gnutls? ( >=net-libs/gnutls-1.2.3:0= )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
+   !gnutls? ( dev-libs/openssl:0= )
)
verify-file? (
dev-perl/String-CRC32

diff --git a/net-ftp/lftp/lftp-.ebuild b/net-ftp/lftp/lftp-.ebuild
index 0f1f759f337..f31213a5b6c 100644
--- a/net-ftp/lftp/lftp-.ebuild
+++ b/net-ftp/lftp/lftp-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/lavv17/lftp;
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls socks5 +ssl verify-file"
 
 RDEPEND="
>=sys-libs/ncurses-5.1:=
@@ -26,10 +26,7 @@ RDEPEND="
)
ssl? (
gnutls? ( >=net-libs/gnutls-1.2.3:0= )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
+   !gnutls? ( dev-libs/openssl:0= )
)
verify-file? (
dev-perl/String-CRC32



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2021-01-06 Thread Fabian Groffen
commit: a51086f6c808f9d556826fa1369f84b1777ab83c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 14:37:46 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 14:37:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51086f6

net-ftp/lftp: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 net-ftp/lftp/lftp-4.9.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-ftp/lftp/lftp-4.9.2.ebuild b/net-ftp/lftp/lftp-4.9.2.ebuild
index 7c8050452b6..8acf412956a 100644
--- a/net-ftp/lftp/lftp-4.9.2.ebuild
+++ b/net-ftp/lftp/lftp-4.9.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="https://lftp.tech/ftp/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/, net-ftp/lftp/files/

2020-12-16 Thread Sergei Trofimovich
commit: 288871cfa29812169a92ef9209ccf882f08e6bd9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 16 22:35:14 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 16 22:35:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=288871cf

net-ftp/lftp: tweak for autoconf-2.70

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/lftp/files/lftp-4.9.2-ac-270.patch | 36 ++
 net-ftp/lftp/lftp-4.9.2.ebuild |  1 +
 2 files changed, 37 insertions(+)

diff --git a/net-ftp/lftp/files/lftp-4.9.2-ac-270.patch 
b/net-ftp/lftp/files/lftp-4.9.2-ac-270.patch
new file mode 100644
index 000..a2a558db5a6
--- /dev/null
+++ b/net-ftp/lftp/files/lftp-4.9.2-ac-270.patch
@@ -0,0 +1,36 @@
+--- a/m4/std-gnu11.m4
 b/m4/std-gnu11.m4
+@@ -6,6 +6,8 @@
+ # This implementation will be obsolete once we can assume Autoconf 2.70
+ # or later is installed everywhere a Gnulib program might be developed.
+ 
++m4_version_prereq([2.70], [], [
++
+ 
+ # Copyright (C) 2001-2020 Free Software Foundation, Inc.
+ 
+@@ -70,7 +72,7 @@ _AS_ECHO_LOG([checking for _AC_LANG compiler version])
+ set X $ac_compile
+ ac_compiler=$[2]
+ for ac_option in --version -v -V -qversion -version; do
+-  m4_ifdef([_AC_DO_LIMIT],[_AC_DO_LIMIT],[_AC_DO])([$ac_compiler $ac_option 
>_MESSAGE_LOG_FD])
++  _AC_DO_LIMIT([$ac_compiler $ac_option >_MESSAGE_LOG_FD])
+ done
+ 
+ m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl
+@@ -135,7 +137,7 @@ _AS_ECHO_LOG([checking for _AC_LANG compiler version])
+ set X $ac_compile
+ ac_compiler=$[2]
+ for ac_option in --version -v -V -qversion; do
+-  m4_ifdef([_AC_DO_LIMIT],[_AC_DO_LIMIT],[_AC_DO])([$ac_compiler $ac_option 
>_MESSAGE_LOG_FD])
++  _AC_DO_LIMIT([$ac_compiler $ac_option >_MESSAGE_LOG_FD])
+ done
+ 
+ m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl
+@@ -822,3 +824,6 @@ dnl Tru64  N/A (no support)
+ dnl with extended modes being tried first.
+ [[-std=gnu++11 -std=c++11 -std=gnu++0x -std=c++0x -qlanglvl=extended0x -AA]], 
[$1], [$2])[]dnl
+ ])# _AC_PROG_CXX_CXX11
++
++
++])# m4_version_prereq

diff --git a/net-ftp/lftp/lftp-4.9.2.ebuild b/net-ftp/lftp/lftp-4.9.2.ebuild
index 121ccc94638..ab4b0a1a9ff 100644
--- a/net-ftp/lftp/lftp-4.9.2.ebuild
+++ b/net-ftp/lftp/lftp-4.9.2.ebuild
@@ -60,6 +60,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-4.8.2-libdir-zlib.patch
"${FILESDIR}"/${PN}-4.9.1-libdir-readline.patch
"${FILESDIR}"/${PN}-4.9.2-libressl.patch
+   "${FILESDIR}"/${PN}-4.9.2-ac-270.patch
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/files/

2020-11-17 Thread Sergei Trofimovich
commit: 2017fa03a200a935c5de47b224294aee4c4b41b5
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Nov 17 20:08:17 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 17 21:47:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2017fa03

net-ftp/lftp: remove unused patches

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18305
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/lftp/files/lftp-4.7.5-libdir-readline.patch | 11 ---
 net-ftp/lftp/files/lftp-4.9.0-ipv6.patch| 18 --
 2 files changed, 29 deletions(-)

diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-readline.patch 
b/net-ftp/lftp/files/lftp-4.7.5-libdir-readline.patch
deleted file mode 100644
index 01c9371870c..000
--- a/net-ftp/lftp/files/lftp-4.7.5-libdir-readline.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/m4/lftp_lib_readline.m4
-+++ b/m4/lftp_lib_readline.m4
-@@ -107,7 +107,7 @@
-   if test -f "$readline_include_dir/readline/readline.h"; then
-   readline_include_dir="$readline_include_dir/readline"
-   fi
--readline_ld_flags="-L$readline_prefix/lib"
-+readline_ld_flags="-L$libdir"
- readline_lib_flags="-lreadline"
- run_readline_test="yes"
- elif test "$readline_requested" = "yes"; then

diff --git a/net-ftp/lftp/files/lftp-4.9.0-ipv6.patch 
b/net-ftp/lftp/files/lftp-4.9.0-ipv6.patch
deleted file mode 100644
index 2c02ce5e787..000
--- a/net-ftp/lftp/files/lftp-4.9.0-ipv6.patch
+++ /dev/null
@@ -1,18 +0,0 @@
 a/src/ftpclass.cc
-+++ b/src/ftpclass.cc
-@@ -848,6 +848,7 @@ Ftp::pasv_state_t Ftp::Handle_EPSV_CEPR()
-   conn->data_sa.in.sin_port=htons(port);
-   conn->data_sa.sa.sa_family=AF_INET;
-}
-+#if INET6
-// V6 / AF_INET6
-else if (proto == 2)
-{
-@@ -855,6 +856,7 @@ Ftp::pasv_state_t Ftp::Handle_EPSV_CEPR()
-   conn->data_sa.in6.sin6_port=htons(port);
-   conn->data_sa.sa.sa_family=AF_INET6;
-}
-+#endif
-else
-{
-   Disconnect("unsupported address family");



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/files/, net-ftp/lftp/

2020-11-15 Thread Sergei Trofimovich
commit: 42f481bed6d26d48b34ca9c90ea2fdd176ac91e3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov 15 18:56:56 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov 15 18:57:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f481be

net-ftp/lftp: backport libressl support

Backported upstream patch.

Reported-by: m1027
Closes: https://bugs.gentoo.org/754225
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/lftp/files/lftp-4.9.2-libressl.patch | 40 
 net-ftp/lftp/lftp-4.9.2.ebuild   |  1 +
 2 files changed, 41 insertions(+)

diff --git a/net-ftp/lftp/files/lftp-4.9.2-libressl.patch 
b/net-ftp/lftp/files/lftp-4.9.2-libressl.patch
new file mode 100644
index 000..51de51f780d
--- /dev/null
+++ b/net-ftp/lftp/files/lftp-4.9.2-libressl.patch
@@ -0,0 +1,40 @@
+https://github.com/lavv17/lftp/commit/0276d5c239c41b3a63f738a5dc47fd56ac389cf0.patch
+
+From 0276d5c239c41b3a63f738a5dc47fd56ac389cf0 Mon Sep 17 00:00:00 2001
+From: Ganael Laplanche 
+Date: Thu, 20 Aug 2020 12:29:05 +0200
+Subject: [PATCH] Fix build with LibreSSL (following commit 537f37898)
+
+---
+ src/lftp_ssl.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+--- a/src/lftp_ssl.cc
 b/src/lftp_ssl.cc
+@@ -34,7 +34,7 @@
+ #include "misc.h"
+ #include "network.h"
+ #include "buffer.h"
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || LIBRESSL_VERSION_NUMBER
+ #define X509_STORE_CTX_get_by_subject X509_STORE_get_by_subject
+ #endif
+ extern "C" {
+@@ -840,7 +840,7 @@ lftp_ssl_openssl_instance::lftp_ssl_openssl_instance()
+ssl_ctx=SSL_CTX_new();
+X509_set_default_verify_paths(ssl_ctx->cert);
+ #else
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || LIBRESSL_VERSION_NUMBER
+SSLeay_add_ssl_algorithms();
+ #endif
+ssl_ctx=SSL_CTX_new(SSLv23_client_method());
+@@ -1080,7 +1080,7 @@ void lftp_ssl_openssl::copy_sid(const lftp_ssl_openssl 
*o)
+ 
+ const char *lftp_ssl_openssl::strerror()
+ {
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || LIBRESSL_VERSION_NUMBER
+SSL_load_error_strings();
+ #endif
+int error=ERR_get_error();

diff --git a/net-ftp/lftp/lftp-4.9.2.ebuild b/net-ftp/lftp/lftp-4.9.2.ebuild
index 94f6e46a85e..121ccc94638 100644
--- a/net-ftp/lftp/lftp-4.9.2.ebuild
+++ b/net-ftp/lftp/lftp-4.9.2.ebuild
@@ -59,6 +59,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-4.8.2-libdir-openssl.patch
"${FILESDIR}"/${PN}-4.8.2-libdir-zlib.patch
"${FILESDIR}"/${PN}-4.9.1-libdir-readline.patch
+   "${FILESDIR}"/${PN}-4.9.2-libressl.patch
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2020-11-14 Thread Sergei Trofimovich
commit: eab8660b8f3edb2f0408379c9eb30414e15090a3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 14 19:48:38 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 14 19:48:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab8660b

net-ftp/lftp: drop old

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/lftp/Manifest |   1 -
 net-ftp/lftp/lftp-4.8.4-r1.ebuild | 105 --
 2 files changed, 106 deletions(-)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 7805041e000..2ccaa2a45a9 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,2 +1 @@
-DIST lftp-4.8.4.tar.xz 1633444 BLAKE2B 
cbd85b553268823e7633e414752876db083355d92e55728337bc7863fb3bd89729ac725be41a9bcca275cf1752ea5f8ad01fdc67c7593868084c9c32bb75332d
 SHA512 
2528e2cbfe132068dc75036d6334372f79f8063d44e46c724a28ea1f5b40d8de0d1e36cde3124fbcc27e5ba8be04b893eb1a7546346253768346a80bc54c02d1
 DIST lftp-4.9.2.tar.xz 1654960 BLAKE2B 
04f168576ae6e001e0b2e93e36d5bffa5ed1e2e671edb6210a54aa0ecedc280885450dcee890d05b64464eb641e7e63c8d4dd170100317dec3fe734ec483
 SHA512 
cda8698e7e34d748715a6fe5dc06c758240302621c7957402f0cc67577acf1a96b436fda4282408dee8171dc84a31e0be432df99a30f0a10057a8e7ea9ec64ad

diff --git a/net-ftp/lftp/lftp-4.8.4-r1.ebuild 
b/net-ftp/lftp/lftp-4.8.4-r1.ebuild
deleted file mode 100644
index b687dc9df2f..000
--- a/net-ftp/lftp/lftp-4.8.4-r1.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools libtool xdg-utils
-
-DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
-HOMEPAGE="https://lftp.tech/;
-SRC_URI="https://lftp.tech/ftp/${P}.tar.xz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
-RESTRICT="test"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.1:=
-   >=sys-libs/readline-5.1:=
-   dev-libs/expat
-   sys-libs/zlib
-   convert-mozilla-cookies? ( dev-perl/DBI )
-   idn? ( net-dns/libidn2:= )
-   socks5? (
-   >=net-proxy/dante-1.1.12
-   sys-libs/pam
-   )
-   ssl? (
-   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-   verify-file? (
-   dev-perl/String-CRC32
-   virtual/perl-Digest-MD5
-   )
-"
-DEPEND="
-   ${RDEPEND}
-   =sys-devel/libtool-2*
-   app-arch/xz-utils
-   nls? ( >=sys-devel/gettext-0.19 )
-   virtual/pkgconfig
-"
-DOCS=(
-   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
-   README.dnssec README.modules THANKS TODO
-)
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch
-   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
-   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
-   "${FILESDIR}"/${PN}-4.7.5-libdir-additional.patch
-   "${FILESDIR}"/${PN}-4.7.5-libdir-expat.patch
-   "${FILESDIR}"/${PN}-4.7.5-libdir-readline.patch
-   "${FILESDIR}"/${PN}-4.8.2-libdir-configure.patch
-   "${FILESDIR}"/${PN}-4.8.2-libdir-libidn2.patch
-   "${FILESDIR}"/${PN}-4.8.2-libdir-openssl.patch
-   "${FILESDIR}"/${PN}-4.8.2-libdir-zlib.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-
-   elibtoolize # for Darwin bundles
-
-   # bug #536036
-   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable ipv6) \
-   $(use_enable nls) \
-   $(use_with idn libidn2) \
-   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
-   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
-   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
-   --enable-packager-mode \
-   --sysconfdir="${EPREFIX}"/etc/${PN} \
-   --with-modules \
-   --with-readline="${EPREFIX}"/usr \
-   --without-included-regex
-}
-
-src_install() {
-   default
-
-   local script
-   for script in {convert-mozilla-cookies,verify-file}; do
-   use ${script} || { rm "${ED}"/usr/share/${PN}/${script} || die 
;}
-   done
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2020-11-12 Thread Sam James
commit: 3d68b8e02cd146b0e6ac33b3c3217c9e80d4d1ab
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 13 04:54:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 13 04:54:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d68b8e0

net-ftp/lftp: Stabilize 4.9.2 amd64, #753017

Signed-off-by: Sam James  gentoo.org>

 net-ftp/lftp/lftp-4.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.9.2.ebuild b/net-ftp/lftp/lftp-4.9.2.ebuild
index 109a2377700..94f6e46a85e 100644
--- a/net-ftp/lftp/lftp-4.9.2.ebuild
+++ b/net-ftp/lftp/lftp-4.9.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://lftp.tech/ftp/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/files/, net-ftp/lftp/

2020-11-07 Thread Sergei Trofimovich
commit: af1aae043aef21259837a5f8c7cc352bdd35ca1b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov  7 08:36:14 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov  7 08:49:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1aae04

net-ftp/lftp: use a patch for release against live ebuild

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/lftp/files/lftp--libdir-readline.patch | 11 ---
 net-ftp/lftp/lftp-.ebuild  |  2 +-
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/net-ftp/lftp/files/lftp--libdir-readline.patch 
b/net-ftp/lftp/files/lftp--libdir-readline.patch
deleted file mode 100644
index fde1017f4bd..000
--- a/net-ftp/lftp/files/lftp--libdir-readline.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/m4/lftp_lib_readline.m4
-+++ b/m4/lftp_lib_readline.m4
-@@ -107,7 +107,7 @@
-   if test -f "$readline_include_dir/readline/readline.h"; then
-   readline_include_dir="$readline_include_dir/readline"
-   fi
--readline_ld_flags="-L$readline_prefix/lib"
-+readline_ld_flags="-L$libdir"
- if test -z "$readline_lib_flags"; then
- readline_lib_flags="-lreadline"
- fi

diff --git a/net-ftp/lftp/lftp-.ebuild b/net-ftp/lftp/lftp-.ebuild
index b38775a32ae..0f1f759f337 100644
--- a/net-ftp/lftp/lftp-.ebuild
+++ b/net-ftp/lftp/lftp-.ebuild
@@ -57,7 +57,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-4.8.2-libdir-libidn2.patch
"${FILESDIR}"/${PN}-4.8.2-libdir-openssl.patch
"${FILESDIR}"/${PN}-4.8.2-libdir-zlib.patch
-   "${FILESDIR}"/${PN}--libdir-readline.patch
+   "${FILESDIR}"/${PN}-4.9.1-libdir-readline.patch
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2020-11-04 Thread Sergei Trofimovich
commit: e8103acfc6c229121d1c120d699c6f3ab937b201
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov  4 09:47:09 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov  4 09:47:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8103acf

net-ftp/lftp: stable 4.9.2 for sparc

stable wrt bug #753017

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/lftp/lftp-4.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.9.2.ebuild b/net-ftp/lftp/lftp-4.9.2.ebuild
index f1006eb2d76..30ccffcc2b1 100644
--- a/net-ftp/lftp/lftp-4.9.2.ebuild
+++ b/net-ftp/lftp/lftp-4.9.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://lftp.tech/ftp/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2020-11-04 Thread Sam James
commit: 83ccaa63fa96a7bf810f9b45b59c993d242c38b7
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov  4 09:22:17 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov  4 09:22:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ccaa63

net-ftp/lftp: Stabilize 4.9.2 arm, #753017

Signed-off-by: Sam James  gentoo.org>

 net-ftp/lftp/lftp-4.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.9.2.ebuild b/net-ftp/lftp/lftp-4.9.2.ebuild
index 8585569502f..f1006eb2d76 100644
--- a/net-ftp/lftp/lftp-4.9.2.ebuild
+++ b/net-ftp/lftp/lftp-4.9.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://lftp.tech/ftp/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2020-11-04 Thread Sergei Trofimovich
commit: f389bdcc73e1fbabe55e57694b8544a29a0892e9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov  4 08:01:03 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov  4 08:16:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f389bdcc

net-ftp/lftp: stable 4.9.2 for ppc64

stable wrt bug #753017

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/lftp/lftp-4.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.9.2.ebuild b/net-ftp/lftp/lftp-4.9.2.ebuild
index 645268a4e4a..8585569502f 100644
--- a/net-ftp/lftp/lftp-4.9.2.ebuild
+++ b/net-ftp/lftp/lftp-4.9.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://lftp.tech/ftp/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2020-11-04 Thread Sergei Trofimovich
commit: 3edff7aff86c295ee463e5091023c8f97bff1995
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov  4 07:57:50 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov  4 07:58:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3edff7af

net-ftp/lftp: stable 4.9.2 for ppc

stable wrt bug #753017

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/lftp/lftp-4.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.9.2.ebuild b/net-ftp/lftp/lftp-4.9.2.ebuild
index 4b7cdcc5618..645268a4e4a 100644
--- a/net-ftp/lftp/lftp-4.9.2.ebuild
+++ b/net-ftp/lftp/lftp-4.9.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://lftp.tech/ftp/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2020-11-03 Thread Sergei Trofimovich
commit: b5eca4642468e657e100470083cb6c9e9cce1084
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov  4 07:52:35 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov  4 07:52:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5eca464

net-ftp/lftp: stable 4.9.2 for hppa

stable wrt bug #753017

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/lftp/lftp-4.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.9.2.ebuild b/net-ftp/lftp/lftp-4.9.2.ebuild
index 8724b4d9622..4b7cdcc5618 100644
--- a/net-ftp/lftp/lftp-4.9.2.ebuild
+++ b/net-ftp/lftp/lftp-4.9.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://lftp.tech/ftp/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2020-11-03 Thread Lars Wendler
commit: e66c9b58184c7d49345494a60b240321357392d9
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Nov  3 22:58:30 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Nov  3 22:58:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e66c9b58

net-ftp/lftp: Added myself as co-maintainer

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 net-ftp/lftp/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-ftp/lftp/metadata.xml b/net-ftp/lftp/metadata.xml
index 6a9ad4b402e..de1ae65d712 100644
--- a/net-ftp/lftp/metadata.xml
+++ b/net-ftp/lftp/metadata.xml
@@ -5,6 +5,10 @@
sly...@gentoo.org
Sergei Trofimovich

+   
+   polynomia...@gentoo.org
+   Lars Wendler
+   

Install the 
convert-mozilla-cookies script and its run-time dependencies
Install the verify-file script and its 
run-time dependencies



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2020-11-03 Thread Sergei Trofimovich
commit: fa8e2d43d7ca6c7a2e6067859c7d935afac38a51
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov  3 22:39:24 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov  3 22:39:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa8e2d43

net-ftp/lftp: drop old

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/lftp/Manifest  |   2 -
 net-ftp/lftp/lftp-4.9.0.ebuild | 106 -
 net-ftp/lftp/lftp-4.9.1.ebuild | 105 
 3 files changed, 213 deletions(-)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index f99ab21b6a2..7805041e000 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,4 +1,2 @@
 DIST lftp-4.8.4.tar.xz 1633444 BLAKE2B 
cbd85b553268823e7633e414752876db083355d92e55728337bc7863fb3bd89729ac725be41a9bcca275cf1752ea5f8ad01fdc67c7593868084c9c32bb75332d
 SHA512 
2528e2cbfe132068dc75036d6334372f79f8063d44e46c724a28ea1f5b40d8de0d1e36cde3124fbcc27e5ba8be04b893eb1a7546346253768346a80bc54c02d1
-DIST lftp-4.9.0.tar.xz 1642596 BLAKE2B 
111e559c98e0572e1ca79f935a1db8c45c99275c8aa7b584be06d1738296b32808e97d696a02751575c5d1ea24a30a52f5d9f177a193f70addf1168e3208aa13
 SHA512 
8d83ea76390d38cb1f84f02eb7bf45780758afb9fe61f5b7278a48c9a5d216d03bc8b699c0f449a0036bdb441b4225af074da1b5e92a77ddb61aca704758211e
-DIST lftp-4.9.1.tar.xz 1648564 BLAKE2B 
2f36dec3de01dd3f9e7316567912a04196732a1e71a4d1c3a5124471d2941673d7b58bc3182d73d3cf154def905f57d37667d33fedec6ea9434f74850aa64f4d
 SHA512 
303e2354bd61a850403a02ac5b71e54719c12b026c7e36194a6382e9044f1fee93ea581ba0a55fea19981e07b896216e92c7d961c719350762eb0cfb51a2c506
 DIST lftp-4.9.2.tar.xz 1654960 BLAKE2B 
04f168576ae6e001e0b2e93e36d5bffa5ed1e2e671edb6210a54aa0ecedc280885450dcee890d05b64464eb641e7e63c8d4dd170100317dec3fe734ec483
 SHA512 
cda8698e7e34d748715a6fe5dc06c758240302621c7957402f0cc67577acf1a96b436fda4282408dee8171dc84a31e0be432df99a30f0a10057a8e7ea9ec64ad

diff --git a/net-ftp/lftp/lftp-4.9.0.ebuild b/net-ftp/lftp/lftp-4.9.0.ebuild
deleted file mode 100644
index 91f68b2cd96..000
--- a/net-ftp/lftp/lftp-4.9.0.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools libtool xdg-utils
-
-DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
-HOMEPAGE="https://lftp.tech/;
-SRC_URI="https://lftp.tech/ftp/${P}.tar.xz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
-RESTRICT="test"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.1:=
-   >=sys-libs/readline-5.1:=
-   dev-libs/expat
-   sys-libs/zlib
-   convert-mozilla-cookies? ( dev-perl/DBI )
-   idn? ( net-dns/libidn2:= )
-   socks5? (
-   >=net-proxy/dante-1.1.12
-   sys-libs/pam
-   )
-   ssl? (
-   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-   verify-file? (
-   dev-perl/String-CRC32
-   virtual/perl-Digest-MD5
-   )
-"
-DEPEND="
-   ${RDEPEND}
-   =sys-devel/libtool-2*
-   app-arch/xz-utils
-   nls? ( >=sys-devel/gettext-0.19 )
-   virtual/pkgconfig
-"
-DOCS=(
-   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
-   README.dnssec README.modules THANKS TODO
-)
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch
-   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
-   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
-   "${FILESDIR}"/${PN}-4.7.5-libdir-additional.patch
-   "${FILESDIR}"/${PN}-4.7.5-libdir-expat.patch
-   "${FILESDIR}"/${PN}-4.7.5-libdir-readline.patch
-   "${FILESDIR}"/${PN}-4.8.2-libdir-configure.patch
-   "${FILESDIR}"/${PN}-4.8.2-libdir-libidn2.patch
-   "${FILESDIR}"/${PN}-4.8.2-libdir-openssl.patch
-   "${FILESDIR}"/${PN}-4.8.2-libdir-zlib.patch
-   "${FILESDIR}"/${PN}-4.9.0-ipv6.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-
-   elibtoolize # for Darwin bundles
-
-   # bug #536036
-   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable ipv6) \
-   $(use_enable nls) \
-   $(use_with idn libidn2) \
-   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
-   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
-   $(usex ssl "$(use_with gnutls)" 

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2020-11-03 Thread Sergei Trofimovich
commit: 2657147e65d7c8547041a908700324ddc63b86ac
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov  3 22:30:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov  3 22:30:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2657147e

net-ftp/lftp: add slyfox@ to maintainers

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/lftp/metadata.xml | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/net-ftp/lftp/metadata.xml b/net-ftp/lftp/metadata.xml
index 779ee124409..6a9ad4b402e 100644
--- a/net-ftp/lftp/metadata.xml
+++ b/net-ftp/lftp/metadata.xml
@@ -1,9 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-
-Install the convert-mozilla-cookies 
script and its run-time dependencies
-Install the verify-file script and its run-time 
dependencies
-
+   
+   sly...@gentoo.org
+   Sergei Trofimovich
+   
+   
+   Install the 
convert-mozilla-cookies script and its run-time dependencies
+   Install the verify-file script and its 
run-time dependencies
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/, app-text/diction/, app-text/teseq/, sci-calculators/datamash/, ...

2020-11-03 Thread Michał Górny
ent/opera-beta/metadata.xml www-client/opera-developer/metadata.xml 
www-client/opera/metadata.xml www-client/otter/metadata.xml 
www-client/surf/metadata.xml www-client/surfraw/metadata.xml 
www-client/vivaldi-snapshot/metadata.xml www-client/vivaldi/metadata.xml 
www-plugins/adobe-flash/metadata.xml x11-drivers/nvidia-drivers/metadata.xml 
x11-libs/libvdpau/metadata.xml x11-misc/dmenu/metadata.xml 
x11-misc/rofi/metadata.xml x11-misc/sent/metadata.xml 
x11-misc/slock/metadata.xml x11-misc/sprop/metadata.xml 
x11-misc/sselp/metadata.xml x11-misc/tabbed/metadata.xml 
x11-misc/vdpauinfo/metadata.xml x11-misc/xidle/metadata.xml 
x11-misc/xkbset/metadata.xml x11-misc/xowl/metadata.xml 
x11-misc/xssstate/metadata.xml x11-terms/lilyterm/metadata.xml 
x11-terms/rxvt-unicode/metadata.xml x11-terms/st/metadata.xml 
x11-terms/yeahconsole/metadata.xml x11-wm/aewm/metadata.xml 
x11-wm/goomwwm/metadata.xml x11-wm/herbstluftwm/metadata.xml 
x11-wm/musca/metadata.xml x11-wm/pekwm/metadata.xml x11-wm/ratpoison/me
 tadata.xml x11-wm/wmfs/metadata.xml x11-wm/xoat/metadata.xml
X-VCS-Directories: dev-libs/libstrl/ sys-boot/unetbootin/ net-libs/nodejs/ 
dev-util/difffilter/ dev-embedded/stm32flash/ dev-util/splint/ media-gfx/fbida/ 
x11-wm/ratpoison/ x11-terms/rxvt-unicode/ media-gfx/farbfeld/ x11-misc/sselp/ 
x11-wm/aewm/ app-misc/figlet/ sys-fs/jmtpfs/ net-libs/wvstreams/ x11-misc/xowl/ 
x11-terms/lilyterm/ net-analyzer/ifstat/ x11-wm/musca/ sys-block/viaideinfo/ 
net-misc/whatmask/ www-client/vivaldi-snapshot/ net-misc/olsrd/ dev-vcs/cssc/ 
app-arch/mt-st/ sys-fs/fatresize/ app-text/wscr/ www-client/opera-developer/ 
net-misc/chrony/ net-dialup/wvdial/ x11-misc/rofi/ app-admin/sysstat/ 
app-text/jo/ sys-power/powernowd/ media-gfx/scrot/ net-misc/putty/ 
x11-misc/sent/ media-sound/ncmpcpp/ x11-misc/xidle/ app-admin/fam/ 
app-editors/sandy/ x11-misc/vdpauinfo/ x11-terms/yeahconsole/ x11-misc/dmenu/ 
net-misc/apt-cacher-ng/ dev-util/cppi/ www-client/surf/ app-admin/killproc/ 
app-benchmarks/nbench/ app-portage/euses/ www-plugins/adobe-flash/ 
app-text/pinfo/ sci-calculat
 ors/units/ app-admin/lib_users/ x11-wm/xoat/ x11-libs/libvdpau/ 
net-misc/youtube-dl/ www-client/vivaldi/ x11-misc/xssstate/ x11-terms/st/ 
www-client/otter/ x11-misc/tabbed/ dev-libs/libuv/ media-gfx/wings/ 
app-admin/whowatch/ dev-libs/dmalloc/ media-gfx/imv/ net-ftp/lftp/ 
app-text/diction/ sci-calculators/datamash/ app-text/teseq/ 
x11-drivers/nvidia-drivers/ x11-wm/wmfs/ sys-apps/pv/ x11-wm/pekwm/ 
dev-libs/libevent/ www-client/surfraw/ x11-wm/herbstluftwm/ dev-libs/liblinear/ 
net-analyzer/dhcp_probe/ www-client/opera/ dev-util/redo/ net-dns/libidn/ 
net-libs/http-parser/ net-ftp/ncftp/ net-dns/idnkit/ x11-misc/slock/ 
dev-util/indent/ net-analyzer/odhcploc/ net-dns/libidn2/ x11-misc/sprop/ 
media-video/blind/ www-client/opera-beta/ dev-libs/libconfig/ dev-libs/cl/ 
dev-util/complexity/ app-misc/cmatrix/ app-shells/bashish/ x11-wm/goomwwm/ 
app-text/an/ x11-misc/xkbset/ dev-util/rej/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: a39de70660d29970e5382077f18b7e5304c5bfe1
X-VCS-Branch: master
Date: Tue,  3 Nov 2020 21:32:26 + (UTC)

commit: a39de70660d29970e5382077f18b7e5304c5bfe1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  3 21:25:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  3 21:32:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a39de706

*/*: Reassign jer's packages

Signed-off-by: Michał Górny  gentoo.org>

 app-admin/fam/metadata.xml   | 5 +
 app-admin/killproc/metadata.xml  | 4 +---
 app-admin/lib_users/metadata.xml | 6 +-
 app-admin/sysstat/metadata.xml   | 5 +
 app-admin/whowatch/metadata.xml  | 5 +
 app-arch/mt-st/metadata.xml  | 7 ++-
 app-benchmarks/nbench/metadata.xml   | 5 +
 app-editors/sandy/metadata.xml   | 4 +---
 app-misc/cmatrix/metadata.xml| 4 +---
 app-misc/figlet/metadata.xml | 4 +---
 app-portage/euses/metadata.xml   | 4 
 app-shells/bashish/metadata.xml  | 5 +
 app-text/an/metadata.xml | 5 +
 app-text/diction/metadata.xml| 4 
 app-text/jo/metadata.xml | 6 ++
 app-text/pinfo/metadata.xml  | 4 +---
 app-text/teseq/metadata.xml  | 4 +---
 app-text/wscr/metadata.xml   | 4 +---
 dev-embedded/stm32flash/metadata.xml | 5 +
 dev-libs/cl/metadata.xml | 7 ++-
 dev-libs/dmalloc/metadata.xml| 5 +
 dev-libs/libconfig/metadata.xml  | 5 +
 dev-libs/libevent/metadata.xml   | 7 ++-
 dev-libs/liblinear/metadata.xml  | 5 +
 dev-libs/libstrl/metadata.xml| 4 +---
 dev-libs/libuv/metadata.xml  | 3 ---
 dev-util/complexity/metadata.xml | 5 +
 dev-util/cppi/metadata.xml   | 5 +
 

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2020-08-14 Thread Jeroen Roovers
commit: b6ab27a0cd7a20830a7927e4cee428ff78f5a045
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Aug 14 07:24:27 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Aug 14 07:26:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ab27a0

net-ftp/lftp: Version 4.9.2

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-ftp/lftp/Manifest  |   1 +
 net-ftp/lftp/lftp-4.9.2.ebuild | 105 +
 2 files changed, 106 insertions(+)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 7ee58454d13..f99ab21b6a2 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,3 +1,4 @@
 DIST lftp-4.8.4.tar.xz 1633444 BLAKE2B 
cbd85b553268823e7633e414752876db083355d92e55728337bc7863fb3bd89729ac725be41a9bcca275cf1752ea5f8ad01fdc67c7593868084c9c32bb75332d
 SHA512 
2528e2cbfe132068dc75036d6334372f79f8063d44e46c724a28ea1f5b40d8de0d1e36cde3124fbcc27e5ba8be04b893eb1a7546346253768346a80bc54c02d1
 DIST lftp-4.9.0.tar.xz 1642596 BLAKE2B 
111e559c98e0572e1ca79f935a1db8c45c99275c8aa7b584be06d1738296b32808e97d696a02751575c5d1ea24a30a52f5d9f177a193f70addf1168e3208aa13
 SHA512 
8d83ea76390d38cb1f84f02eb7bf45780758afb9fe61f5b7278a48c9a5d216d03bc8b699c0f449a0036bdb441b4225af074da1b5e92a77ddb61aca704758211e
 DIST lftp-4.9.1.tar.xz 1648564 BLAKE2B 
2f36dec3de01dd3f9e7316567912a04196732a1e71a4d1c3a5124471d2941673d7b58bc3182d73d3cf154def905f57d37667d33fedec6ea9434f74850aa64f4d
 SHA512 
303e2354bd61a850403a02ac5b71e54719c12b026c7e36194a6382e9044f1fee93ea581ba0a55fea19981e07b896216e92c7d961c719350762eb0cfb51a2c506
+DIST lftp-4.9.2.tar.xz 1654960 BLAKE2B 
04f168576ae6e001e0b2e93e36d5bffa5ed1e2e671edb6210a54aa0ecedc280885450dcee890d05b64464eb641e7e63c8d4dd170100317dec3fe734ec483
 SHA512 
cda8698e7e34d748715a6fe5dc06c758240302621c7957402f0cc67577acf1a96b436fda4282408dee8171dc84a31e0be432df99a30f0a10057a8e7ea9ec64ad

diff --git a/net-ftp/lftp/lftp-4.9.2.ebuild b/net-ftp/lftp/lftp-4.9.2.ebuild
new file mode 100644
index 000..8724b4d9622
--- /dev/null
+++ b/net-ftp/lftp/lftp-4.9.2.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools libtool xdg-utils
+
+DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
+HOMEPAGE="https://lftp.tech/;
+SRC_URI="https://lftp.tech/ftp/${P}.tar.xz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
+RESTRICT="test"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.1:=
+   >=sys-libs/readline-5.1:=
+   dev-libs/expat
+   sys-libs/zlib
+   convert-mozilla-cookies? ( dev-perl/DBI )
+   idn? ( net-dns/libidn2:= )
+   socks5? (
+   >=net-proxy/dante-1.1.12
+   sys-libs/pam
+   )
+   ssl? (
+   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   verify-file? (
+   dev-perl/String-CRC32
+   virtual/perl-Digest-MD5
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   =sys-devel/libtool-2*
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19 )
+   virtual/pkgconfig
+"
+DOCS=(
+   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
+   README.dnssec README.modules THANKS TODO
+)
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
+   "${FILESDIR}"/${PN}-4.7.5-libdir-additional.patch
+   "${FILESDIR}"/${PN}-4.7.5-libdir-expat.patch
+   "${FILESDIR}"/${PN}-4.8.2-libdir-configure.patch
+   "${FILESDIR}"/${PN}-4.8.2-libdir-libidn2.patch
+   "${FILESDIR}"/${PN}-4.8.2-libdir-openssl.patch
+   "${FILESDIR}"/${PN}-4.8.2-libdir-zlib.patch
+   "${FILESDIR}"/${PN}-4.9.1-libdir-readline.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+
+   elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable ipv6) \
+   $(use_enable nls) \
+   $(use_with idn libidn2) \
+   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
+   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
+   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
+   --enable-packager-mode \
+   --sysconfdir="${EPREFIX}"/etc/${PN} \
+   

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2020-07-23 Thread Kent Fredric
commit: 7c16fe9632842d00fd3abee244cab916246d4672
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Jul 23 11:52:30 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jul 23 12:46:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c16fe96

net-ftp/lftp: Drop solaris prefixes re bug #690140

Depends:
- dev-perl/String-CRC32

Bug: https://bugs.gentoo.org/690140
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 net-ftp/lftp/lftp-4.8.4-r1.ebuild | 2 +-
 net-ftp/lftp/lftp-4.9.0.ebuild| 2 +-
 net-ftp/lftp/lftp-4.9.1.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-ftp/lftp/lftp-4.8.4-r1.ebuild 
b/net-ftp/lftp/lftp-4.8.4-r1.ebuild
index 5da30b09e28..b687dc9df2f 100644
--- a/net-ftp/lftp/lftp-4.8.4-r1.ebuild
+++ b/net-ftp/lftp/lftp-4.8.4-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://lftp.tech/ftp/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 RESTRICT="test"
 

diff --git a/net-ftp/lftp/lftp-4.9.0.ebuild b/net-ftp/lftp/lftp-4.9.0.ebuild
index df12d927977..91f68b2cd96 100644
--- a/net-ftp/lftp/lftp-4.9.0.ebuild
+++ b/net-ftp/lftp/lftp-4.9.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://lftp.tech/ftp/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 RESTRICT="test"
 

diff --git a/net-ftp/lftp/lftp-4.9.1.ebuild b/net-ftp/lftp/lftp-4.9.1.ebuild
index 33630583e6b..8724b4d9622 100644
--- a/net-ftp/lftp/lftp-4.9.1.ebuild
+++ b/net-ftp/lftp/lftp-4.9.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://lftp.tech/ftp/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/, net-ftp/lftp/files/

2020-03-27 Thread Jeroen Roovers
commit: 74b9ddb6a09a6b6cfdbfb98d98e18a6db0220e51
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Mar 27 06:34:34 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Mar 27 06:46:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b9ddb6

net-ftp/lftp: Update live ebuild

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-ftp/lftp/files/lftp--libdir-readline.patch | 11 +++
 net-ftp/lftp/lftp-.ebuild  |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/net-ftp/lftp/files/lftp--libdir-readline.patch 
b/net-ftp/lftp/files/lftp--libdir-readline.patch
new file mode 100644
index 000..fde1017f4bd
--- /dev/null
+++ b/net-ftp/lftp/files/lftp--libdir-readline.patch
@@ -0,0 +1,11 @@
+--- a/m4/lftp_lib_readline.m4
 b/m4/lftp_lib_readline.m4
+@@ -107,7 +107,7 @@
+   if test -f "$readline_include_dir/readline/readline.h"; then
+   readline_include_dir="$readline_include_dir/readline"
+   fi
+-readline_ld_flags="-L$readline_prefix/lib"
++readline_ld_flags="-L$libdir"
+ if test -z "$readline_lib_flags"; then
+ readline_lib_flags="-lreadline"
+ fi

diff --git a/net-ftp/lftp/lftp-.ebuild b/net-ftp/lftp/lftp-.ebuild
index 44b55978713..b38775a32ae 100644
--- a/net-ftp/lftp/lftp-.ebuild
+++ b/net-ftp/lftp/lftp-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -53,11 +53,11 @@ DOCS=(
 PATCHES=(
"${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
"${FILESDIR}"/${PN}-4.7.5-libdir-expat.patch
-   "${FILESDIR}"/${PN}-4.7.5-libdir-readline.patch
"${FILESDIR}"/${PN}-4.8.2-libdir-configure.patch
"${FILESDIR}"/${PN}-4.8.2-libdir-libidn2.patch
"${FILESDIR}"/${PN}-4.8.2-libdir-openssl.patch
"${FILESDIR}"/${PN}-4.8.2-libdir-zlib.patch
+   "${FILESDIR}"/${PN}--libdir-readline.patch
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/files/, net-ftp/lftp/

2020-01-15 Thread Jeroen Roovers
commit: 4cf2aa76869f2fcb3ccf667042068d937dbafada
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan 15 23:34:37 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan 15 23:37:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf2aa76

net-ftp/lftp: Version 4.9.1

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-ftp/lftp/Manifest  |   1 +
 .../lftp/files/lftp-4.9.1-libdir-readline.patch|  11 +++
 net-ftp/lftp/lftp-4.9.1.ebuild | 105 +
 3 files changed, 117 insertions(+)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 37283c7c30b..7ee58454d13 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,2 +1,3 @@
 DIST lftp-4.8.4.tar.xz 1633444 BLAKE2B 
cbd85b553268823e7633e414752876db083355d92e55728337bc7863fb3bd89729ac725be41a9bcca275cf1752ea5f8ad01fdc67c7593868084c9c32bb75332d
 SHA512 
2528e2cbfe132068dc75036d6334372f79f8063d44e46c724a28ea1f5b40d8de0d1e36cde3124fbcc27e5ba8be04b893eb1a7546346253768346a80bc54c02d1
 DIST lftp-4.9.0.tar.xz 1642596 BLAKE2B 
111e559c98e0572e1ca79f935a1db8c45c99275c8aa7b584be06d1738296b32808e97d696a02751575c5d1ea24a30a52f5d9f177a193f70addf1168e3208aa13
 SHA512 
8d83ea76390d38cb1f84f02eb7bf45780758afb9fe61f5b7278a48c9a5d216d03bc8b699c0f449a0036bdb441b4225af074da1b5e92a77ddb61aca704758211e
+DIST lftp-4.9.1.tar.xz 1648564 BLAKE2B 
2f36dec3de01dd3f9e7316567912a04196732a1e71a4d1c3a5124471d2941673d7b58bc3182d73d3cf154def905f57d37667d33fedec6ea9434f74850aa64f4d
 SHA512 
303e2354bd61a850403a02ac5b71e54719c12b026c7e36194a6382e9044f1fee93ea581ba0a55fea19981e07b896216e92c7d961c719350762eb0cfb51a2c506

diff --git a/net-ftp/lftp/files/lftp-4.9.1-libdir-readline.patch 
b/net-ftp/lftp/files/lftp-4.9.1-libdir-readline.patch
new file mode 100644
index 000..fde1017f4bd
--- /dev/null
+++ b/net-ftp/lftp/files/lftp-4.9.1-libdir-readline.patch
@@ -0,0 +1,11 @@
+--- a/m4/lftp_lib_readline.m4
 b/m4/lftp_lib_readline.m4
+@@ -107,7 +107,7 @@
+   if test -f "$readline_include_dir/readline/readline.h"; then
+   readline_include_dir="$readline_include_dir/readline"
+   fi
+-readline_ld_flags="-L$readline_prefix/lib"
++readline_ld_flags="-L$libdir"
+ if test -z "$readline_lib_flags"; then
+ readline_lib_flags="-lreadline"
+ fi

diff --git a/net-ftp/lftp/lftp-4.9.1.ebuild b/net-ftp/lftp/lftp-4.9.1.ebuild
new file mode 100644
index 000..33630583e6b
--- /dev/null
+++ b/net-ftp/lftp/lftp-4.9.1.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools libtool xdg-utils
+
+DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
+HOMEPAGE="https://lftp.tech/;
+SRC_URI="https://lftp.tech/ftp/${P}.tar.xz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
+RESTRICT="test"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.1:=
+   >=sys-libs/readline-5.1:=
+   dev-libs/expat
+   sys-libs/zlib
+   convert-mozilla-cookies? ( dev-perl/DBI )
+   idn? ( net-dns/libidn2:= )
+   socks5? (
+   >=net-proxy/dante-1.1.12
+   sys-libs/pam
+   )
+   ssl? (
+   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   verify-file? (
+   dev-perl/String-CRC32
+   virtual/perl-Digest-MD5
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   =sys-devel/libtool-2*
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19 )
+   virtual/pkgconfig
+"
+DOCS=(
+   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
+   README.dnssec README.modules THANKS TODO
+)
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
+   "${FILESDIR}"/${PN}-4.7.5-libdir-additional.patch
+   "${FILESDIR}"/${PN}-4.7.5-libdir-expat.patch
+   "${FILESDIR}"/${PN}-4.8.2-libdir-configure.patch
+   "${FILESDIR}"/${PN}-4.8.2-libdir-libidn2.patch
+   "${FILESDIR}"/${PN}-4.8.2-libdir-openssl.patch
+   "${FILESDIR}"/${PN}-4.8.2-libdir-zlib.patch
+   "${FILESDIR}"/${PN}-4.9.1-libdir-readline.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+
+   elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/, net-ftp/lftp/files/

2019-12-23 Thread Jeroen Roovers
commit: 1859ce88d3e01568e8a971c730731071b1515821
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Dec 23 15:49:28 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Dec 23 16:13:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1859ce88

net-ftp/lftp: Version 4.9.0

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-ftp/lftp/Manifest|   1 +
 net-ftp/lftp/files/lftp-4.9.0-ipv6.patch |  18 ++
 net-ftp/lftp/lftp-4.9.0.ebuild   | 108 +++
 3 files changed, 127 insertions(+)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 7fc73c4df9c..37283c7c30b 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1 +1,2 @@
 DIST lftp-4.8.4.tar.xz 1633444 BLAKE2B 
cbd85b553268823e7633e414752876db083355d92e55728337bc7863fb3bd89729ac725be41a9bcca275cf1752ea5f8ad01fdc67c7593868084c9c32bb75332d
 SHA512 
2528e2cbfe132068dc75036d6334372f79f8063d44e46c724a28ea1f5b40d8de0d1e36cde3124fbcc27e5ba8be04b893eb1a7546346253768346a80bc54c02d1
+DIST lftp-4.9.0.tar.xz 1642596 BLAKE2B 
111e559c98e0572e1ca79f935a1db8c45c99275c8aa7b584be06d1738296b32808e97d696a02751575c5d1ea24a30a52f5d9f177a193f70addf1168e3208aa13
 SHA512 
8d83ea76390d38cb1f84f02eb7bf45780758afb9fe61f5b7278a48c9a5d216d03bc8b699c0f449a0036bdb441b4225af074da1b5e92a77ddb61aca704758211e

diff --git a/net-ftp/lftp/files/lftp-4.9.0-ipv6.patch 
b/net-ftp/lftp/files/lftp-4.9.0-ipv6.patch
new file mode 100644
index 000..2c02ce5e787
--- /dev/null
+++ b/net-ftp/lftp/files/lftp-4.9.0-ipv6.patch
@@ -0,0 +1,18 @@
+--- a/src/ftpclass.cc
 b/src/ftpclass.cc
+@@ -848,6 +848,7 @@ Ftp::pasv_state_t Ftp::Handle_EPSV_CEPR()
+   conn->data_sa.in.sin_port=htons(port);
+   conn->data_sa.sa.sa_family=AF_INET;
+}
++#if INET6
+// V6 / AF_INET6
+else if (proto == 2)
+{
+@@ -855,6 +856,7 @@ Ftp::pasv_state_t Ftp::Handle_EPSV_CEPR()
+   conn->data_sa.in6.sin6_port=htons(port);
+   conn->data_sa.sa.sa_family=AF_INET6;
+}
++#endif
+else
+{
+   Disconnect("unsupported address family");

diff --git a/net-ftp/lftp/lftp-4.9.0.ebuild b/net-ftp/lftp/lftp-4.9.0.ebuild
new file mode 100644
index 000..617212d87a4
--- /dev/null
+++ b/net-ftp/lftp/lftp-4.9.0.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools libtool xdg-utils
+
+DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
+HOMEPAGE="https://lftp.tech/;
+SRC_URI="
+   ${HOMEPAGE}ftp/${P}.tar.xz
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
+RESTRICT="test"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.1:=
+   >=sys-libs/readline-5.1:=
+   dev-libs/expat
+   sys-libs/zlib
+   convert-mozilla-cookies? ( dev-perl/DBI )
+   idn? ( net-dns/libidn2:= )
+   socks5? (
+   >=net-proxy/dante-1.1.12
+   sys-libs/pam
+   )
+   ssl? (
+   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   verify-file? (
+   dev-perl/String-CRC32
+   virtual/perl-Digest-MD5
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   =sys-devel/libtool-2*
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19 )
+   virtual/pkgconfig
+"
+DOCS=(
+   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
+   README.dnssec README.modules THANKS TODO
+)
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
+   "${FILESDIR}"/${PN}-4.7.5-libdir-additional.patch
+   "${FILESDIR}"/${PN}-4.7.5-libdir-expat.patch
+   "${FILESDIR}"/${PN}-4.7.5-libdir-readline.patch
+   "${FILESDIR}"/${PN}-4.8.2-libdir-configure.patch
+   "${FILESDIR}"/${PN}-4.8.2-libdir-libidn2.patch
+   "${FILESDIR}"/${PN}-4.8.2-libdir-openssl.patch
+   "${FILESDIR}"/${PN}-4.8.2-libdir-zlib.patch
+   "${FILESDIR}"/${PN}-4.9.0-ipv6.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+
+   elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable ipv6) \
+   $(use_enable nls) \
+   $(use_with idn libidn2) \
+   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
+   

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2019-10-12 Thread Mikle Kolyada
commit: 2c11617d5b261699f277e17a11bff79e1812609d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Oct 12 19:29:05 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Oct 12 19:29:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c11617d

net-ftp/lftp: migrate to sys-libs/pam

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-ftp/lftp/lftp-4.8.4-r1.ebuild | 2 +-
 net-ftp/lftp/lftp-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-ftp/lftp/lftp-4.8.4-r1.ebuild 
b/net-ftp/lftp/lftp-4.8.4-r1.ebuild
index 56f3dfd33dc..239987fda9a 100644
--- a/net-ftp/lftp/lftp-4.8.4-r1.ebuild
+++ b/net-ftp/lftp/lftp-4.8.4-r1.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
idn? ( net-dns/libidn2:= )
socks5? (
>=net-proxy/dante-1.1.12
-   virtual/pam
+   sys-libs/pam
)
ssl? (
gnutls? ( >=net-libs/gnutls-1.2.3:0= )

diff --git a/net-ftp/lftp/lftp-.ebuild b/net-ftp/lftp/lftp-.ebuild
index ae490e6c7f3..44b55978713 100644
--- a/net-ftp/lftp/lftp-.ebuild
+++ b/net-ftp/lftp/lftp-.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
idn? ( net-dns/libidn2:= )
socks5? (
>=net-proxy/dante-1.1.12
-   virtual/pam
+   sys-libs/pam
)
ssl? (
gnutls? ( >=net-libs/gnutls-1.2.3:0= )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/, net-ftp/lftp/files/

2019-05-03 Thread Jeroen Roovers
commit: 93ce6a29b012ae8e10039e4f9a02c71bc8745e39
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May  3 08:26:24 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May  3 08:26:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ce6a29

net-ftp/lftp: Old

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Bug: https://bugs.gentoo.org/show_bug.cgi?id=662882
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-ftp/lftp/Manifest  |   1 -
 .../lftp/files/lftp-4.7.5-libdir-configure.patch   |  10 --
 net-ftp/lftp/files/lftp-4.7.5-libdir-libidn.patch  |  10 --
 net-ftp/lftp/files/lftp-4.7.5-libdir-openssl.patch |  18 
 net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch|  28 --
 net-ftp/lftp/lftp-4.7.5.ebuild |  98 
 net-ftp/lftp/lftp-4.8.4.ebuild | 101 -
 7 files changed, 266 deletions(-)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index eeccc3697da..7fc73c4df9c 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,2 +1 @@
-DIST lftp-4.7.5.tar.xz 1567232 BLAKE2B 
6ff7d264102ee25e989136b67b0587c025fd29a2573b25e4b9baac63c0ff0e9e40ab61ad50f8b892eb2f16dd31266056840aec0fb260686eb3b1714e4326
 SHA512 
e7d478367a3b79f61686a538827efe8afb807a587d2967189ae351927e3acb0d5b097d8707e0cb3997aa650f8f0787aa44038bb1d081e393bc7202b348249960
 DIST lftp-4.8.4.tar.xz 1633444 BLAKE2B 
cbd85b553268823e7633e414752876db083355d92e55728337bc7863fb3bd89729ac725be41a9bcca275cf1752ea5f8ad01fdc67c7593868084c9c32bb75332d
 SHA512 
2528e2cbfe132068dc75036d6334372f79f8063d44e46c724a28ea1f5b40d8de0d1e36cde3124fbcc27e5ba8be04b893eb1a7546346253768346a80bc54c02d1

diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-configure.patch 
b/net-ftp/lftp/files/lftp-4.7.5-libdir-configure.patch
deleted file mode 100644
index e855ac19432..000
--- a/net-ftp/lftp/files/lftp-4.7.5-libdir-configure.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -186,7 +186,6 @@
- esac
- 
- if test x$socks_loc != x; then
--   LDFLAGS="$LDFLAGS -L$socks_loc/lib"
-CPPFLAGS="$CPPFLAGS -I$socks_loc/include"
- fi
- 

diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-libidn.patch 
b/net-ftp/lftp/files/lftp-4.7.5-libdir-libidn.patch
deleted file mode 100644
index 890138013da..000
--- a/net-ftp/lftp/files/lftp-4.7.5-libdir-libidn.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/m4/lftp.m4
-+++ b/m4/lftp.m4
-@@ -319,7 +319,6 @@
-libidn=$withval, libidn=yes)
-  if test "$libidn" != "no"; then
-if test "$libidn" != "yes"; then
-- LDFLAGS="${LDFLAGS} -L$libidn/lib"
-  CPPFLAGS="${CPPFLAGS} -I$libidn/include"
-fi
-AC_CHECK_HEADER(idna.h,

diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-openssl.patch 
b/net-ftp/lftp/files/lftp-4.7.5-libdir-openssl.patch
deleted file mode 100644
index 44c5239ae03..000
--- a/net-ftp/lftp/files/lftp-4.7.5-libdir-openssl.patch
+++ /dev/null
@@ -1,18 +0,0 @@
 a/m4/ssl.m4
-+++ b/m4/ssl.m4
-@@ -10,7 +10,6 @@
-   old_CPPFLAGS="$CPPFLAGS"
-   LIBS="$LIBS -lssl -lcrypto"
-   if test $loc != default; then
--  LDFLAGS="$LDFLAGS -L$loc/lib"
-   CPPFLAGS="$CPPFLAGS -I$loc/include"
-   fi
-   AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include 
-@@ -21,7 +20,6 @@
-   if test $found_loc != "none"; then
-   lftp_cv_openssl="OPENSSL_LIBS=\"-lssl -lcrypto\""
-   if test $found_loc != default; then
--  lftp_cv_openssl="$lftp_cv_openssl 
OPENSSL_LDFLAGS=\"-L$found_loc/lib -R$found_loc/lib\""
-   lftp_cv_openssl="$lftp_cv_openssl 
OPENSSL_CPPFLAGS=-I$found_loc/include"
-   fi
-   break;

diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch 
b/net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch
deleted file mode 100644
index 791bd2c5a3b..000
--- a/net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch
+++ /dev/null
@@ -1,28 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -305,7 +305,6 @@
- 
- AX_CHECK_ZLIB([
-AC_SUBST([ZLIB],[-lz])
--   AC_SUBST([ZLIB_LDFLAGS],["-L${ZLIB_HOME}/lib"])
-AC_SUBST([ZLIB_CPPFLAGS],["-I${ZLIB_HOME}/include"])
- ],[
-AC_MSG_ERROR([cannot find -lz library, install zlib-devel package])
 a/m4/ax_check_zlib.m4
-+++ b/m4/ax_check_zlib.m4
-@@ -105,7 +105,6 @@
-   ZLIB_OLD_LDFLAGS=$LDFLAGS
-   ZLIB_OLD_CPPFLAGS=$CPPFLAGS
-   if test -n "${ZLIB_HOME}"; then
--LDFLAGS="$LDFLAGS -L${ZLIB_HOME}/lib"
- CPPFLAGS="$CPPFLAGS -I${ZLIB_HOME}/include"
-   fi
-   AC_LANG_SAVE
-@@ -120,7 +119,6 @@
- #
- m4_ifblank([$1],[
- CPPFLAGS="$CPPFLAGS -I${ZLIB_HOME}/include"
--LDFLAGS="$LDFLAGS -L${ZLIB_HOME}/lib"
- LIBS="-lz $LIBS"
-  

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2019-05-03 Thread Sergei Trofimovich
commit: cee0cc1e1c797ea769345ff91533d63a56823574
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May  3 07:09:27 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May  3 07:11:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee0cc1e

net-ftp/lftp: stable 4.8.4-r1 for hppa, bug #662882

Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/lftp/lftp-4.8.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.8.4-r1.ebuild 
b/net-ftp/lftp/lftp-4.8.4-r1.ebuild
index 615cb8be370..a814be2121b 100644
--- a/net-ftp/lftp/lftp-4.8.4-r1.ebuild
+++ b/net-ftp/lftp/lftp-4.8.4-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2019-05-02 Thread Mikle Kolyada
commit: d74880a936ee46249fdb5367e8f37be698c773bf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May  2 21:00:21 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May  2 21:00:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74880a9

net-ftp/lftp: alpha stable wrt bug #662882

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="alpha"

 net-ftp/lftp/lftp-4.8.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.8.4-r1.ebuild 
b/net-ftp/lftp/lftp-4.8.4-r1.ebuild
index 3ae874e55cc..615cb8be370 100644
--- a/net-ftp/lftp/lftp-4.8.4-r1.ebuild
+++ b/net-ftp/lftp/lftp-4.8.4-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2019-05-01 Thread Markus Meier
commit: af191bacdefdbe8b345e1f3c086bd785b2533fb8
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May  2 05:02:13 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May  2 05:02:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af191bac

net-ftp/lftp: arm stable, bug #662882

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 net-ftp/lftp/lftp-4.8.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.8.4-r1.ebuild 
b/net-ftp/lftp/lftp-4.8.4-r1.ebuild
index ff56e1feb5d..3ae874e55cc 100644
--- a/net-ftp/lftp/lftp-4.8.4-r1.ebuild
+++ b/net-ftp/lftp/lftp-4.8.4-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2019-04-26 Thread Sergei Trofimovich
commit: 70bfd3f65e2a8261d26d00a2b2e9596b11f2a650
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Apr 26 16:22:14 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr 26 20:34:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70bfd3f6

net-ftp/lftp: stable 4.8.4-r1 for sparc, bug #662882

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/lftp/lftp-4.8.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.8.4-r1.ebuild 
b/net-ftp/lftp/lftp-4.8.4-r1.ebuild
index f7c1213e4e1..5894b284ae2 100644
--- a/net-ftp/lftp/lftp-4.8.4-r1.ebuild
+++ b/net-ftp/lftp/lftp-4.8.4-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2019-04-24 Thread Thomas Deutschmann
commit: b63f5fd766580f938c8505fd6d771e07e0bb1b53
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 24 21:20:13 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 24 21:32:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b63f5fd7

net-ftp/lftp: x86 stable (bug #662882)

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-ftp/lftp/lftp-4.8.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.8.4-r1.ebuild 
b/net-ftp/lftp/lftp-4.8.4-r1.ebuild
index 61948d62fc5..f7c1213e4e1 100644
--- a/net-ftp/lftp/lftp-4.8.4-r1.ebuild
+++ b/net-ftp/lftp/lftp-4.8.4-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2019-04-23 Thread Mikle Kolyada
commit: d650acf8c3269a3a31e95a18260bc78884154d6e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr 23 19:28:09 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr 23 19:28:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d650acf8

net-ftp/lftp: amd64 stable wrt bug #662882

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 net-ftp/lftp/lftp-4.8.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.8.4-r1.ebuild 
b/net-ftp/lftp/lftp-4.8.4-r1.ebuild
index 5faea52009e..61948d62fc5 100644
--- a/net-ftp/lftp/lftp-4.8.4-r1.ebuild
+++ b/net-ftp/lftp/lftp-4.8.4-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2019-03-03 Thread Jeroen Roovers
commit: 97e3267240185760244506ad14b13d6f9e3ccc2f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Mar  3 12:26:11 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Mar  3 13:11:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e32672

net-ftp/lftp: EAPI bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 .../{lftp-.ebuild => lftp-4.8.4-r1.ebuild} | 36 ++
 net-ftp/lftp/lftp-.ebuild  | 12 ++--
 2 files changed, 33 insertions(+), 15 deletions(-)

diff --git a/net-ftp/lftp/lftp-.ebuild b/net-ftp/lftp/lftp-4.8.4-r1.ebuild
similarity index 77%
copy from net-ftp/lftp/lftp-.ebuild
copy to net-ftp/lftp/lftp-4.8.4-r1.ebuild
index 4f73a82a139..5faea52009e 100644
--- a/net-ftp/lftp/lftp-.ebuild
+++ b/net-ftp/lftp/lftp-4.8.4-r1.ebuild
@@ -1,17 +1,20 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit autotools eutils git-r3 libtool
+EAPI=7
+inherit autotools libtool xdg-utils
 
 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
 HOMEPAGE="https://lftp.tech/;
-EGIT_REPO_URI="https://github.com/lavv17/lftp;
+SRC_URI="
+   ${HOMEPAGE}ftp/${P}.tar.xz
+"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
+RESTRICT="test"
 
 RDEPEND="
>=sys-libs/ncurses-5.1:=
@@ -36,22 +39,22 @@ RDEPEND="
virtual/perl-Digest-MD5
)
 "
-
 DEPEND="
${RDEPEND}
-   dev-libs/gnulib
=sys-devel/libtool-2*
app-arch/xz-utils
nls? ( >=sys-devel/gettext-0.19 )
virtual/pkgconfig
 "
-
 DOCS=(
BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
README.dnssec README.modules THANKS TODO
 )
 PATCHES=(
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch
"${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
+   "${FILESDIR}"/${PN}-4.7.5-libdir-additional.patch
"${FILESDIR}"/${PN}-4.7.5-libdir-expat.patch
"${FILESDIR}"/${PN}-4.7.5-libdir-readline.patch
"${FILESDIR}"/${PN}-4.8.2-libdir-configure.patch
@@ -63,12 +66,12 @@ PATCHES=(
 src_prepare() {
default
 
-   gnulib-tool --update || die
-
-   chmod +x build-aux/git-version-gen || die
-
eautoreconf
+
elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
 }
 
 src_configure() {
@@ -87,11 +90,18 @@ src_configure() {
 }
 
 src_install() {
-   # FIXME: MKDIR_P is not getting picked up in po/Makefile
-   emake DESTDIR="${D}" mkdir_p="mkdir -p" install
+   default
 
local script
for script in {convert-mozilla-cookies,verify-file}; do
use ${script} || { rm "${ED}"/usr/share/${PN}/${script} || die 
;}
done
 }
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}

diff --git a/net-ftp/lftp/lftp-.ebuild b/net-ftp/lftp/lftp-.ebuild
index 4f73a82a139..ae490e6c7f3 100644
--- a/net-ftp/lftp/lftp-.ebuild
+++ b/net-ftp/lftp/lftp-.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit autotools eutils git-r3 libtool
+EAPI=7
+inherit autotools git-r3 libtool xdg-utils
 
 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
 HOMEPAGE="https://lftp.tech/;
@@ -95,3 +95,11 @@ src_install() {
use ${script} || { rm "${ED}"/usr/share/${PN}/${script} || die 
;}
done
 }
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2019-01-06 Thread Jeroen Roovers
commit: eaa749c12265bb592deb57e9b2a374589e9f3e45
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jan  6 14:58:08 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jan  6 14:58:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa749c1

net-ftp/lftp: Fix net-dns/libidn and net-dns/libidn2 dependencies

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-ftp/lftp/lftp-4.7.5.ebuild | 4 ++--
 net-ftp/lftp/lftp-4.8.4.ebuild | 4 ++--
 net-ftp/lftp/lftp-.ebuild  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-ftp/lftp/lftp-4.7.5.ebuild b/net-ftp/lftp/lftp-4.7.5.ebuild
index ed6f78f723f..6dac748590d 100644
--- a/net-ftp/lftp/lftp-4.7.5.ebuild
+++ b/net-ftp/lftp/lftp-4.7.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ RDEPEND="
dev-libs/expat
sys-libs/zlib
convert-mozilla-cookies? ( dev-perl/DBI )
-   idn? ( net-dns/libidn )
+   idn? ( net-dns/libidn:= )
socks5? (
>=net-proxy/dante-1.1.12
virtual/pam

diff --git a/net-ftp/lftp/lftp-4.8.4.ebuild b/net-ftp/lftp/lftp-4.8.4.ebuild
index 789fc72fda1..2fe153fc40d 100644
--- a/net-ftp/lftp/lftp-4.8.4.ebuild
+++ b/net-ftp/lftp/lftp-4.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,7 @@ RDEPEND="
dev-libs/expat
sys-libs/zlib
convert-mozilla-cookies? ( dev-perl/DBI )
-   idn? ( net-dns/libidn2 )
+   idn? ( net-dns/libidn2:= )
socks5? (
>=net-proxy/dante-1.1.12
virtual/pam

diff --git a/net-ftp/lftp/lftp-.ebuild b/net-ftp/lftp/lftp-.ebuild
index d8dca66a3ca..4f73a82a139 100644
--- a/net-ftp/lftp/lftp-.ebuild
+++ b/net-ftp/lftp/lftp-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ RDEPEND="
dev-libs/expat
sys-libs/zlib
convert-mozilla-cookies? ( dev-perl/DBI )
-   idn? ( net-dns/libidn2 )
+   idn? ( net-dns/libidn2:= )
socks5? (
>=net-proxy/dante-1.1.12
virtual/pam



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2018-08-26 Thread Jeroen Roovers
commit: dd6d04fe1ae7c3f80f4a6e2cc53fdf55e2f32082
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Aug 27 05:25:58 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Aug 27 05:27:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6d04fe

net-ftp/lftp: Stable for HPPA too.

Package-Manager: Portage-2.3.48, Repoman-2.3.10
RepoMan-Options: --ignore-arches

 net-ftp/lftp/lftp-4.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.8.4.ebuild b/net-ftp/lftp/lftp-4.8.4.ebuild
index 6f3e633cdb1..789fc72fda1 100644
--- a/net-ftp/lftp/lftp-4.8.4.ebuild
+++ b/net-ftp/lftp/lftp-4.8.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2018-08-09 Thread Jeroen Roovers
commit: d0618e57170960e635749ed516d2e38ca8f306d8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug  9 21:14:55 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug  9 21:14:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0618e57

net-ftp/lftp: Stable for AMD64 x86 too.

Package-Manager: Portage-2.3.45, Repoman-2.3.10
RepoMan-Options: --ignore-arches

 net-ftp/lftp/lftp-4.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.8.4.ebuild b/net-ftp/lftp/lftp-4.8.4.ebuild
index 3ea35f33f1d..6f3e633cdb1 100644
--- a/net-ftp/lftp/lftp-4.8.4.ebuild
+++ b/net-ftp/lftp/lftp-4.8.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2018-08-07 Thread Jeroen Roovers
commit: 7a2ca2d55142d294d6f9d26514ee234fd66eebe7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug  7 06:42:28 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug  7 07:04:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2ca2d5

net-ftp/lftp: Version 4.8.4.

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 net-ftp/lftp/Manifest  |   1 +
 net-ftp/lftp/lftp-4.8.4.ebuild | 101 +
 2 files changed, 102 insertions(+)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 770888adff1..947efdcfb50 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,3 +1,4 @@
 DIST lftp-4.7.5.tar.xz 1567232 BLAKE2B 
6ff7d264102ee25e989136b67b0587c025fd29a2573b25e4b9baac63c0ff0e9e40ab61ad50f8b892eb2f16dd31266056840aec0fb260686eb3b1714e4326
 SHA512 
e7d478367a3b79f61686a538827efe8afb807a587d2967189ae351927e3acb0d5b097d8707e0cb3997aa650f8f0787aa44038bb1d081e393bc7202b348249960
 DIST lftp-4.8.2.tar.xz 1598920 BLAKE2B 
2946a0ac3e915983e85f08f4c8a293cfd76b837dff007c60230522f4633dac9f9f198ee1d0e9e0d13217b83a55e46bd024d18d863e44bc17071561da6ec917a6
 SHA512 
582775c27f020a6864b960a06681698522842e147deee6dba18115738af56fc0094c2b21ed1eb4984626276472f707be795fcf4b23f451ba17a60e4bf8facd5e
 DIST lftp-4.8.3.tar.xz 1602324 BLAKE2B 
196a9a08f97512952ea8c9e95b85c7222765a9df05d300d6c2cc3bd934b746d0c62a3d4c93a5c6eb3f1eca138495ae1c09edc31ad4f5516128c44fd3b8bbf2de
 SHA512 
16d0ddc36ac00db009fd4e634a2eaa575bd1c690ea7e1af396317ccc677704d2a4dfa19ea0c46dab83450072714086ed2b15ac00ffe51ec5c9bb900e5e744583
+DIST lftp-4.8.4.tar.xz 1633444 BLAKE2B 
cbd85b553268823e7633e414752876db083355d92e55728337bc7863fb3bd89729ac725be41a9bcca275cf1752ea5f8ad01fdc67c7593868084c9c32bb75332d
 SHA512 
2528e2cbfe132068dc75036d6334372f79f8063d44e46c724a28ea1f5b40d8de0d1e36cde3124fbcc27e5ba8be04b893eb1a7546346253768346a80bc54c02d1

diff --git a/net-ftp/lftp/lftp-4.8.4.ebuild b/net-ftp/lftp/lftp-4.8.4.ebuild
new file mode 100644
index 000..3ea35f33f1d
--- /dev/null
+++ b/net-ftp/lftp/lftp-4.8.4.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils libtool
+
+DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
+HOMEPAGE="https://lftp.tech/;
+SRC_URI="
+   ${HOMEPAGE}ftp/${P}.tar.xz
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
+RESTRICT="test"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.1:=
+   >=sys-libs/readline-5.1:=
+   dev-libs/expat
+   sys-libs/zlib
+   convert-mozilla-cookies? ( dev-perl/DBI )
+   idn? ( net-dns/libidn2 )
+   socks5? (
+   >=net-proxy/dante-1.1.12
+   virtual/pam
+   )
+   ssl? (
+   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   verify-file? (
+   dev-perl/String-CRC32
+   virtual/perl-Digest-MD5
+   )
+"
+
+DEPEND="
+   ${RDEPEND}
+   =sys-devel/libtool-2*
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19 )
+   virtual/pkgconfig
+"
+
+DOCS=(
+   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
+   README.dnssec README.modules THANKS TODO
+)
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
+   "${FILESDIR}"/${PN}-4.7.5-libdir-additional.patch
+   "${FILESDIR}"/${PN}-4.7.5-libdir-expat.patch
+   "${FILESDIR}"/${PN}-4.7.5-libdir-readline.patch
+   "${FILESDIR}"/${PN}-4.8.2-libdir-configure.patch
+   "${FILESDIR}"/${PN}-4.8.2-libdir-libidn2.patch
+   "${FILESDIR}"/${PN}-4.8.2-libdir-openssl.patch
+   "${FILESDIR}"/${PN}-4.8.2-libdir-zlib.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+
+   elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable ipv6) \
+   $(use_enable nls) \
+   $(use_with idn libidn2) \
+   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
+   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
+   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
+   --enable-packager-mode \
+   --sysconfdir="${EPREFIX}"/etc/${PN} \
+  

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2018-08-07 Thread Jeroen Roovers
commit: 7b2be5e38117c04fe233facc1d001674356094fd
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug  7 06:43:38 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug  7 07:04:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b2be5e3

net-ftp/lftp: Old.

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 net-ftp/lftp/Manifest  |   2 -
 net-ftp/lftp/lftp-4.8.2.ebuild | 101 -
 net-ftp/lftp/lftp-4.8.3.ebuild | 101 -
 3 files changed, 204 deletions(-)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 947efdcfb50..eeccc3697da 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,4 +1,2 @@
 DIST lftp-4.7.5.tar.xz 1567232 BLAKE2B 
6ff7d264102ee25e989136b67b0587c025fd29a2573b25e4b9baac63c0ff0e9e40ab61ad50f8b892eb2f16dd31266056840aec0fb260686eb3b1714e4326
 SHA512 
e7d478367a3b79f61686a538827efe8afb807a587d2967189ae351927e3acb0d5b097d8707e0cb3997aa650f8f0787aa44038bb1d081e393bc7202b348249960
-DIST lftp-4.8.2.tar.xz 1598920 BLAKE2B 
2946a0ac3e915983e85f08f4c8a293cfd76b837dff007c60230522f4633dac9f9f198ee1d0e9e0d13217b83a55e46bd024d18d863e44bc17071561da6ec917a6
 SHA512 
582775c27f020a6864b960a06681698522842e147deee6dba18115738af56fc0094c2b21ed1eb4984626276472f707be795fcf4b23f451ba17a60e4bf8facd5e
-DIST lftp-4.8.3.tar.xz 1602324 BLAKE2B 
196a9a08f97512952ea8c9e95b85c7222765a9df05d300d6c2cc3bd934b746d0c62a3d4c93a5c6eb3f1eca138495ae1c09edc31ad4f5516128c44fd3b8bbf2de
 SHA512 
16d0ddc36ac00db009fd4e634a2eaa575bd1c690ea7e1af396317ccc677704d2a4dfa19ea0c46dab83450072714086ed2b15ac00ffe51ec5c9bb900e5e744583
 DIST lftp-4.8.4.tar.xz 1633444 BLAKE2B 
cbd85b553268823e7633e414752876db083355d92e55728337bc7863fb3bd89729ac725be41a9bcca275cf1752ea5f8ad01fdc67c7593868084c9c32bb75332d
 SHA512 
2528e2cbfe132068dc75036d6334372f79f8063d44e46c724a28ea1f5b40d8de0d1e36cde3124fbcc27e5ba8be04b893eb1a7546346253768346a80bc54c02d1

diff --git a/net-ftp/lftp/lftp-4.8.2.ebuild b/net-ftp/lftp/lftp-4.8.2.ebuild
deleted file mode 100644
index 3ea35f33f1d..000
--- a/net-ftp/lftp/lftp-4.8.2.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils libtool
-
-DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
-HOMEPAGE="https://lftp.tech/;
-SRC_URI="
-   ${HOMEPAGE}ftp/${P}.tar.xz
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
-RESTRICT="test"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.1:=
-   >=sys-libs/readline-5.1:=
-   dev-libs/expat
-   sys-libs/zlib
-   convert-mozilla-cookies? ( dev-perl/DBI )
-   idn? ( net-dns/libidn2 )
-   socks5? (
-   >=net-proxy/dante-1.1.12
-   virtual/pam
-   )
-   ssl? (
-   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-   verify-file? (
-   dev-perl/String-CRC32
-   virtual/perl-Digest-MD5
-   )
-"
-
-DEPEND="
-   ${RDEPEND}
-   =sys-devel/libtool-2*
-   app-arch/xz-utils
-   nls? ( >=sys-devel/gettext-0.19 )
-   virtual/pkgconfig
-"
-
-DOCS=(
-   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
-   README.dnssec README.modules THANKS TODO
-)
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch
-   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
-   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
-   "${FILESDIR}"/${PN}-4.7.5-libdir-additional.patch
-   "${FILESDIR}"/${PN}-4.7.5-libdir-expat.patch
-   "${FILESDIR}"/${PN}-4.7.5-libdir-readline.patch
-   "${FILESDIR}"/${PN}-4.8.2-libdir-configure.patch
-   "${FILESDIR}"/${PN}-4.8.2-libdir-libidn2.patch
-   "${FILESDIR}"/${PN}-4.8.2-libdir-openssl.patch
-   "${FILESDIR}"/${PN}-4.8.2-libdir-zlib.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-
-   elibtoolize # for Darwin bundles
-
-   # bug #536036
-   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable ipv6) \
-   $(use_enable nls) \
-   $(use_with idn libidn2) \
-   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
-   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
-   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
-   

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/files/

2018-02-24 Thread Jeroen Roovers
commit: d1b0eb928ded4867cbed2d25effca4a52bc37922
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Feb 24 12:13:23 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Feb 24 12:13:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b0eb92

net-ftp/lftp: Remove ZLIB_LDFLAGS from configure.ac (bug #646284 by Xuefer).

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch 
b/net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch
index 9ec7c1b0dd1..791bd2c5a3b 100644
--- a/net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch
+++ b/net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch
@@ -1,3 +1,13 @@
+--- a/configure.ac
 b/configure.ac
+@@ -305,7 +305,6 @@
+ 
+ AX_CHECK_ZLIB([
+AC_SUBST([ZLIB],[-lz])
+-   AC_SUBST([ZLIB_LDFLAGS],["-L${ZLIB_HOME}/lib"])
+AC_SUBST([ZLIB_CPPFLAGS],["-I${ZLIB_HOME}/include"])
+ ],[
+AC_MSG_ERROR([cannot find -lz library, install zlib-devel package])
 --- a/m4/ax_check_zlib.m4
 +++ b/m4/ax_check_zlib.m4
 @@ -105,7 +105,6 @@



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/files/, net-ftp/lftp/

2018-02-05 Thread Jeroen Roovers
commit: cee0bfb56f78270a1a4deaf8de03c8afb428d6a9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Feb  5 14:59:59 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Feb  5 15:01:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee0bfb5

net-ftp/lftp: Remove all LDFLAGS=.*-L.*\/lib (bug #646284).

 .../lftp/files/lftp-4.7.5-libdir-additional.patch| 12 
 net-ftp/lftp/files/lftp-4.7.5-libdir-configure.patch | 10 ++
 net-ftp/lftp/files/lftp-4.7.5-libdir-expat.patch | 11 +++
 net-ftp/lftp/files/lftp-4.7.5-libdir-libidn.patch| 10 ++
 net-ftp/lftp/files/lftp-4.7.5-libdir-openssl.patch   | 18 ++
 net-ftp/lftp/files/lftp-4.7.5-libdir-readline.patch  | 11 +++
 net-ftp/lftp/files/lftp-4.7.5-libdir-zlib.patch  | 18 ++
 net-ftp/lftp/files/lftp-4.8.2-libdir-configure.patch | 18 ++
 net-ftp/lftp/files/lftp-4.8.2-libdir-libidn2.patch   | 10 ++
 net-ftp/lftp/files/lftp-4.8.2-libdir-openssl.patch   | 18 ++
 net-ftp/lftp/files/lftp-4.8.2-libdir-zlib.patch  | 20 
 net-ftp/lftp/lftp-4.7.5.ebuild   | 10 --
 net-ftp/lftp/lftp-4.8.2.ebuild   | 10 --
 net-ftp/lftp/lftp-4.8.3.ebuild   | 10 --
 net-ftp/lftp/lftp-.ebuild| 13 +
 15 files changed, 189 insertions(+), 10 deletions(-)

diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-additional.patch 
b/net-ftp/lftp/files/lftp-4.7.5-libdir-additional.patch
new file mode 100644
index 000..bf7f0a96d9f
--- /dev/null
+++ b/net-ftp/lftp/files/lftp-4.7.5-libdir-additional.patch
@@ -0,0 +1,12 @@
+--- a/m4/lib-prefix.m4
 b/m4/lib-prefix.m4
+@@ -108,7 +108,8 @@
+ if test -z "$haveit"; then
+   if test -d "$additional_libdir"; then
+ dnl Really add $additional_libdir to $LDFLAGS.
+-LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir"
++dnl No, let's not do that.
++:
+   fi
+ fi
+   fi

diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-configure.patch 
b/net-ftp/lftp/files/lftp-4.7.5-libdir-configure.patch
new file mode 100644
index 000..e855ac19432
--- /dev/null
+++ b/net-ftp/lftp/files/lftp-4.7.5-libdir-configure.patch
@@ -0,0 +1,10 @@
+--- a/configure.ac
 b/configure.ac
+@@ -186,7 +186,6 @@
+ esac
+ 
+ if test x$socks_loc != x; then
+-   LDFLAGS="$LDFLAGS -L$socks_loc/lib"
+CPPFLAGS="$CPPFLAGS -I$socks_loc/include"
+ fi
+ 

diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-expat.patch 
b/net-ftp/lftp/files/lftp-4.7.5-libdir-expat.patch
new file mode 100644
index 000..f82afc78256
--- /dev/null
+++ b/net-ftp/lftp/files/lftp-4.7.5-libdir-expat.patch
@@ -0,0 +1,11 @@
+--- a/m4/ax_lib_expat.m4
 b/m4/ax_lib_expat.m4
+@@ -109,7 +109,7 @@
+ 
+ if test -n "$expat_prefix"; then
+ expat_include_dir="$expat_prefix/include"
+-expat_ld_flags="-L$expat_prefix/lib"
++expat_ld_flags="-L$libdir"
+ expat_lib_flags="-lexpat"
+ run_expat_test="yes"
+ elif test "$expat_requested" = "yes"; then

diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-libidn.patch 
b/net-ftp/lftp/files/lftp-4.7.5-libdir-libidn.patch
new file mode 100644
index 000..890138013da
--- /dev/null
+++ b/net-ftp/lftp/files/lftp-4.7.5-libdir-libidn.patch
@@ -0,0 +1,10 @@
+--- a/m4/lftp.m4
 b/m4/lftp.m4
+@@ -319,7 +319,6 @@
+libidn=$withval, libidn=yes)
+  if test "$libidn" != "no"; then
+if test "$libidn" != "yes"; then
+- LDFLAGS="${LDFLAGS} -L$libidn/lib"
+  CPPFLAGS="${CPPFLAGS} -I$libidn/include"
+fi
+AC_CHECK_HEADER(idna.h,

diff --git a/net-ftp/lftp/files/lftp-4.7.5-libdir-openssl.patch 
b/net-ftp/lftp/files/lftp-4.7.5-libdir-openssl.patch
new file mode 100644
index 000..44c5239ae03
--- /dev/null
+++ b/net-ftp/lftp/files/lftp-4.7.5-libdir-openssl.patch
@@ -0,0 +1,18 @@
+--- a/m4/ssl.m4
 b/m4/ssl.m4
+@@ -10,7 +10,6 @@
+   old_CPPFLAGS="$CPPFLAGS"
+   LIBS="$LIBS -lssl -lcrypto"
+   if test $loc != default; then
+-  LDFLAGS="$LDFLAGS -L$loc/lib"
+   CPPFLAGS="$CPPFLAGS -I$loc/include"
+   fi
+   AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include 
+@@ -21,7 +20,6 @@
+   if test $found_loc != "none"; then
+   lftp_cv_openssl="OPENSSL_LIBS=\"-lssl -lcrypto\""
+   if test $found_loc != default; then
+-  lftp_cv_openssl="$lftp_cv_openssl 
OPENSSL_LDFLAGS=\"-L$found_loc/lib -R$found_loc/lib\""
+   lftp_cv_openssl="$lftp_cv_openssl 
OPENSSL_CPPFLAGS=-I$found_loc/include"
+   fi
+   break;

diff --git 

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2018-02-03 Thread Jeroen Roovers
commit: de4471051ee82f38df604ce9507bc06ab4dc788e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Feb  3 11:37:39 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Feb  3 11:38:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de447105

net-ftp/lftp: Pass --libdir to econf (maybe bug #646284).

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-ftp/lftp/lftp-4.7.5.ebuild | 3 ++-
 net-ftp/lftp/lftp-4.8.2.ebuild | 3 ++-
 net-ftp/lftp/lftp-4.8.3.ebuild | 3 ++-
 net-ftp/lftp/lftp-.ebuild  | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/net-ftp/lftp/lftp-4.7.5.ebuild b/net-ftp/lftp/lftp-4.7.5.ebuild
index 087b60b4d88..138bce2efde 100644
--- a/net-ftp/lftp/lftp-4.7.5.ebuild
+++ b/net-ftp/lftp/lftp-4.7.5.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools eutils libtool
+inherit autotools eutils libtool multilib
 
 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
 HOMEPAGE="https://lftp.tech/;
@@ -76,6 +76,7 @@ src_configure() {
$(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
$(usex ssl "$(use_with gnutls)" '--without-gnutls') \
--enable-packager-mode \
+   --libdir="${EPREFIX}/usr/$(get_libdir)" \
--sysconfdir="${EPREFIX}"/etc/${PN} \
--with-modules \
--with-readline="${EPREFIX}"/usr \

diff --git a/net-ftp/lftp/lftp-4.8.2.ebuild b/net-ftp/lftp/lftp-4.8.2.ebuild
index ca93056b264..a6577ffe126 100644
--- a/net-ftp/lftp/lftp-4.8.2.ebuild
+++ b/net-ftp/lftp/lftp-4.8.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools eutils libtool
+inherit autotools eutils libtool multilib
 
 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
 HOMEPAGE="https://lftp.tech/;
@@ -79,6 +79,7 @@ src_configure() {
$(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
$(usex ssl "$(use_with gnutls)" '--without-gnutls') \
--enable-packager-mode \
+   --libdir="${EPREFIX}/usr/$(get_libdir)" \
--sysconfdir="${EPREFIX}"/etc/${PN} \
--with-modules \
--with-readline="${EPREFIX}"/usr \

diff --git a/net-ftp/lftp/lftp-4.8.3.ebuild b/net-ftp/lftp/lftp-4.8.3.ebuild
index ca93056b264..a6577ffe126 100644
--- a/net-ftp/lftp/lftp-4.8.3.ebuild
+++ b/net-ftp/lftp/lftp-4.8.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools eutils libtool
+inherit autotools eutils libtool multilib
 
 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
 HOMEPAGE="https://lftp.tech/;
@@ -79,6 +79,7 @@ src_configure() {
$(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
$(usex ssl "$(use_with gnutls)" '--without-gnutls') \
--enable-packager-mode \
+   --libdir="${EPREFIX}/usr/$(get_libdir)" \
--sysconfdir="${EPREFIX}"/etc/${PN} \
--with-modules \
--with-readline="${EPREFIX}"/usr \

diff --git a/net-ftp/lftp/lftp-.ebuild b/net-ftp/lftp/lftp-.ebuild
index c6930de30ea..75206b99240 100644
--- a/net-ftp/lftp/lftp-.ebuild
+++ b/net-ftp/lftp/lftp-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools eutils git-r3 libtool
+inherit autotools eutils git-r3 libtool multilib
 
 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
 HOMEPAGE="https://lftp.tech/;
@@ -74,6 +74,7 @@ src_configure() {
$(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
$(usex ssl "$(use_with gnutls)" '--without-gnutls') \
--enable-packager-mode \
+   --libdir="${EPREFIX}/usr/$(get_libdir)" \
--sysconfdir="${EPREFIX}"/etc/${PN} \
--with-modules \
--with-readline="${EPREFIX}"/usr \



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2018-01-05 Thread Ulrich Müller
commit: 4ffbff35a2308f623c64e1e41865d68ee17a263e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jan  5 21:07:37 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jan  5 22:00:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ffbff35

net-ftp/lftp: Remove linguas_* from IUSE.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-ftp/lftp/lftp-4.7.5.ebuild | 5 +
 net-ftp/lftp/lftp-4.8.2.ebuild | 5 +
 net-ftp/lftp/lftp-4.8.3.ebuild | 5 +
 net-ftp/lftp/lftp-.ebuild  | 5 +
 4 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/net-ftp/lftp/lftp-4.7.5.ebuild b/net-ftp/lftp/lftp-4.7.5.ebuild
index b9013a02ed9..68309e82d64 100644
--- a/net-ftp/lftp/lftp-4.7.5.ebuild
+++ b/net-ftp/lftp/lftp-4.7.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,10 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 LICENSE="GPL-3"
 SLOT="0"
 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"
-
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
-LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
-IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
 RESTRICT="test"
 
 RDEPEND="

diff --git a/net-ftp/lftp/lftp-4.8.2.ebuild b/net-ftp/lftp/lftp-4.8.2.ebuild
index 90a9934a1bc..182b37dabbd 100644
--- a/net-ftp/lftp/lftp-4.8.2.ebuild
+++ b/net-ftp/lftp/lftp-4.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,10 +13,7 @@ SRC_URI="
 LICENSE="GPL-3"
 SLOT="0"
 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"
-
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
-LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
-IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
 RESTRICT="test"
 
 RDEPEND="

diff --git a/net-ftp/lftp/lftp-4.8.3.ebuild b/net-ftp/lftp/lftp-4.8.3.ebuild
index 90a9934a1bc..182b37dabbd 100644
--- a/net-ftp/lftp/lftp-4.8.3.ebuild
+++ b/net-ftp/lftp/lftp-4.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,10 +13,7 @@ SRC_URI="
 LICENSE="GPL-3"
 SLOT="0"
 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"
-
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
-LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
-IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
 RESTRICT="test"
 
 RDEPEND="

diff --git a/net-ftp/lftp/lftp-.ebuild b/net-ftp/lftp/lftp-.ebuild
index 7193beabd85..c6930de30ea 100644
--- a/net-ftp/lftp/lftp-.ebuild
+++ b/net-ftp/lftp/lftp-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,10 +11,7 @@ EGIT_REPO_URI="https://github.com/lavv17/lftp;
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
-LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
-IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
 
 RDEPEND="
>=sys-libs/ncurses-5.1:=



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-10-11 Thread Jeroen Roovers
commit: fda202823c0fb3eb58687d7d9728d77d939bd626
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Oct 11 21:55:01 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Oct 11 21:55:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda20282

net-ftp/lftp: Old.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-ftp/lftp/Manifest  |  1 -
 net-ftp/lftp/lftp-4.8.1.ebuild | 97 --
 2 files changed, 98 deletions(-)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 839f43de7fe..399f1ed6fd8 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,4 +1,3 @@
 DIST lftp-4.7.5.tar.xz 1567232 SHA256 
53b5c5eba2e38b418bcf451776f2df596050dff4db90ab4ea73d872f8b1fd0d8 SHA512 
e7d478367a3b79f61686a538827efe8afb807a587d2967189ae351927e3acb0d5b097d8707e0cb3997aa650f8f0787aa44038bb1d081e393bc7202b348249960
 WHIRLPOOL 
12d53a4c51ee52b67e57dc2e1c2c90443a65964073ee05ce123211096ea82813efbc51345ea488c24aa00600818ce6c0cd96beef27de619ff5d938bef3cabd06
-DIST lftp-4.8.1.tar.xz 1598768 SHA256 
e770daa5592ad21bd0b8a8915a0f4fdc2e15dec6c69e754a870ad9c18be57b27 SHA512 
55c21a927c5bbfe2075b3f9baa1d19d1dafb0ade7e7a21f24f0a7d42fece5b760bc6cef033296318991926d227730d5f89ee9526d30fda95d54960c1e8079164
 WHIRLPOOL 
d26d3c09ab2de41ec06bd2c970a42ffcec7aed55652a35a48f2548a1f7ae1ef175b209df68698381c0e2fc34a30a6ae9d21f0761c4f60c4deff39683bbed88cd
 DIST lftp-4.8.2.tar.xz 1598920 SHA256 
5c875b8476e05e856ebc8eec458e43317b2bebd6ed5f7725a733d4591548cd9c SHA512 
582775c27f020a6864b960a06681698522842e147deee6dba18115738af56fc0094c2b21ed1eb4984626276472f707be795fcf4b23f451ba17a60e4bf8facd5e
 WHIRLPOOL 
6cb2b3346c25159eaf0f6e5b630e94f254a1d2b27e64e443a4fd6c1d5e50806df458df432caa8a4152c7c3e43e585d6c4cae5a0808aaac0f24b18739e96bb8db
 DIST lftp-4.8.3.tar.xz 1602324 SHA256 
de7aee451afaa1aa391f7076b5f602922c2da0e05524a8d8fea413eda83cc78b SHA512 
16d0ddc36ac00db009fd4e634a2eaa575bd1c690ea7e1af396317ccc677704d2a4dfa19ea0c46dab83450072714086ed2b15ac00ffe51ec5c9bb900e5e744583
 WHIRLPOOL 
ae92198e6df55eb272839e1ed6ae6125f71abe61f8b860f05d44c6195ed2eaa8a21d01fa3b461447a151845b6e99160d97e056d0e247b672a2a96e52f1acaabb

diff --git a/net-ftp/lftp/lftp-4.8.1.ebuild b/net-ftp/lftp/lftp-4.8.1.ebuild
deleted file mode 100644
index 90a9934a1bc..000
--- a/net-ftp/lftp/lftp-4.8.1.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils libtool
-
-DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
-HOMEPAGE="https://lftp.tech/;
-SRC_URI="
-   ${HOMEPAGE}ftp/${P}.tar.xz
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-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"
-
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
-LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
-IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
-RESTRICT="test"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.1:=
-   >=sys-libs/readline-5.1:=
-   dev-libs/expat
-   sys-libs/zlib
-   convert-mozilla-cookies? ( dev-perl/DBI )
-   idn? ( net-dns/libidn2 )
-   socks5? (
-   >=net-proxy/dante-1.1.12
-   virtual/pam
-   )
-   ssl? (
-   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-   verify-file? (
-   dev-perl/String-CRC32
-   virtual/perl-Digest-MD5
-   )
-"
-
-DEPEND="
-   ${RDEPEND}
-   =sys-devel/libtool-2*
-   app-arch/xz-utils
-   nls? ( >=sys-devel/gettext-0.19 )
-   virtual/pkgconfig
-"
-
-DOCS=(
-   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
-   README.dnssec README.modules THANKS TODO
-)
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch
-   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
-   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-
-   elibtoolize # for Darwin bundles
-
-   # bug #536036
-   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable ipv6) \
-   $(use_enable nls) \
-   $(use_with idn libidn2) \
-   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
-   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
-   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
-   --enable-packager-mode \
-   

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-10-11 Thread Jeroen Roovers
commit: 046c1c726bd87e8897a22845f0a4c9c83ca82ef0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Oct 11 21:54:24 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Oct 11 21:55:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046c1c72

net-ftp/lftp: Version bump.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-ftp/lftp/Manifest  |  1 +
 net-ftp/lftp/lftp-4.8.3.ebuild | 97 ++
 2 files changed, 98 insertions(+)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 662cb83c7d2..839f43de7fe 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,3 +1,4 @@
 DIST lftp-4.7.5.tar.xz 1567232 SHA256 
53b5c5eba2e38b418bcf451776f2df596050dff4db90ab4ea73d872f8b1fd0d8 SHA512 
e7d478367a3b79f61686a538827efe8afb807a587d2967189ae351927e3acb0d5b097d8707e0cb3997aa650f8f0787aa44038bb1d081e393bc7202b348249960
 WHIRLPOOL 
12d53a4c51ee52b67e57dc2e1c2c90443a65964073ee05ce123211096ea82813efbc51345ea488c24aa00600818ce6c0cd96beef27de619ff5d938bef3cabd06
 DIST lftp-4.8.1.tar.xz 1598768 SHA256 
e770daa5592ad21bd0b8a8915a0f4fdc2e15dec6c69e754a870ad9c18be57b27 SHA512 
55c21a927c5bbfe2075b3f9baa1d19d1dafb0ade7e7a21f24f0a7d42fece5b760bc6cef033296318991926d227730d5f89ee9526d30fda95d54960c1e8079164
 WHIRLPOOL 
d26d3c09ab2de41ec06bd2c970a42ffcec7aed55652a35a48f2548a1f7ae1ef175b209df68698381c0e2fc34a30a6ae9d21f0761c4f60c4deff39683bbed88cd
 DIST lftp-4.8.2.tar.xz 1598920 SHA256 
5c875b8476e05e856ebc8eec458e43317b2bebd6ed5f7725a733d4591548cd9c SHA512 
582775c27f020a6864b960a06681698522842e147deee6dba18115738af56fc0094c2b21ed1eb4984626276472f707be795fcf4b23f451ba17a60e4bf8facd5e
 WHIRLPOOL 
6cb2b3346c25159eaf0f6e5b630e94f254a1d2b27e64e443a4fd6c1d5e50806df458df432caa8a4152c7c3e43e585d6c4cae5a0808aaac0f24b18739e96bb8db
+DIST lftp-4.8.3.tar.xz 1602324 SHA256 
de7aee451afaa1aa391f7076b5f602922c2da0e05524a8d8fea413eda83cc78b SHA512 
16d0ddc36ac00db009fd4e634a2eaa575bd1c690ea7e1af396317ccc677704d2a4dfa19ea0c46dab83450072714086ed2b15ac00ffe51ec5c9bb900e5e744583
 WHIRLPOOL 
ae92198e6df55eb272839e1ed6ae6125f71abe61f8b860f05d44c6195ed2eaa8a21d01fa3b461447a151845b6e99160d97e056d0e247b672a2a96e52f1acaabb

diff --git a/net-ftp/lftp/lftp-4.8.3.ebuild b/net-ftp/lftp/lftp-4.8.3.ebuild
new file mode 100644
index 000..90a9934a1bc
--- /dev/null
+++ b/net-ftp/lftp/lftp-4.8.3.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils libtool
+
+DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
+HOMEPAGE="https://lftp.tech/;
+SRC_URI="
+   ${HOMEPAGE}ftp/${P}.tar.xz
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+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"
+
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
+LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
+IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
+RESTRICT="test"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.1:=
+   >=sys-libs/readline-5.1:=
+   dev-libs/expat
+   sys-libs/zlib
+   convert-mozilla-cookies? ( dev-perl/DBI )
+   idn? ( net-dns/libidn2 )
+   socks5? (
+   >=net-proxy/dante-1.1.12
+   virtual/pam
+   )
+   ssl? (
+   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   verify-file? (
+   dev-perl/String-CRC32
+   virtual/perl-Digest-MD5
+   )
+"
+
+DEPEND="
+   ${RDEPEND}
+   =sys-devel/libtool-2*
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19 )
+   virtual/pkgconfig
+"
+
+DOCS=(
+   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
+   README.dnssec README.modules THANKS TODO
+)
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+
+   elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable ipv6) \
+   $(use_enable nls) \
+   $(use_with idn libidn2) \
+   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
+   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
+   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
+   --enable-packager-mode \
+   

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-09-28 Thread Jeroen Roovers
commit: 50788346d6a428965ae3c1adc9c35ce4c9934ec5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep 28 21:13:37 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep 28 21:14:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50788346

net-ftp/lftp: Old.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-ftp/lftp/Manifest  |  2 -
 net-ftp/lftp/lftp-4.7.8.ebuild | 94 --
 net-ftp/lftp/lftp-4.8.0.ebuild | 94 --
 3 files changed, 190 deletions(-)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 823ebf63fe5..662cb83c7d2 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,5 +1,3 @@
 DIST lftp-4.7.5.tar.xz 1567232 SHA256 
53b5c5eba2e38b418bcf451776f2df596050dff4db90ab4ea73d872f8b1fd0d8 SHA512 
e7d478367a3b79f61686a538827efe8afb807a587d2967189ae351927e3acb0d5b097d8707e0cb3997aa650f8f0787aa44038bb1d081e393bc7202b348249960
 WHIRLPOOL 
12d53a4c51ee52b67e57dc2e1c2c90443a65964073ee05ce123211096ea82813efbc51345ea488c24aa00600818ce6c0cd96beef27de619ff5d938bef3cabd06
-DIST lftp-4.7.8.tar.xz 1578672 SHA256 
f18a166dc50e0e32d45b6d0128bad0e6970386f6a50cf5cadb0995b256d532a6 SHA512 
3b2cd2e0af2090d9f0d4e3d436efed34e41c8852fb09003af82f0c2668bed5b5d37f4561271bd010dd141c2383a57ef52b6ec96b748bd389851b4f28ade9bfe3
 WHIRLPOOL 
93b3ff523e04366155852f704fc52c65cd9232ae34fee04e1290b1ce4c072f603de1ef7006397c0ae048142fa96649deb951964c4f1d85cdaf78d5610e6ebe97
-DIST lftp-4.8.0.tar.xz 1584196 SHA256 
7a2880968088b4aeec43b6b6680fef0e065e1dddcce9b409390157e9766b690f SHA512 
60b437cadbf15479ca1858f2f49d4414e4eb2a2db7af1bb26d82d6ce97652664be8e7c9683c34fb1168ef23950867aea379c3d7705f638bdced392184d890fd4
 WHIRLPOOL 
ce5005182792cf0cba905b19681992196378403cdfdb7c18ea29df1b4c78ff5d41dca4cf49eb3036ffcfc23207e9d5894aed8d8d5f10af47b9746913efff94da
 DIST lftp-4.8.1.tar.xz 1598768 SHA256 
e770daa5592ad21bd0b8a8915a0f4fdc2e15dec6c69e754a870ad9c18be57b27 SHA512 
55c21a927c5bbfe2075b3f9baa1d19d1dafb0ade7e7a21f24f0a7d42fece5b760bc6cef033296318991926d227730d5f89ee9526d30fda95d54960c1e8079164
 WHIRLPOOL 
d26d3c09ab2de41ec06bd2c970a42ffcec7aed55652a35a48f2548a1f7ae1ef175b209df68698381c0e2fc34a30a6ae9d21f0761c4f60c4deff39683bbed88cd
 DIST lftp-4.8.2.tar.xz 1598920 SHA256 
5c875b8476e05e856ebc8eec458e43317b2bebd6ed5f7725a733d4591548cd9c SHA512 
582775c27f020a6864b960a06681698522842e147deee6dba18115738af56fc0094c2b21ed1eb4984626276472f707be795fcf4b23f451ba17a60e4bf8facd5e
 WHIRLPOOL 
6cb2b3346c25159eaf0f6e5b630e94f254a1d2b27e64e443a4fd6c1d5e50806df458df432caa8a4152c7c3e43e585d6c4cae5a0808aaac0f24b18739e96bb8db

diff --git a/net-ftp/lftp/lftp-4.7.8.ebuild b/net-ftp/lftp/lftp-4.7.8.ebuild
deleted file mode 100644
index 800254e9755..000
--- a/net-ftp/lftp/lftp-4.7.8.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils libtool
-
-DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
-HOMEPAGE="https://lftp.tech/;
-SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-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"
-
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
-LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
-IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
-RESTRICT="test"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.1:=
-   >=sys-libs/readline-5.1:=
-   dev-libs/expat
-   sys-libs/zlib
-   convert-mozilla-cookies? ( dev-perl/DBI )
-   idn? ( net-dns/libidn )
-   socks5? (
-   >=net-proxy/dante-1.1.12
-   virtual/pam
-   )
-   ssl? (
-   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-   verify-file? (
-   dev-perl/String-CRC32
-   virtual/perl-Digest-MD5
-   )
-"
-
-DEPEND="
-   ${RDEPEND}
-   =sys-devel/libtool-2*
-   app-arch/xz-utils
-   nls? ( >=sys-devel/gettext-0.19 )
-   virtual/pkgconfig
-"
-
-DOCS=(
-   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
-   README.dnssec README.modules THANKS TODO
-)
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch
-   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
-   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-   elibtoolize # for Darwin bundles
-
-   # bug #536036
-   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
-}
-

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-09-28 Thread Jeroen Roovers
commit: 45ca32459adc5945ec2f0ffadf993d8d0790453e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep 28 21:12:50 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep 28 21:14:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ca3245

net-ftp/lftp: Version bump.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-ftp/lftp/Manifest  |  1 +
 net-ftp/lftp/lftp-4.8.2.ebuild | 97 ++
 2 files changed, 98 insertions(+)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 046c6c76086..823ebf63fe5 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -2,3 +2,4 @@ DIST lftp-4.7.5.tar.xz 1567232 SHA256 
53b5c5eba2e38b418bcf451776f2df596050dff4db
 DIST lftp-4.7.8.tar.xz 1578672 SHA256 
f18a166dc50e0e32d45b6d0128bad0e6970386f6a50cf5cadb0995b256d532a6 SHA512 
3b2cd2e0af2090d9f0d4e3d436efed34e41c8852fb09003af82f0c2668bed5b5d37f4561271bd010dd141c2383a57ef52b6ec96b748bd389851b4f28ade9bfe3
 WHIRLPOOL 
93b3ff523e04366155852f704fc52c65cd9232ae34fee04e1290b1ce4c072f603de1ef7006397c0ae048142fa96649deb951964c4f1d85cdaf78d5610e6ebe97
 DIST lftp-4.8.0.tar.xz 1584196 SHA256 
7a2880968088b4aeec43b6b6680fef0e065e1dddcce9b409390157e9766b690f SHA512 
60b437cadbf15479ca1858f2f49d4414e4eb2a2db7af1bb26d82d6ce97652664be8e7c9683c34fb1168ef23950867aea379c3d7705f638bdced392184d890fd4
 WHIRLPOOL 
ce5005182792cf0cba905b19681992196378403cdfdb7c18ea29df1b4c78ff5d41dca4cf49eb3036ffcfc23207e9d5894aed8d8d5f10af47b9746913efff94da
 DIST lftp-4.8.1.tar.xz 1598768 SHA256 
e770daa5592ad21bd0b8a8915a0f4fdc2e15dec6c69e754a870ad9c18be57b27 SHA512 
55c21a927c5bbfe2075b3f9baa1d19d1dafb0ade7e7a21f24f0a7d42fece5b760bc6cef033296318991926d227730d5f89ee9526d30fda95d54960c1e8079164
 WHIRLPOOL 
d26d3c09ab2de41ec06bd2c970a42ffcec7aed55652a35a48f2548a1f7ae1ef175b209df68698381c0e2fc34a30a6ae9d21f0761c4f60c4deff39683bbed88cd
+DIST lftp-4.8.2.tar.xz 1598920 SHA256 
5c875b8476e05e856ebc8eec458e43317b2bebd6ed5f7725a733d4591548cd9c SHA512 
582775c27f020a6864b960a06681698522842e147deee6dba18115738af56fc0094c2b21ed1eb4984626276472f707be795fcf4b23f451ba17a60e4bf8facd5e
 WHIRLPOOL 
6cb2b3346c25159eaf0f6e5b630e94f254a1d2b27e64e443a4fd6c1d5e50806df458df432caa8a4152c7c3e43e585d6c4cae5a0808aaac0f24b18739e96bb8db

diff --git a/net-ftp/lftp/lftp-4.8.2.ebuild b/net-ftp/lftp/lftp-4.8.2.ebuild
new file mode 100644
index 000..90a9934a1bc
--- /dev/null
+++ b/net-ftp/lftp/lftp-4.8.2.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils libtool
+
+DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
+HOMEPAGE="https://lftp.tech/;
+SRC_URI="
+   ${HOMEPAGE}ftp/${P}.tar.xz
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+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"
+
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
+LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
+IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
+RESTRICT="test"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.1:=
+   >=sys-libs/readline-5.1:=
+   dev-libs/expat
+   sys-libs/zlib
+   convert-mozilla-cookies? ( dev-perl/DBI )
+   idn? ( net-dns/libidn2 )
+   socks5? (
+   >=net-proxy/dante-1.1.12
+   virtual/pam
+   )
+   ssl? (
+   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   verify-file? (
+   dev-perl/String-CRC32
+   virtual/perl-Digest-MD5
+   )
+"
+
+DEPEND="
+   ${RDEPEND}
+   =sys-devel/libtool-2*
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19 )
+   virtual/pkgconfig
+"
+
+DOCS=(
+   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
+   README.dnssec README.modules THANKS TODO
+)
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+
+   elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable ipv6) \
+   $(use_enable nls) \
+   $(use_with idn libidn2) \
+   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
+   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
+   $(usex ssl "$(use_with gnutls)" 

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-09-17 Thread Jeroen Roovers
commit: 7efd632b734d8e5d10dcee235155f120e958ca39
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Sep 17 09:06:45 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Sep 17 09:07:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7efd632b

net-ftp/lftp: Version bump.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-ftp/lftp/Manifest  |  1 +
 net-ftp/lftp/lftp-4.8.1.ebuild | 97 ++
 2 files changed, 98 insertions(+)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 0ce5759623f..046c6c76086 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,3 +1,4 @@
 DIST lftp-4.7.5.tar.xz 1567232 SHA256 
53b5c5eba2e38b418bcf451776f2df596050dff4db90ab4ea73d872f8b1fd0d8 SHA512 
e7d478367a3b79f61686a538827efe8afb807a587d2967189ae351927e3acb0d5b097d8707e0cb3997aa650f8f0787aa44038bb1d081e393bc7202b348249960
 WHIRLPOOL 
12d53a4c51ee52b67e57dc2e1c2c90443a65964073ee05ce123211096ea82813efbc51345ea488c24aa00600818ce6c0cd96beef27de619ff5d938bef3cabd06
 DIST lftp-4.7.8.tar.xz 1578672 SHA256 
f18a166dc50e0e32d45b6d0128bad0e6970386f6a50cf5cadb0995b256d532a6 SHA512 
3b2cd2e0af2090d9f0d4e3d436efed34e41c8852fb09003af82f0c2668bed5b5d37f4561271bd010dd141c2383a57ef52b6ec96b748bd389851b4f28ade9bfe3
 WHIRLPOOL 
93b3ff523e04366155852f704fc52c65cd9232ae34fee04e1290b1ce4c072f603de1ef7006397c0ae048142fa96649deb951964c4f1d85cdaf78d5610e6ebe97
 DIST lftp-4.8.0.tar.xz 1584196 SHA256 
7a2880968088b4aeec43b6b6680fef0e065e1dddcce9b409390157e9766b690f SHA512 
60b437cadbf15479ca1858f2f49d4414e4eb2a2db7af1bb26d82d6ce97652664be8e7c9683c34fb1168ef23950867aea379c3d7705f638bdced392184d890fd4
 WHIRLPOOL 
ce5005182792cf0cba905b19681992196378403cdfdb7c18ea29df1b4c78ff5d41dca4cf49eb3036ffcfc23207e9d5894aed8d8d5f10af47b9746913efff94da
+DIST lftp-4.8.1.tar.xz 1598768 SHA256 
e770daa5592ad21bd0b8a8915a0f4fdc2e15dec6c69e754a870ad9c18be57b27 SHA512 
55c21a927c5bbfe2075b3f9baa1d19d1dafb0ade7e7a21f24f0a7d42fece5b760bc6cef033296318991926d227730d5f89ee9526d30fda95d54960c1e8079164
 WHIRLPOOL 
d26d3c09ab2de41ec06bd2c970a42ffcec7aed55652a35a48f2548a1f7ae1ef175b209df68698381c0e2fc34a30a6ae9d21f0761c4f60c4deff39683bbed88cd

diff --git a/net-ftp/lftp/lftp-4.8.1.ebuild b/net-ftp/lftp/lftp-4.8.1.ebuild
new file mode 100644
index 000..90a9934a1bc
--- /dev/null
+++ b/net-ftp/lftp/lftp-4.8.1.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils libtool
+
+DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
+HOMEPAGE="https://lftp.tech/;
+SRC_URI="
+   ${HOMEPAGE}ftp/${P}.tar.xz
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+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"
+
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
+LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
+IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
+RESTRICT="test"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.1:=
+   >=sys-libs/readline-5.1:=
+   dev-libs/expat
+   sys-libs/zlib
+   convert-mozilla-cookies? ( dev-perl/DBI )
+   idn? ( net-dns/libidn2 )
+   socks5? (
+   >=net-proxy/dante-1.1.12
+   virtual/pam
+   )
+   ssl? (
+   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   verify-file? (
+   dev-perl/String-CRC32
+   virtual/perl-Digest-MD5
+   )
+"
+
+DEPEND="
+   ${RDEPEND}
+   =sys-devel/libtool-2*
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19 )
+   virtual/pkgconfig
+"
+
+DOCS=(
+   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
+   README.dnssec README.modules THANKS TODO
+)
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+
+   elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable ipv6) \
+   $(use_enable nls) \
+   $(use_with idn libidn2) \
+   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
+   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
+   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
+   --enable-packager-mode \
+   

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-09-17 Thread Jeroen Roovers
commit: 063f5260429fb32b5dcbf894be70dea52edbe842
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Sep 17 09:05:30 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Sep 17 09:07:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063f5260

net-ftp/lftp: Remove some backslashes.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-ftp/lftp/lftp-4.7.5.ebuild | 4 ++--
 net-ftp/lftp/lftp-4.7.8.ebuild | 4 ++--
 net-ftp/lftp/lftp-4.8.0.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-ftp/lftp/lftp-4.7.5.ebuild b/net-ftp/lftp/lftp-4.7.5.ebuild
index 8aeba9a4f98..b9013a02ed9 100644
--- a/net-ftp/lftp/lftp-4.7.5.ebuild
+++ b/net-ftp/lftp/lftp-4.7.5.ebuild
@@ -55,8 +55,8 @@ DOCS=(
 )
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
-   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
"${FILESDIR}"/${PN}-4.7.0-gettext.patch
 )
 

diff --git a/net-ftp/lftp/lftp-4.7.8.ebuild b/net-ftp/lftp/lftp-4.7.8.ebuild
index badaf4947b1..800254e9755 100644
--- a/net-ftp/lftp/lftp-4.7.8.ebuild
+++ b/net-ftp/lftp/lftp-4.7.8.ebuild
@@ -55,8 +55,8 @@ DOCS=(
 )
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
-   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
"${FILESDIR}"/${PN}-4.7.0-gettext.patch
 )
 

diff --git a/net-ftp/lftp/lftp-4.8.0.ebuild b/net-ftp/lftp/lftp-4.8.0.ebuild
index badaf4947b1..800254e9755 100644
--- a/net-ftp/lftp/lftp-4.8.0.ebuild
+++ b/net-ftp/lftp/lftp-4.8.0.ebuild
@@ -55,8 +55,8 @@ DOCS=(
 )
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
-   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
"${FILESDIR}"/${PN}-4.7.0-gettext.patch
 )
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-08-31 Thread Jeroen Roovers
commit: b1d6bd54e107778598b779a89673beeb5e98ad61
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 31 10:52:31 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 31 10:52:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d6bd54

net-ftp/lftp: Switch to HTTPS.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-ftp/lftp/lftp-4.7.5.ebuild | 2 +-
 net-ftp/lftp/lftp-4.7.8.ebuild | 2 +-
 net-ftp/lftp/lftp-4.8.0.ebuild | 2 +-
 net-ftp/lftp/lftp-.ebuild  | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-ftp/lftp/lftp-4.7.5.ebuild b/net-ftp/lftp/lftp-4.7.5.ebuild
index 5615afbb1e8..8aeba9a4f98 100644
--- a/net-ftp/lftp/lftp-4.7.5.ebuild
+++ b/net-ftp/lftp/lftp-4.7.5.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 inherit autotools eutils libtool
 
 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
-HOMEPAGE="http://lftp.tech/;
+HOMEPAGE="https://lftp.tech/;
 SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"

diff --git a/net-ftp/lftp/lftp-4.7.8.ebuild b/net-ftp/lftp/lftp-4.7.8.ebuild
index 7858cf43d73..badaf4947b1 100644
--- a/net-ftp/lftp/lftp-4.7.8.ebuild
+++ b/net-ftp/lftp/lftp-4.7.8.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 inherit autotools eutils libtool
 
 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
-HOMEPAGE="http://lftp.tech/;
+HOMEPAGE="https://lftp.tech/;
 SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"

diff --git a/net-ftp/lftp/lftp-4.8.0.ebuild b/net-ftp/lftp/lftp-4.8.0.ebuild
index 7858cf43d73..badaf4947b1 100644
--- a/net-ftp/lftp/lftp-4.8.0.ebuild
+++ b/net-ftp/lftp/lftp-4.8.0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 inherit autotools eutils libtool
 
 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
-HOMEPAGE="http://lftp.tech/;
+HOMEPAGE="https://lftp.tech/;
 SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"

diff --git a/net-ftp/lftp/lftp-.ebuild b/net-ftp/lftp/lftp-.ebuild
index 725a17a2e41..7193beabd85 100644
--- a/net-ftp/lftp/lftp-.ebuild
+++ b/net-ftp/lftp/lftp-.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit autotools eutils git-r3 libtool
 
 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
-HOMEPAGE="http://lftp.tech/;
+HOMEPAGE="https://lftp.tech/;
 EGIT_REPO_URI="https://github.com/lavv17/lftp;
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-08-10 Thread Jeroen Roovers
commit: 042a37a077b8c19e461be5faa7c0f12fd7f3922e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 10 06:51:11 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 10 12:45:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042a37a0

net-ftp/lftp: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-ftp/lftp/Manifest  |  2 -
 net-ftp/lftp/lftp-4.7.6.ebuild | 94 --
 net-ftp/lftp/lftp-4.7.7.ebuild | 94 --
 3 files changed, 190 deletions(-)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 8e939d30ed8..0ce5759623f 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,5 +1,3 @@
 DIST lftp-4.7.5.tar.xz 1567232 SHA256 
53b5c5eba2e38b418bcf451776f2df596050dff4db90ab4ea73d872f8b1fd0d8 SHA512 
e7d478367a3b79f61686a538827efe8afb807a587d2967189ae351927e3acb0d5b097d8707e0cb3997aa650f8f0787aa44038bb1d081e393bc7202b348249960
 WHIRLPOOL 
12d53a4c51ee52b67e57dc2e1c2c90443a65964073ee05ce123211096ea82813efbc51345ea488c24aa00600818ce6c0cd96beef27de619ff5d938bef3cabd06
-DIST lftp-4.7.6.tar.xz 1571244 SHA256 
6e26254fdc7e1b92ceb31116a2c7bdcd891a07c72a7823144aaaf147a1841b7b SHA512 
3ba9c2448eff8a991e3b2bb4e3e9553b4a189a630addb1be00842b88db378dbddf865300ee43e149963d0044eacfa97c66a46528bbe6f6292cefd1370655978a
 WHIRLPOOL 
67ff283dc7a1bdb42f88f31c3c26689e59d46e83d088aa08666b66c4dd1439a34076f9b9b5ded3ca3592b65d77473dd05fcf7faff17e69808fb6ed6a19c28521
-DIST lftp-4.7.7.tar.xz 1572604 SHA256 
4483df04502660dcc65a11cf09d530e31bea99483d69328c1c5cbaa41d6619b4 SHA512 
25bcb5469a6202be500a350078f604a56e68958210fbed72c59b2c4847fb6b2680335bf668a512055d1e1db84069e13ba5c169a6ca2fefdf77ef6416df261ab7
 WHIRLPOOL 
3e27d60f0b92fc3fd055961f4377cf43e8607db442dbf4b54f2e9d0348488da98fff5b071a6f518a140e15349571d7c542062d172ca9e4439bde1118e5d3f5eb
 DIST lftp-4.7.8.tar.xz 1578672 SHA256 
f18a166dc50e0e32d45b6d0128bad0e6970386f6a50cf5cadb0995b256d532a6 SHA512 
3b2cd2e0af2090d9f0d4e3d436efed34e41c8852fb09003af82f0c2668bed5b5d37f4561271bd010dd141c2383a57ef52b6ec96b748bd389851b4f28ade9bfe3
 WHIRLPOOL 
93b3ff523e04366155852f704fc52c65cd9232ae34fee04e1290b1ce4c072f603de1ef7006397c0ae048142fa96649deb951964c4f1d85cdaf78d5610e6ebe97
 DIST lftp-4.8.0.tar.xz 1584196 SHA256 
7a2880968088b4aeec43b6b6680fef0e065e1dddcce9b409390157e9766b690f SHA512 
60b437cadbf15479ca1858f2f49d4414e4eb2a2db7af1bb26d82d6ce97652664be8e7c9683c34fb1168ef23950867aea379c3d7705f638bdced392184d890fd4
 WHIRLPOOL 
ce5005182792cf0cba905b19681992196378403cdfdb7c18ea29df1b4c78ff5d41dca4cf49eb3036ffcfc23207e9d5894aed8d8d5f10af47b9746913efff94da

diff --git a/net-ftp/lftp/lftp-4.7.6.ebuild b/net-ftp/lftp/lftp-4.7.6.ebuild
deleted file mode 100644
index 7858cf43d73..000
--- a/net-ftp/lftp/lftp-4.7.6.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils libtool
-
-DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
-HOMEPAGE="http://lftp.tech/;
-SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-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"
-
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
-LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
-IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
-RESTRICT="test"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.1:=
-   >=sys-libs/readline-5.1:=
-   dev-libs/expat
-   sys-libs/zlib
-   convert-mozilla-cookies? ( dev-perl/DBI )
-   idn? ( net-dns/libidn )
-   socks5? (
-   >=net-proxy/dante-1.1.12
-   virtual/pam
-   )
-   ssl? (
-   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-   verify-file? (
-   dev-perl/String-CRC32
-   virtual/perl-Digest-MD5
-   )
-"
-
-DEPEND="
-   ${RDEPEND}
-   =sys-devel/libtool-2*
-   app-arch/xz-utils
-   nls? ( >=sys-devel/gettext-0.19 )
-   virtual/pkgconfig
-"
-
-DOCS=(
-   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
-   README.dnssec README.modules THANKS TODO
-)
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
-   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
-   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-   elibtoolize # for Darwin bundles
-
-   # bug #536036
-   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
-}
-

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-08-10 Thread Jeroen Roovers
commit: eb21be534fd9a62edddbedd7a24bbfcdf6f4eb34
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 10 06:50:34 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 10 12:45:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb21be53

net-ftp/lftp: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-ftp/lftp/Manifest  |  1 +
 net-ftp/lftp/lftp-4.7.8.ebuild | 94 ++
 2 files changed, 95 insertions(+)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index e372b56d929..8e939d30ed8 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,4 +1,5 @@
 DIST lftp-4.7.5.tar.xz 1567232 SHA256 
53b5c5eba2e38b418bcf451776f2df596050dff4db90ab4ea73d872f8b1fd0d8 SHA512 
e7d478367a3b79f61686a538827efe8afb807a587d2967189ae351927e3acb0d5b097d8707e0cb3997aa650f8f0787aa44038bb1d081e393bc7202b348249960
 WHIRLPOOL 
12d53a4c51ee52b67e57dc2e1c2c90443a65964073ee05ce123211096ea82813efbc51345ea488c24aa00600818ce6c0cd96beef27de619ff5d938bef3cabd06
 DIST lftp-4.7.6.tar.xz 1571244 SHA256 
6e26254fdc7e1b92ceb31116a2c7bdcd891a07c72a7823144aaaf147a1841b7b SHA512 
3ba9c2448eff8a991e3b2bb4e3e9553b4a189a630addb1be00842b88db378dbddf865300ee43e149963d0044eacfa97c66a46528bbe6f6292cefd1370655978a
 WHIRLPOOL 
67ff283dc7a1bdb42f88f31c3c26689e59d46e83d088aa08666b66c4dd1439a34076f9b9b5ded3ca3592b65d77473dd05fcf7faff17e69808fb6ed6a19c28521
 DIST lftp-4.7.7.tar.xz 1572604 SHA256 
4483df04502660dcc65a11cf09d530e31bea99483d69328c1c5cbaa41d6619b4 SHA512 
25bcb5469a6202be500a350078f604a56e68958210fbed72c59b2c4847fb6b2680335bf668a512055d1e1db84069e13ba5c169a6ca2fefdf77ef6416df261ab7
 WHIRLPOOL 
3e27d60f0b92fc3fd055961f4377cf43e8607db442dbf4b54f2e9d0348488da98fff5b071a6f518a140e15349571d7c542062d172ca9e4439bde1118e5d3f5eb
+DIST lftp-4.7.8.tar.xz 1578672 SHA256 
f18a166dc50e0e32d45b6d0128bad0e6970386f6a50cf5cadb0995b256d532a6 SHA512 
3b2cd2e0af2090d9f0d4e3d436efed34e41c8852fb09003af82f0c2668bed5b5d37f4561271bd010dd141c2383a57ef52b6ec96b748bd389851b4f28ade9bfe3
 WHIRLPOOL 
93b3ff523e04366155852f704fc52c65cd9232ae34fee04e1290b1ce4c072f603de1ef7006397c0ae048142fa96649deb951964c4f1d85cdaf78d5610e6ebe97
 DIST lftp-4.8.0.tar.xz 1584196 SHA256 
7a2880968088b4aeec43b6b6680fef0e065e1dddcce9b409390157e9766b690f SHA512 
60b437cadbf15479ca1858f2f49d4414e4eb2a2db7af1bb26d82d6ce97652664be8e7c9683c34fb1168ef23950867aea379c3d7705f638bdced392184d890fd4
 WHIRLPOOL 
ce5005182792cf0cba905b19681992196378403cdfdb7c18ea29df1b4c78ff5d41dca4cf49eb3036ffcfc23207e9d5894aed8d8d5f10af47b9746913efff94da

diff --git a/net-ftp/lftp/lftp-4.7.8.ebuild b/net-ftp/lftp/lftp-4.7.8.ebuild
new file mode 100644
index 000..7858cf43d73
--- /dev/null
+++ b/net-ftp/lftp/lftp-4.7.8.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils libtool
+
+DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
+HOMEPAGE="http://lftp.tech/;
+SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+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"
+
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
+LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
+IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
+RESTRICT="test"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.1:=
+   >=sys-libs/readline-5.1:=
+   dev-libs/expat
+   sys-libs/zlib
+   convert-mozilla-cookies? ( dev-perl/DBI )
+   idn? ( net-dns/libidn )
+   socks5? (
+   >=net-proxy/dante-1.1.12
+   virtual/pam
+   )
+   ssl? (
+   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   verify-file? (
+   dev-perl/String-CRC32
+   virtual/perl-Digest-MD5
+   )
+"
+
+DEPEND="
+   ${RDEPEND}
+   =sys-devel/libtool-2*
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19 )
+   virtual/pkgconfig
+"
+
+DOCS=(
+   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
+   README.dnssec README.modules THANKS TODO
+)
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+   elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable ipv6) \
+

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-07-17 Thread Jeroen Roovers
commit: 10ca8a62a44c06555efe89e0e951ca14a7238054
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jul 17 20:46:25 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jul 17 20:48:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ca8a62

net-ftp/lftp: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-ftp/lftp/Manifest  |  1 +
 net-ftp/lftp/lftp-4.8.0.ebuild | 94 ++
 2 files changed, 95 insertions(+)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 29be75bbabe..e372b56d929 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,3 +1,4 @@
 DIST lftp-4.7.5.tar.xz 1567232 SHA256 
53b5c5eba2e38b418bcf451776f2df596050dff4db90ab4ea73d872f8b1fd0d8 SHA512 
e7d478367a3b79f61686a538827efe8afb807a587d2967189ae351927e3acb0d5b097d8707e0cb3997aa650f8f0787aa44038bb1d081e393bc7202b348249960
 WHIRLPOOL 
12d53a4c51ee52b67e57dc2e1c2c90443a65964073ee05ce123211096ea82813efbc51345ea488c24aa00600818ce6c0cd96beef27de619ff5d938bef3cabd06
 DIST lftp-4.7.6.tar.xz 1571244 SHA256 
6e26254fdc7e1b92ceb31116a2c7bdcd891a07c72a7823144aaaf147a1841b7b SHA512 
3ba9c2448eff8a991e3b2bb4e3e9553b4a189a630addb1be00842b88db378dbddf865300ee43e149963d0044eacfa97c66a46528bbe6f6292cefd1370655978a
 WHIRLPOOL 
67ff283dc7a1bdb42f88f31c3c26689e59d46e83d088aa08666b66c4dd1439a34076f9b9b5ded3ca3592b65d77473dd05fcf7faff17e69808fb6ed6a19c28521
 DIST lftp-4.7.7.tar.xz 1572604 SHA256 
4483df04502660dcc65a11cf09d530e31bea99483d69328c1c5cbaa41d6619b4 SHA512 
25bcb5469a6202be500a350078f604a56e68958210fbed72c59b2c4847fb6b2680335bf668a512055d1e1db84069e13ba5c169a6ca2fefdf77ef6416df261ab7
 WHIRLPOOL 
3e27d60f0b92fc3fd055961f4377cf43e8607db442dbf4b54f2e9d0348488da98fff5b071a6f518a140e15349571d7c542062d172ca9e4439bde1118e5d3f5eb
+DIST lftp-4.8.0.tar.xz 1584196 SHA256 
7a2880968088b4aeec43b6b6680fef0e065e1dddcce9b409390157e9766b690f SHA512 
60b437cadbf15479ca1858f2f49d4414e4eb2a2db7af1bb26d82d6ce97652664be8e7c9683c34fb1168ef23950867aea379c3d7705f638bdced392184d890fd4
 WHIRLPOOL 
ce5005182792cf0cba905b19681992196378403cdfdb7c18ea29df1b4c78ff5d41dca4cf49eb3036ffcfc23207e9d5894aed8d8d5f10af47b9746913efff94da

diff --git a/net-ftp/lftp/lftp-4.8.0.ebuild b/net-ftp/lftp/lftp-4.8.0.ebuild
new file mode 100644
index 000..7858cf43d73
--- /dev/null
+++ b/net-ftp/lftp/lftp-4.8.0.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils libtool
+
+DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
+HOMEPAGE="http://lftp.tech/;
+SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+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"
+
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
+LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
+IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
+RESTRICT="test"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.1:=
+   >=sys-libs/readline-5.1:=
+   dev-libs/expat
+   sys-libs/zlib
+   convert-mozilla-cookies? ( dev-perl/DBI )
+   idn? ( net-dns/libidn )
+   socks5? (
+   >=net-proxy/dante-1.1.12
+   virtual/pam
+   )
+   ssl? (
+   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   verify-file? (
+   dev-perl/String-CRC32
+   virtual/perl-Digest-MD5
+   )
+"
+
+DEPEND="
+   ${RDEPEND}
+   =sys-devel/libtool-2*
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19 )
+   virtual/pkgconfig
+"
+
+DOCS=(
+   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
+   README.dnssec README.modules THANKS TODO
+)
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+   elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable ipv6) \
+   $(use_enable nls) \
+   $(use_with idn libidn) \
+   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
+   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
+   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
+   --enable-packager-mode \
+   

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-07-06 Thread Jeroen Roovers
commit: 23560acf60fd774d17f507fea07f76d9efb90352
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul  6 09:57:39 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul  6 09:58:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23560acf

net-ftp/lftp: RESTRICT=test (bug #623704).

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-ftp/lftp/lftp-4.7.5.ebuild | 1 +
 net-ftp/lftp/lftp-4.7.6.ebuild | 1 +
 net-ftp/lftp/lftp-4.7.7.ebuild | 1 +
 3 files changed, 3 insertions(+)

diff --git a/net-ftp/lftp/lftp-4.7.5.ebuild b/net-ftp/lftp/lftp-4.7.5.ebuild
index df6dd0bb67d..5615afbb1e8 100644
--- a/net-ftp/lftp/lftp-4.7.5.ebuild
+++ b/net-ftp/lftp/lftp-4.7.5.ebuild
@@ -15,6 +15,7 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 
~s390 sparc x86 ~spar
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
 IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
+RESTRICT="test"
 
 RDEPEND="
>=sys-libs/ncurses-5.1:=

diff --git a/net-ftp/lftp/lftp-4.7.6.ebuild b/net-ftp/lftp/lftp-4.7.6.ebuild
index cf03aea8efe..7858cf43d73 100644
--- a/net-ftp/lftp/lftp-4.7.6.ebuild
+++ b/net-ftp/lftp/lftp-4.7.6.ebuild
@@ -15,6 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc 
~ppc64 ~s390 ~sparc ~
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
 IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
+RESTRICT="test"
 
 RDEPEND="
>=sys-libs/ncurses-5.1:=

diff --git a/net-ftp/lftp/lftp-4.7.7.ebuild b/net-ftp/lftp/lftp-4.7.7.ebuild
index cf03aea8efe..7858cf43d73 100644
--- a/net-ftp/lftp/lftp-4.7.7.ebuild
+++ b/net-ftp/lftp/lftp-4.7.7.ebuild
@@ -15,6 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc 
~ppc64 ~s390 ~sparc ~
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
 IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
+RESTRICT="test"
 
 RDEPEND="
>=sys-libs/ncurses-5.1:=



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-03-10 Thread Jeroen Roovers
commit: 2d6651f17f804cb44d5c97514c3fd25a9d0f637b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Mar 11 06:44:05 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Mar 11 06:44:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6651f1

net-ftp/lftp: Version bump.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 net-ftp/lftp/Manifest  |  1 +
 net-ftp/lftp/lftp-4.7.7.ebuild | 93 ++
 2 files changed, 94 insertions(+)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index a0cfe5c3f5a..29be75bbabe 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,2 +1,3 @@
 DIST lftp-4.7.5.tar.xz 1567232 SHA256 
53b5c5eba2e38b418bcf451776f2df596050dff4db90ab4ea73d872f8b1fd0d8 SHA512 
e7d478367a3b79f61686a538827efe8afb807a587d2967189ae351927e3acb0d5b097d8707e0cb3997aa650f8f0787aa44038bb1d081e393bc7202b348249960
 WHIRLPOOL 
12d53a4c51ee52b67e57dc2e1c2c90443a65964073ee05ce123211096ea82813efbc51345ea488c24aa00600818ce6c0cd96beef27de619ff5d938bef3cabd06
 DIST lftp-4.7.6.tar.xz 1571244 SHA256 
6e26254fdc7e1b92ceb31116a2c7bdcd891a07c72a7823144aaaf147a1841b7b SHA512 
3ba9c2448eff8a991e3b2bb4e3e9553b4a189a630addb1be00842b88db378dbddf865300ee43e149963d0044eacfa97c66a46528bbe6f6292cefd1370655978a
 WHIRLPOOL 
67ff283dc7a1bdb42f88f31c3c26689e59d46e83d088aa08666b66c4dd1439a34076f9b9b5ded3ca3592b65d77473dd05fcf7faff17e69808fb6ed6a19c28521
+DIST lftp-4.7.7.tar.xz 1572604 SHA256 
4483df04502660dcc65a11cf09d530e31bea99483d69328c1c5cbaa41d6619b4 SHA512 
25bcb5469a6202be500a350078f604a56e68958210fbed72c59b2c4847fb6b2680335bf668a512055d1e1db84069e13ba5c169a6ca2fefdf77ef6416df261ab7
 WHIRLPOOL 
3e27d60f0b92fc3fd055961f4377cf43e8607db442dbf4b54f2e9d0348488da98fff5b071a6f518a140e15349571d7c542062d172ca9e4439bde1118e5d3f5eb

diff --git a/net-ftp/lftp/lftp-4.7.7.ebuild b/net-ftp/lftp/lftp-4.7.7.ebuild
new file mode 100644
index 000..cf03aea8efe
--- /dev/null
+++ b/net-ftp/lftp/lftp-4.7.7.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils libtool
+
+DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
+HOMEPAGE="http://lftp.tech/;
+SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+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"
+
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
+LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
+IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.1:=
+   >=sys-libs/readline-5.1:=
+   dev-libs/expat
+   sys-libs/zlib
+   convert-mozilla-cookies? ( dev-perl/DBI )
+   idn? ( net-dns/libidn )
+   socks5? (
+   >=net-proxy/dante-1.1.12
+   virtual/pam
+   )
+   ssl? (
+   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   verify-file? (
+   dev-perl/String-CRC32
+   virtual/perl-Digest-MD5
+   )
+"
+
+DEPEND="
+   ${RDEPEND}
+   =sys-devel/libtool-2*
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19 )
+   virtual/pkgconfig
+"
+
+DOCS=(
+   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
+   README.dnssec README.modules THANKS TODO
+)
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+   elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable ipv6) \
+   $(use_enable nls) \
+   $(use_with idn libidn) \
+   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
+   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
+   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
+   --enable-packager-mode \
+   --sysconfdir="${EPREFIX}"/etc/${PN} \
+   --with-modules \
+   --with-readline="${EPREFIX}"/usr \
+   --without-included-regex
+}
+
+src_install() {
+   default
+   local script
+   for script in {convert-mozilla-cookies,verify-file}; do
+   use ${script} || { rm "${ED}"/usr/share/${PN}/${script} || die 
;}
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-03-10 Thread Jeroen Roovers
commit: 775090fc83c732ea3e69a89c850220ee7f7251b8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Mar 11 06:39:32 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Mar 11 06:39:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775090fc

net-ftp/lftp: Old.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 net-ftp/lftp/Manifest  |  2 -
 net-ftp/lftp/lftp-4.7.3.ebuild | 90 
 net-ftp/lftp/lftp-4.7.4.ebuild | 93 --
 3 files changed, 185 deletions(-)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 15fdea928ab..a0cfe5c3f5a 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,4 +1,2 @@
-DIST lftp-4.7.3.tar.xz 1545012 SHA256 
3b22259cdc4c1a6ae349057d16bda4b4816929e04d223242ab8927bc31a48e7c SHA512 
1123e322a4c4f85ced4ef57c0af80b9b20d223c2770293ada3d8ca870fe159b62c6ee8d01a8c6be50e7ec00f3e6729a46c09db3aa776471825a6998792f1250d
 WHIRLPOOL 
8ad61759c0ef56b23a13c4f3291bd672f398485ddc1a04c6e6b7c8f4e6a8ae36779d88e96c2db7697884e3089aef0f04a36952490a2b450a20ccb360b2a0df54
-DIST lftp-4.7.4.tar.xz 1564016 SHA256 
bf67c4d128b6f769a4082947376a9679c5ee3463a24ab761a0757f75d70bd92c SHA512 
f978379b6ac0dfb46c06dee7205b0b751a75642868c4b1bf37ac681108b04a475232915bb7280ec9731af008e00e855bd9e2e8745307b6507d341f27e4025159
 WHIRLPOOL 
edfd7ac72e4b6e185222e350328acf771d83d5aeae4fac0860737feced5e3ade724891dd21448a366d87b4b59e24442dbfbf894f42813f71af4063f011450af3
 DIST lftp-4.7.5.tar.xz 1567232 SHA256 
53b5c5eba2e38b418bcf451776f2df596050dff4db90ab4ea73d872f8b1fd0d8 SHA512 
e7d478367a3b79f61686a538827efe8afb807a587d2967189ae351927e3acb0d5b097d8707e0cb3997aa650f8f0787aa44038bb1d081e393bc7202b348249960
 WHIRLPOOL 
12d53a4c51ee52b67e57dc2e1c2c90443a65964073ee05ce123211096ea82813efbc51345ea488c24aa00600818ce6c0cd96beef27de619ff5d938bef3cabd06
 DIST lftp-4.7.6.tar.xz 1571244 SHA256 
6e26254fdc7e1b92ceb31116a2c7bdcd891a07c72a7823144aaaf147a1841b7b SHA512 
3ba9c2448eff8a991e3b2bb4e3e9553b4a189a630addb1be00842b88db378dbddf865300ee43e149963d0044eacfa97c66a46528bbe6f6292cefd1370655978a
 WHIRLPOOL 
67ff283dc7a1bdb42f88f31c3c26689e59d46e83d088aa08666b66c4dd1439a34076f9b9b5ded3ca3592b65d77473dd05fcf7faff17e69808fb6ed6a19c28521

diff --git a/net-ftp/lftp/lftp-4.7.3.ebuild b/net-ftp/lftp/lftp-4.7.3.ebuild
deleted file mode 100644
index 5887387aefe..000
--- a/net-ftp/lftp/lftp-4.7.3.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils libtool
-
-DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
-HOMEPAGE="http://lftp.tech/;
-SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-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"
-
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
-LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
-IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.1:=
-   >=sys-libs/readline-5.1:=
-   dev-libs/expat
-   sys-libs/zlib
-   convert-mozilla-cookies? ( dev-perl/DBI )
-   idn? ( net-dns/libidn )
-   socks5? (
-   >=net-proxy/dante-1.1.12
-   virtual/pam
-   )
-   ssl? (
-   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-   verify-file? (
-   dev-perl/String-CRC32
-   virtual/perl-Digest-MD5
-   )
-"
-
-DEPEND="
-   ${RDEPEND}
-   =sys-devel/libtool-2*
-   app-arch/xz-utils
-   nls? ( >=sys-devel/gettext-0.19 )
-   virtual/pkgconfig
-"
-
-DOCS=(
-   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
-   README.dnssec README.modules THANKS TODO
-)
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
-   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
-   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
-
-   eautoreconf
-   elibtoolize # for Darwin bundles
-
-   # bug #536036
-   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable ipv6) \
-   $(use_enable nls) \
-   $(use_with idn libidn) \
-   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
-   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
-   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
-   

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-02-15 Thread Tobias Klausmann
commit: e200ae39e163e2bd3d80b5a1f56726493a2ab5b6
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Feb 15 13:48:54 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Feb 15 13:48:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e200ae39

net-ftp/lftp-4.7.5-r0: add alpha keyword

Gentoo-Bug: 608542

 net-ftp/lftp/lftp-4.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.7.5.ebuild b/net-ftp/lftp/lftp-4.7.5.ebuild
index 809a59dff4..3d2046f9fc 100644
--- a/net-ftp/lftp/lftp-4.7.5.ebuild
+++ b/net-ftp/lftp/lftp-4.7.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-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"
+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"
 
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-02-14 Thread Jeroen Roovers
commit: 6a842f4072551e4221924a449bc38ff41d74076e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb 15 07:16:11 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb 15 07:16:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a842f40

net-ftp/lftp: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-ftp/lftp/Manifest  |  1 +
 net-ftp/lftp/lftp-4.7.6.ebuild | 94 ++
 2 files changed, 95 insertions(+)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 7ae1da42aa..15fdea928a 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,3 +1,4 @@
 DIST lftp-4.7.3.tar.xz 1545012 SHA256 
3b22259cdc4c1a6ae349057d16bda4b4816929e04d223242ab8927bc31a48e7c SHA512 
1123e322a4c4f85ced4ef57c0af80b9b20d223c2770293ada3d8ca870fe159b62c6ee8d01a8c6be50e7ec00f3e6729a46c09db3aa776471825a6998792f1250d
 WHIRLPOOL 
8ad61759c0ef56b23a13c4f3291bd672f398485ddc1a04c6e6b7c8f4e6a8ae36779d88e96c2db7697884e3089aef0f04a36952490a2b450a20ccb360b2a0df54
 DIST lftp-4.7.4.tar.xz 1564016 SHA256 
bf67c4d128b6f769a4082947376a9679c5ee3463a24ab761a0757f75d70bd92c SHA512 
f978379b6ac0dfb46c06dee7205b0b751a75642868c4b1bf37ac681108b04a475232915bb7280ec9731af008e00e855bd9e2e8745307b6507d341f27e4025159
 WHIRLPOOL 
edfd7ac72e4b6e185222e350328acf771d83d5aeae4fac0860737feced5e3ade724891dd21448a366d87b4b59e24442dbfbf894f42813f71af4063f011450af3
 DIST lftp-4.7.5.tar.xz 1567232 SHA256 
53b5c5eba2e38b418bcf451776f2df596050dff4db90ab4ea73d872f8b1fd0d8 SHA512 
e7d478367a3b79f61686a538827efe8afb807a587d2967189ae351927e3acb0d5b097d8707e0cb3997aa650f8f0787aa44038bb1d081e393bc7202b348249960
 WHIRLPOOL 
12d53a4c51ee52b67e57dc2e1c2c90443a65964073ee05ce123211096ea82813efbc51345ea488c24aa00600818ce6c0cd96beef27de619ff5d938bef3cabd06
+DIST lftp-4.7.6.tar.xz 1571244 SHA256 
6e26254fdc7e1b92ceb31116a2c7bdcd891a07c72a7823144aaaf147a1841b7b SHA512 
3ba9c2448eff8a991e3b2bb4e3e9553b4a189a630addb1be00842b88db378dbddf865300ee43e149963d0044eacfa97c66a46528bbe6f6292cefd1370655978a
 WHIRLPOOL 
67ff283dc7a1bdb42f88f31c3c26689e59d46e83d088aa08666b66c4dd1439a34076f9b9b5ded3ca3592b65d77473dd05fcf7faff17e69808fb6ed6a19c28521

diff --git a/net-ftp/lftp/lftp-4.7.6.ebuild b/net-ftp/lftp/lftp-4.7.6.ebuild
new file mode 100644
index 00..c136e7c3a0
--- /dev/null
+++ b/net-ftp/lftp/lftp-4.7.6.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils libtool
+
+DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
+HOMEPAGE="http://lftp.tech/;
+SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+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"
+
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
+LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
+IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.1:=
+   >=sys-libs/readline-5.1:=
+   dev-libs/expat
+   sys-libs/zlib
+   convert-mozilla-cookies? ( dev-perl/DBI )
+   idn? ( net-dns/libidn )
+   socks5? (
+   >=net-proxy/dante-1.1.12
+   virtual/pam
+   )
+   ssl? (
+   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   verify-file? (
+   dev-perl/String-CRC32
+   virtual/perl-Digest-MD5
+   )
+"
+
+DEPEND="
+   ${RDEPEND}
+   =sys-devel/libtool-2*
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19 )
+   virtual/pkgconfig
+"
+
+DOCS=(
+   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
+   README.dnssec README.modules THANKS TODO
+)
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+   elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable ipv6) \
+   $(use_enable nls) \
+   $(use_with idn libidn) \
+   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
+   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
+   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
+   --enable-packager-mode \
+   --sysconfdir="${EPREFIX}"/etc/${PN} \
+ 

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/files/, net-ftp/lftp/

2017-02-13 Thread Jeroen Roovers
commit: 647d602b6dc09be92e973b17dccedaf67d2d5bd2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Feb 13 08:04:57 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Feb 13 08:05:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647d602b

net-ftp/lftp: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-ftp/lftp/Manifest  |  1 -
 net-ftp/lftp/files/lftp-4.6.3a-autopoint.patch | 10 ---
 net-ftp/lftp/lftp-4.6.5.ebuild | 91 --
 net-ftp/lftp/metadata.xml  |  1 -
 4 files changed, 103 deletions(-)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 82806d2796..7ae1da42aa 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,4 +1,3 @@
-DIST lftp-4.6.5.tar.xz 1514644 SHA256 
1fd0920a1791ce0e9e39ffce77ae6619e5dc665f16e9380bafbfc69411eeb71e SHA512 
a22faa3a6901160460f1103c19c5276f603c154908ec2e34804a6eb48452b59ba495993e6824f57d114285ddc80a64dccd0069465cc0593f34f435ac181250c0
 WHIRLPOOL 
088598ed9395cd8f9ed79be26e0833593e733cf87bbd51e5d008ce4de2b9924e62add20789c098a866d82dc3f168a373c4874de264d669950524a9a255e1e028
 DIST lftp-4.7.3.tar.xz 1545012 SHA256 
3b22259cdc4c1a6ae349057d16bda4b4816929e04d223242ab8927bc31a48e7c SHA512 
1123e322a4c4f85ced4ef57c0af80b9b20d223c2770293ada3d8ca870fe159b62c6ee8d01a8c6be50e7ec00f3e6729a46c09db3aa776471825a6998792f1250d
 WHIRLPOOL 
8ad61759c0ef56b23a13c4f3291bd672f398485ddc1a04c6e6b7c8f4e6a8ae36779d88e96c2db7697884e3089aef0f04a36952490a2b450a20ccb360b2a0df54
 DIST lftp-4.7.4.tar.xz 1564016 SHA256 
bf67c4d128b6f769a4082947376a9679c5ee3463a24ab761a0757f75d70bd92c SHA512 
f978379b6ac0dfb46c06dee7205b0b751a75642868c4b1bf37ac681108b04a475232915bb7280ec9731af008e00e855bd9e2e8745307b6507d341f27e4025159
 WHIRLPOOL 
edfd7ac72e4b6e185222e350328acf771d83d5aeae4fac0860737feced5e3ade724891dd21448a366d87b4b59e24442dbfbf894f42813f71af4063f011450af3
 DIST lftp-4.7.5.tar.xz 1567232 SHA256 
53b5c5eba2e38b418bcf451776f2df596050dff4db90ab4ea73d872f8b1fd0d8 SHA512 
e7d478367a3b79f61686a538827efe8afb807a587d2967189ae351927e3acb0d5b097d8707e0cb3997aa650f8f0787aa44038bb1d081e393bc7202b348249960
 WHIRLPOOL 
12d53a4c51ee52b67e57dc2e1c2c90443a65964073ee05ce123211096ea82813efbc51345ea488c24aa00600818ce6c0cd96beef27de619ff5d938bef3cabd06

diff --git a/net-ftp/lftp/files/lftp-4.6.3a-autopoint.patch 
b/net-ftp/lftp/files/lftp-4.6.3a-autopoint.patch
deleted file mode 100644
index ad1cf3ede1..00
--- a/net-ftp/lftp/files/lftp-4.6.3a-autopoint.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -137,6 +137,7 @@
- AM_ICONV
- 
- ALL_LINGUAS="de es fr it ja ko pl pt_BR ru uk zh_CN zh_TW zh_HK cs"
-+AM_GNU_GETTEXT_VERSION([0.19])
- AM_GNU_GETTEXT([external])
- test "$MSGFMT"  = "no" && MSGFMT  ="$missing_dir/missing msgfmt"
- test "$GMSGFMT" = "no" && GMSGFMT ="$missing_dir/missing msgfmt"

diff --git a/net-ftp/lftp/lftp-4.6.5.ebuild b/net-ftp/lftp/lftp-4.6.5.ebuild
deleted file mode 100644
index a094c3b50b..00
--- a/net-ftp/lftp/lftp-4.6.5.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils libtool
-
-DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
-HOMEPAGE="http://lftp.yar.ru/;
-SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-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"
-
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls openssl socks5 +ssl 
verify-file"
-LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
-IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
-
-REQUIRED_USE="
-   ssl? ( ^^ ( openssl gnutls ) )
-"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.1:=
-   >=sys-libs/readline-5.1:=
-   dev-libs/expat
-   sys-libs/zlib
-   convert-mozilla-cookies? ( dev-perl/DBI )
-   idn? ( net-dns/libidn )
-   socks5? (
-   >=net-proxy/dante-1.1.12
-   virtual/pam
-   )
-   ssl? (
-   gnutls? ( >=net-libs/gnutls-1.2.3 )
-   openssl? ( dev-libs/openssl:0 )
-   )
-   verify-file? (
-   dev-perl/String-CRC32
-   virtual/perl-Digest-MD5
-   )
-"
-
-DEPEND="
-   ${RDEPEND}
-   =sys-devel/libtool-2*
-   app-arch/xz-utils
-   nls? ( >=sys-devel/gettext-0.19 )
-   virtual/pkgconfig
-"
-
-DOCS=(
-   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
-   README.dnssec README.modules THANKS TODO
-)
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
-   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
-   "${FILESDIR}"/${PN}-4.6.3a-autopoint.patch
-

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-02-09 Thread Agostino Sarubbo
commit: 48514112efd54b830dfc052f9ce58efd7d53b2e9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Feb  9 14:36:20 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Feb  9 14:37:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48514112

net-ftp/lftp: amd64 stable wrt bug #608542

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-ftp/lftp/lftp-4.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.7.5.ebuild b/net-ftp/lftp/lftp-4.7.5.ebuild
index da53ae798a..bb16ac289b 100644
--- a/net-ftp/lftp/lftp-4.7.5.ebuild
+++ b/net-ftp/lftp/lftp-4.7.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-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"
+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"
 
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-02-08 Thread Jeroen Roovers
commit: 817118688de8a3588eda7064083f1f1743513b0b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb  8 13:57:48 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb  8 13:57:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81711868

net-ftp/lftp: Stable for HPPA (bug #608542).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 net-ftp/lftp/lftp-4.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.7.5.ebuild b/net-ftp/lftp/lftp-4.7.5.ebuild
index c136e7c3a0..bba2d6219c 100644
--- a/net-ftp/lftp/lftp-4.7.5.ebuild
+++ b/net-ftp/lftp/lftp-4.7.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-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"
+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"
 
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-01-21 Thread Jeroen Roovers
commit: ae3f85e8916044c2856ccb244a9cede00b1e7cc3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jan 21 14:10:38 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jan 21 14:10:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3f85e8

net-ftp/lftp: Stable for HPPA (bug #603936).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 net-ftp/lftp/lftp-4.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.7.4.ebuild b/net-ftp/lftp/lftp-4.7.4.ebuild
index 6c76601..27a0510 100644
--- a/net-ftp/lftp/lftp-4.7.4.ebuild
+++ b/net-ftp/lftp/lftp-4.7.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-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"
+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"
 
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-01-06 Thread Tobias Klausmann
commit: ea421e94cbef3d741f6c7b29e628061483209616
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Jan  6 14:22:11 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Jan  6 14:32:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea421e94

net-ftp/lftp-4.7.4-r0: stable on alpha

Gentoo-Bug: 603936

 net-ftp/lftp/lftp-4.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.7.4.ebuild b/net-ftp/lftp/lftp-4.7.4.ebuild
index 5bb6e13..6c76601 100644
--- a/net-ftp/lftp/lftp-4.7.4.ebuild
+++ b/net-ftp/lftp/lftp-4.7.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-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"
+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"
 
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-01-02 Thread Jeroen Roovers
commit: c3d64fec27fd78e1973d22259dbb7028c92d37db
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jan  2 10:59:21 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jan  2 10:59:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d64fec

net-ftp/lftp: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-ftp/lftp/Manifest  |  1 +
 net-ftp/lftp/lftp-4.7.5.ebuild | 94 ++
 2 files changed, 95 insertions(+)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 020f2e4..82806d2 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,3 +1,4 @@
 DIST lftp-4.6.5.tar.xz 1514644 SHA256 
1fd0920a1791ce0e9e39ffce77ae6619e5dc665f16e9380bafbfc69411eeb71e SHA512 
a22faa3a6901160460f1103c19c5276f603c154908ec2e34804a6eb48452b59ba495993e6824f57d114285ddc80a64dccd0069465cc0593f34f435ac181250c0
 WHIRLPOOL 
088598ed9395cd8f9ed79be26e0833593e733cf87bbd51e5d008ce4de2b9924e62add20789c098a866d82dc3f168a373c4874de264d669950524a9a255e1e028
 DIST lftp-4.7.3.tar.xz 1545012 SHA256 
3b22259cdc4c1a6ae349057d16bda4b4816929e04d223242ab8927bc31a48e7c SHA512 
1123e322a4c4f85ced4ef57c0af80b9b20d223c2770293ada3d8ca870fe159b62c6ee8d01a8c6be50e7ec00f3e6729a46c09db3aa776471825a6998792f1250d
 WHIRLPOOL 
8ad61759c0ef56b23a13c4f3291bd672f398485ddc1a04c6e6b7c8f4e6a8ae36779d88e96c2db7697884e3089aef0f04a36952490a2b450a20ccb360b2a0df54
 DIST lftp-4.7.4.tar.xz 1564016 SHA256 
bf67c4d128b6f769a4082947376a9679c5ee3463a24ab761a0757f75d70bd92c SHA512 
f978379b6ac0dfb46c06dee7205b0b751a75642868c4b1bf37ac681108b04a475232915bb7280ec9731af008e00e855bd9e2e8745307b6507d341f27e4025159
 WHIRLPOOL 
edfd7ac72e4b6e185222e350328acf771d83d5aeae4fac0860737feced5e3ade724891dd21448a366d87b4b59e24442dbfbf894f42813f71af4063f011450af3
+DIST lftp-4.7.5.tar.xz 1567232 SHA256 
53b5c5eba2e38b418bcf451776f2df596050dff4db90ab4ea73d872f8b1fd0d8 SHA512 
e7d478367a3b79f61686a538827efe8afb807a587d2967189ae351927e3acb0d5b097d8707e0cb3997aa650f8f0787aa44038bb1d081e393bc7202b348249960
 WHIRLPOOL 
12d53a4c51ee52b67e57dc2e1c2c90443a65964073ee05ce123211096ea82813efbc51345ea488c24aa00600818ce6c0cd96beef27de619ff5d938bef3cabd06

diff --git a/net-ftp/lftp/lftp-4.7.5.ebuild b/net-ftp/lftp/lftp-4.7.5.ebuild
new file mode 100644
index ..c136e7c
--- /dev/null
+++ b/net-ftp/lftp/lftp-4.7.5.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils libtool
+
+DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
+HOMEPAGE="http://lftp.tech/;
+SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+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"
+
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
+LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
+IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.1:=
+   >=sys-libs/readline-5.1:=
+   dev-libs/expat
+   sys-libs/zlib
+   convert-mozilla-cookies? ( dev-perl/DBI )
+   idn? ( net-dns/libidn )
+   socks5? (
+   >=net-proxy/dante-1.1.12
+   virtual/pam
+   )
+   ssl? (
+   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   verify-file? (
+   dev-perl/String-CRC32
+   virtual/perl-Digest-MD5
+   )
+"
+
+DEPEND="
+   ${RDEPEND}
+   =sys-devel/libtool-2*
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19 )
+   virtual/pkgconfig
+"
+
+DOCS=(
+   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
+   README.dnssec README.modules THANKS TODO
+)
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+   elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable ipv6) \
+   $(use_enable nls) \
+   $(use_with idn libidn) \
+   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
+   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
+   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
+   --enable-packager-mode \
+   --sysconfdir="${EPREFIX}"/etc/${PN} \
+

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-12-30 Thread Agostino Sarubbo
commit: 002c283972c0c3deea3c522f19301a09790311bf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Dec 30 09:38:58 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Dec 30 09:38:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002c2839

net-ftp/lftp: sparc stable wrt bug #603936

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-ftp/lftp/lftp-4.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.7.4.ebuild b/net-ftp/lftp/lftp-4.7.4.ebuild
index 9d6d7dd..b4c5c7c 100644
--- a/net-ftp/lftp/lftp-4.7.4.ebuild
+++ b/net-ftp/lftp/lftp-4.7.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-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"
+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"
 
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-12-28 Thread Aaron Bauman
commit: 4f5e775cac00d4b6eff0a1d37e9c9384cbcf5fd4
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Dec 29 07:55:18 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Dec 29 07:55:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5e775c

net-ftp/lftp: amd64 stable wrt bug #603936

 net-ftp/lftp/lftp-4.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.7.4.ebuild b/net-ftp/lftp/lftp-4.7.4.ebuild
index db58584..ece1999 100644
--- a/net-ftp/lftp/lftp-4.7.4.ebuild
+++ b/net-ftp/lftp/lftp-4.7.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-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"
+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"
 
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-11-17 Thread Jeroen Roovers
commit: b2b296ebf79c639f3b162788f8d05829ebae9896
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Nov 17 08:00:05 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Nov 17 08:00:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b296eb

net-ftp/lftp: Version bump.

Package-Manager: portage-2.3.2

 net-ftp/lftp/Manifest  |  1 +
 net-ftp/lftp/lftp-4.7.4.ebuild | 94 ++
 2 files changed, 95 insertions(+)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 466b522..020f2e4 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,2 +1,3 @@
 DIST lftp-4.6.5.tar.xz 1514644 SHA256 
1fd0920a1791ce0e9e39ffce77ae6619e5dc665f16e9380bafbfc69411eeb71e SHA512 
a22faa3a6901160460f1103c19c5276f603c154908ec2e34804a6eb48452b59ba495993e6824f57d114285ddc80a64dccd0069465cc0593f34f435ac181250c0
 WHIRLPOOL 
088598ed9395cd8f9ed79be26e0833593e733cf87bbd51e5d008ce4de2b9924e62add20789c098a866d82dc3f168a373c4874de264d669950524a9a255e1e028
 DIST lftp-4.7.3.tar.xz 1545012 SHA256 
3b22259cdc4c1a6ae349057d16bda4b4816929e04d223242ab8927bc31a48e7c SHA512 
1123e322a4c4f85ced4ef57c0af80b9b20d223c2770293ada3d8ca870fe159b62c6ee8d01a8c6be50e7ec00f3e6729a46c09db3aa776471825a6998792f1250d
 WHIRLPOOL 
8ad61759c0ef56b23a13c4f3291bd672f398485ddc1a04c6e6b7c8f4e6a8ae36779d88e96c2db7697884e3089aef0f04a36952490a2b450a20ccb360b2a0df54
+DIST lftp-4.7.4.tar.xz 1564016 SHA256 
bf67c4d128b6f769a4082947376a9679c5ee3463a24ab761a0757f75d70bd92c SHA512 
f978379b6ac0dfb46c06dee7205b0b751a75642868c4b1bf37ac681108b04a475232915bb7280ec9731af008e00e855bd9e2e8745307b6507d341f27e4025159
 WHIRLPOOL 
edfd7ac72e4b6e185222e350328acf771d83d5aeae4fac0860737feced5e3ade724891dd21448a366d87b4b59e24442dbfbf894f42813f71af4063f011450af3

diff --git a/net-ftp/lftp/lftp-4.7.4.ebuild b/net-ftp/lftp/lftp-4.7.4.ebuild
new file mode 100644
index ..db58584
--- /dev/null
+++ b/net-ftp/lftp/lftp-4.7.4.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils libtool
+
+DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
+HOMEPAGE="http://lftp.tech/;
+SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+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"
+
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
+LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
+IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.1:=
+   >=sys-libs/readline-5.1:=
+   dev-libs/expat
+   sys-libs/zlib
+   convert-mozilla-cookies? ( dev-perl/DBI )
+   idn? ( net-dns/libidn )
+   socks5? (
+   >=net-proxy/dante-1.1.12
+   virtual/pam
+   )
+   ssl? (
+   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   verify-file? (
+   dev-perl/String-CRC32
+   virtual/perl-Digest-MD5
+   )
+"
+
+DEPEND="
+   ${RDEPEND}
+   =sys-devel/libtool-2*
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19 )
+   virtual/pkgconfig
+"
+
+DOCS=(
+   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
+   README.dnssec README.modules THANKS TODO
+)
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+   elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable ipv6) \
+   $(use_enable nls) \
+   $(use_with idn libidn) \
+   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
+   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
+   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
+   --enable-packager-mode \
+   --sysconfdir="${EPREFIX}"/etc/${PN} \
+   --with-modules \
+   --with-readline="${EPREFIX}"/usr \
+   --without-included-regex
+}
+
+src_install() {
+   default
+   local script
+   for script in {convert-mozilla-cookies,verify-file}; do
+   use ${script} || { rm "${ED}"/usr/share/${PN}/${script} || die 
;}
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-11-07 Thread Jeroen Roovers
commit: d8487d3f8eea069b02daa03a210b178c0deb
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov  7 17:44:54 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov  7 17:45:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8487d3f

net-ftp/lftp: Update live ebuild.

Package-Manager: portage-2.3.2

 net-ftp/lftp/lftp-4.7.3.ebuild |  8 
 net-ftp/lftp/lftp-.ebuild  | 22 +-
 2 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/net-ftp/lftp/lftp-4.7.3.ebuild b/net-ftp/lftp/lftp-4.7.3.ebuild
index e9edcfa..5961dc1 100644
--- a/net-ftp/lftp/lftp-4.7.3.ebuild
+++ b/net-ftp/lftp/lftp-4.7.3.ebuild
@@ -69,16 +69,16 @@ src_prepare() {
 
 src_configure() {
econf \
+   $(use_enable ipv6) \
$(use_enable nls) \
-   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
$(use_with idn libidn) \
-   $(use_enable ipv6) \
-   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
$(use_with socks5 socksdante "${EPREFIX}"/usr) \
-   --with-readline="${EPREFIX}"/usr \
+   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
+   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
--enable-packager-mode \
--sysconfdir="${EPREFIX}"/etc/${PN} \
--with-modules \
+   --with-readline="${EPREFIX}"/usr \
--without-included-regex
 }
 

diff --git a/net-ftp/lftp/lftp-.ebuild b/net-ftp/lftp/lftp-.ebuild
index 306c24a7..f3ab965 100644
--- a/net-ftp/lftp/lftp-.ebuild
+++ b/net-ftp/lftp/lftp-.ebuild
@@ -2,18 +2,18 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 inherit autotools eutils git-r3 libtool
 
 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
-HOMEPAGE="http://lftp.yar.ru/;
+HOMEPAGE="http://lftp.tech/;
 EGIT_REPO_URI="https://github.com/lavv17/lftp;
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
 
-IUSE="convert-mozilla-cookies +gnutls idn libressl nls socks5 +ssl verify-file"
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
 IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
 
@@ -29,7 +29,7 @@ RDEPEND="
virtual/pam
)
ssl? (
-   gnutls? ( >=net-libs/gnutls-1.2.3:= )
+   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
!gnutls? (
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
@@ -46,7 +46,7 @@ DEPEND="
dev-libs/gnulib
=sys-devel/libtool-2*
app-arch/xz-utils
-   nls? ( sys-devel/gettext )
+   nls? ( >=sys-devel/gettext-0.19 )
virtual/pkgconfig
 "
 
@@ -54,10 +54,12 @@ DOCS=(
BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
README.dnssec README.modules THANKS TODO
 )
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
+)
 
 src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
+   default
 
gnulib-tool --update || die
 
@@ -69,14 +71,16 @@ src_prepare() {
 
 src_configure() {
econf \
+   $(use_enable ipv6) \
$(use_enable nls) \
-   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
$(use_with idn libidn) \
-   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
$(use_with socks5 socksdante "${EPREFIX}"/usr) \
+   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
+   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
--enable-packager-mode \
--sysconfdir="${EPREFIX}"/etc/${PN} \
--with-modules \
+   --with-readline="${EPREFIX}"/usr \
--without-included-regex
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-11-05 Thread Jeroen Roovers
commit: 401442489b657985eb2ff408a980a10301f9a2e2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Nov  5 09:35:51 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Nov  5 09:54:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40144248

net-ftp/lftp: Old.

Package-Manager: portage-2.3.2

 net-ftp/lftp/Manifest  |  2 -
 net-ftp/lftp/lftp-4.7.1.ebuild | 91 --
 net-ftp/lftp/lftp-4.7.2.ebuild | 91 --
 3 files changed, 184 deletions(-)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 19f63d4..466b522 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,4 +1,2 @@
 DIST lftp-4.6.5.tar.xz 1514644 SHA256 
1fd0920a1791ce0e9e39ffce77ae6619e5dc665f16e9380bafbfc69411eeb71e SHA512 
a22faa3a6901160460f1103c19c5276f603c154908ec2e34804a6eb48452b59ba495993e6824f57d114285ddc80a64dccd0069465cc0593f34f435ac181250c0
 WHIRLPOOL 
088598ed9395cd8f9ed79be26e0833593e733cf87bbd51e5d008ce4de2b9924e62add20789c098a866d82dc3f168a373c4874de264d669950524a9a255e1e028
-DIST lftp-4.7.1.tar.xz 1532368 SHA256 
fd5a5cff636629a19c60a60007f4b0dc0c7d59566b1e8a50f668d2f7e67740e5 SHA512 
b65ce2514f954cfcef9cee721b0b6d5607457ce541e40ee758d9f9f4dabab58edcb9a70ac7aa46c17d80d83b595f32cc40ea664606ba7310ed24e58bd4add494
 WHIRLPOOL 
24c2610cae254a77006f3a80afd64b034a1864b832a65c14b9c7248351e19f3bc062fe2a02f02789cfdc895a5481dd06937369ce2f45e2751728a7be00b61106
-DIST lftp-4.7.2.tar.xz 1542780 SHA256 
475d7699b1390f951efee867ba1ad600f78329e13fd2a04d92f82bfffb70d872 SHA512 
6cd948835b320c14c58c7fe9b684aa3cd6281437ebebcb39091c96c55615d07ea8a4786fb82cd3818ddcf62b969d1db3f8927c6e43ab8a504991fa845dd57622
 WHIRLPOOL 
62b00178cceb0cbe055e07db33b6fce4d2a1532d23d290b3a5b359e2e9f05ccafc5bec1772b79dbbbd3a4df22c7fb617a219184de9fc98e6047ec74b61d61796
 DIST lftp-4.7.3.tar.xz 1545012 SHA256 
3b22259cdc4c1a6ae349057d16bda4b4816929e04d223242ab8927bc31a48e7c SHA512 
1123e322a4c4f85ced4ef57c0af80b9b20d223c2770293ada3d8ca870fe159b62c6ee8d01a8c6be50e7ec00f3e6729a46c09db3aa776471825a6998792f1250d
 WHIRLPOOL 
8ad61759c0ef56b23a13c4f3291bd672f398485ddc1a04c6e6b7c8f4e6a8ae36779d88e96c2db7697884e3089aef0f04a36952490a2b450a20ccb360b2a0df54

diff --git a/net-ftp/lftp/lftp-4.7.1.ebuild b/net-ftp/lftp/lftp-4.7.1.ebuild
deleted file mode 100644
index 0cc576b..
--- a/net-ftp/lftp/lftp-4.7.1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils libtool
-
-DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
-HOMEPAGE="http://lftp.yar.ru/;
-SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-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"
-
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls openssl socks5 +ssl 
verify-file"
-LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
-IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
-
-REQUIRED_USE="
-   ssl? ( ^^ ( openssl gnutls ) )
-"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.1:=
-   >=sys-libs/readline-5.1:=
-   dev-libs/expat
-   sys-libs/zlib
-   convert-mozilla-cookies? ( dev-perl/DBI )
-   idn? ( net-dns/libidn )
-   socks5? (
-   >=net-proxy/dante-1.1.12
-   virtual/pam
-   )
-   ssl? (
-   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
-   openssl? ( dev-libs/openssl:0= )
-   )
-   verify-file? (
-   dev-perl/String-CRC32
-   virtual/perl-Digest-MD5
-   )
-"
-
-DEPEND="
-   ${RDEPEND}
-   =sys-devel/libtool-2*
-   app-arch/xz-utils
-   nls? ( >=sys-devel/gettext-0.19 )
-   virtual/pkgconfig
-"
-
-DOCS=(
-   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
-   README.dnssec README.modules THANKS TODO
-)
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
-   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
-   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
-
-   eautoreconf
-   elibtoolize # for Darwin bundles
-
-   # bug #536036
-   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable nls) \
-   $(use_with gnutls) \
-   $(use_with idn libidn) \
-   $(use_enable ipv6) \
-   $(use_with openssl openssl "${EPREFIX}"/usr) \
-   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
-   --enable-packager-mode \
-   --sysconfdir="${EPREFIX}"/etc/${PN} \
-   --with-modules \
-   

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-11-05 Thread Jeroen Roovers
commit: 1d1554618f11cf4c27f488b4f9dd2de0ecaa90d3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Nov  5 09:39:41 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Nov  5 09:54:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d155461

net-ftp/lftp: Update HOMEPAGE.

Package-Manager: portage-2.3.2

 net-ftp/lftp/lftp-4.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.7.3.ebuild b/net-ftp/lftp/lftp-4.7.3.ebuild
index 85d99db..e9edcfa 100644
--- a/net-ftp/lftp/lftp-4.7.3.ebuild
+++ b/net-ftp/lftp/lftp-4.7.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit autotools eutils libtool
 
 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
-HOMEPAGE="http://lftp.yar.ru/;
+HOMEPAGE="http://lftp.tech/;
 SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-10-05 Thread Markus Meier
commit: df315de17da02dc42b5316d76a004381eafb9ec7
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Oct  5 18:51:08 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Oct  5 18:51:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df315de1

net-ftp/lftp: arm stable, bug #593466

Package-Manager: portage-2.3.1
RepoMan-Options: --include-arches="arm"

 net-ftp/lftp/lftp-4.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.7.3.ebuild b/net-ftp/lftp/lftp-4.7.3.ebuild
index d4dec46..85d99db 100644
--- a/net-ftp/lftp/lftp-4.7.3.ebuild
+++ b/net-ftp/lftp/lftp-4.7.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-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"
+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"
 
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-09-21 Thread Tobias Klausmann
commit: f199ee0f4b19ccc660a52ed1e2c347afb1dced6d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 21 17:48:14 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 21 17:48:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f199ee0f

net-ftp/lftp-4.7.3-r0: add alpha keyword

Gentoo-Bug: 593466

 net-ftp/lftp/lftp-4.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.7.3.ebuild b/net-ftp/lftp/lftp-4.7.3.ebuild
index dd6b7a1..5eaf901 100644
--- a/net-ftp/lftp/lftp-4.7.3.ebuild
+++ b/net-ftp/lftp/lftp-4.7.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-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"
+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"
 
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-09-18 Thread Jeroen Roovers
commit: c75e25ebaa3d04e1ade51d531f726e5b3b735fe8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Sep 18 09:02:10 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Sep 18 09:02:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75e25eb

net-ftp/lftp: Stable for HPPA PPC64 (bug #593466).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

 net-ftp/lftp/lftp-4.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.7.3.ebuild b/net-ftp/lftp/lftp-4.7.3.ebuild
index e1cd91d..dd6b7a1 100644
--- a/net-ftp/lftp/lftp-4.7.3.ebuild
+++ b/net-ftp/lftp/lftp-4.7.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-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"
+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"
 
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-07-18 Thread Jeroen Roovers
commit: 36ccdb68bb279c8f8448c7ffae6b49ffc912e314
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jul 18 12:25:54 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jul 18 12:26:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ccdb68

net-ftp/lftp: Old.

Package-Manager: portage-2.3.0

 net-ftp/lftp/lftp-4.7.2-r1.ebuild | 91 ---
 1 file changed, 91 deletions(-)

diff --git a/net-ftp/lftp/lftp-4.7.2-r1.ebuild 
b/net-ftp/lftp/lftp-4.7.2-r1.ebuild
deleted file mode 100644
index e1cd91d..000
--- a/net-ftp/lftp/lftp-4.7.2-r1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils libtool
-
-DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
-HOMEPAGE="http://lftp.yar.ru/;
-SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-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"
-
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
-LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
-IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.1:=
-   >=sys-libs/readline-5.1:=
-   dev-libs/expat
-   sys-libs/zlib
-   convert-mozilla-cookies? ( dev-perl/DBI )
-   idn? ( net-dns/libidn )
-   socks5? (
-   >=net-proxy/dante-1.1.12
-   virtual/pam
-   )
-   ssl? (
-   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-   verify-file? (
-   dev-perl/String-CRC32
-   virtual/perl-Digest-MD5
-   )
-"
-
-DEPEND="
-   ${RDEPEND}
-   =sys-devel/libtool-2*
-   app-arch/xz-utils
-   nls? ( >=sys-devel/gettext-0.19 )
-   virtual/pkgconfig
-"
-
-DOCS=(
-   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
-   README.dnssec README.modules THANKS TODO
-)
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
-   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
-   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
-
-   eautoreconf
-   elibtoolize # for Darwin bundles
-
-   # bug #536036
-   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable nls) \
-   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
-   $(use_with idn libidn) \
-   $(use_enable ipv6) \
-   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
-   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
-   --with-readline="${EPREFIX}"/usr \
-   --enable-packager-mode \
-   --sysconfdir="${EPREFIX}"/etc/${PN} \
-   --with-modules \
-   --without-included-regex
-}
-
-src_install() {
-   default
-   local script
-   for script in {convert-mozilla-cookies,verify-file}; do
-   use ${script} || { rm "${ED}"/usr/share/${PN}/${script} || die 
;}
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-07-18 Thread Jeroen Roovers
commit: e54b01549f4ad2bf9ea1b9a5ac136905ca178c4b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jul 18 12:23:41 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jul 18 12:26:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54b0154

net-ftp/lftp: Version bump.

Package-Manager: portage-2.3.0

 net-ftp/lftp/Manifest  |  1 +
 net-ftp/lftp/lftp-4.7.3.ebuild | 91 ++
 2 files changed, 92 insertions(+)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index b93fa81..19f63d4 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,3 +1,4 @@
 DIST lftp-4.6.5.tar.xz 1514644 SHA256 
1fd0920a1791ce0e9e39ffce77ae6619e5dc665f16e9380bafbfc69411eeb71e SHA512 
a22faa3a6901160460f1103c19c5276f603c154908ec2e34804a6eb48452b59ba495993e6824f57d114285ddc80a64dccd0069465cc0593f34f435ac181250c0
 WHIRLPOOL 
088598ed9395cd8f9ed79be26e0833593e733cf87bbd51e5d008ce4de2b9924e62add20789c098a866d82dc3f168a373c4874de264d669950524a9a255e1e028
 DIST lftp-4.7.1.tar.xz 1532368 SHA256 
fd5a5cff636629a19c60a60007f4b0dc0c7d59566b1e8a50f668d2f7e67740e5 SHA512 
b65ce2514f954cfcef9cee721b0b6d5607457ce541e40ee758d9f9f4dabab58edcb9a70ac7aa46c17d80d83b595f32cc40ea664606ba7310ed24e58bd4add494
 WHIRLPOOL 
24c2610cae254a77006f3a80afd64b034a1864b832a65c14b9c7248351e19f3bc062fe2a02f02789cfdc895a5481dd06937369ce2f45e2751728a7be00b61106
 DIST lftp-4.7.2.tar.xz 1542780 SHA256 
475d7699b1390f951efee867ba1ad600f78329e13fd2a04d92f82bfffb70d872 SHA512 
6cd948835b320c14c58c7fe9b684aa3cd6281437ebebcb39091c96c55615d07ea8a4786fb82cd3818ddcf62b969d1db3f8927c6e43ab8a504991fa845dd57622
 WHIRLPOOL 
62b00178cceb0cbe055e07db33b6fce4d2a1532d23d290b3a5b359e2e9f05ccafc5bec1772b79dbbbd3a4df22c7fb617a219184de9fc98e6047ec74b61d61796
+DIST lftp-4.7.3.tar.xz 1545012 SHA256 
3b22259cdc4c1a6ae349057d16bda4b4816929e04d223242ab8927bc31a48e7c SHA512 
1123e322a4c4f85ced4ef57c0af80b9b20d223c2770293ada3d8ca870fe159b62c6ee8d01a8c6be50e7ec00f3e6729a46c09db3aa776471825a6998792f1250d
 WHIRLPOOL 
8ad61759c0ef56b23a13c4f3291bd672f398485ddc1a04c6e6b7c8f4e6a8ae36779d88e96c2db7697884e3089aef0f04a36952490a2b450a20ccb360b2a0df54

diff --git a/net-ftp/lftp/lftp-4.7.3.ebuild b/net-ftp/lftp/lftp-4.7.3.ebuild
new file mode 100644
index 000..e1cd91d
--- /dev/null
+++ b/net-ftp/lftp/lftp-4.7.3.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils libtool
+
+DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
+HOMEPAGE="http://lftp.yar.ru/;
+SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+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"
+
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
+LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
+IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.1:=
+   >=sys-libs/readline-5.1:=
+   dev-libs/expat
+   sys-libs/zlib
+   convert-mozilla-cookies? ( dev-perl/DBI )
+   idn? ( net-dns/libidn )
+   socks5? (
+   >=net-proxy/dante-1.1.12
+   virtual/pam
+   )
+   ssl? (
+   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   verify-file? (
+   dev-perl/String-CRC32
+   virtual/perl-Digest-MD5
+   )
+"
+
+DEPEND="
+   ${RDEPEND}
+   =sys-devel/libtool-2*
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19 )
+   virtual/pkgconfig
+"
+
+DOCS=(
+   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
+   README.dnssec README.modules THANKS TODO
+)
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
+
+   eautoreconf
+   elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
+   $(use_with idn libidn) \
+   $(use_enable ipv6) \
+   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
+   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
+   --with-readline="${EPREFIX}"/usr \
+   --enable-packager-mode \
+   

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-06-30 Thread Jeroen Roovers
commit: 470485ae83bca50b3857c9b220dae88706c0243e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jul  1 05:28:00 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jul  1 05:28:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=470485ae

net-ftp/lftp: Stable for HPPA PPC64 (bug #583566).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

 net-ftp/lftp/lftp-4.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.7.2.ebuild b/net-ftp/lftp/lftp-4.7.2.ebuild
index 3912085..deb94e3 100644
--- a/net-ftp/lftp/lftp-4.7.2.ebuild
+++ b/net-ftp/lftp/lftp-4.7.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-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"
+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"
 
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls openssl socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-06-10 Thread Benda XU
commit: fe59d66599849f194881eac781f5a958e07141cd
Author: Benda Xu  gentoo  org>
AuthorDate: Sat Jun 11 05:40:18 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Sat Jun 11 05:40:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe59d665

net-ftp/lftp: specify readline location to support Prefix.

Package-Manager: portage-2.2.28

 net-ftp/lftp/lftp-4.7.2-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-ftp/lftp/lftp-4.7.2-r1.ebuild 
b/net-ftp/lftp/lftp-4.7.2-r1.ebuild
index ee27925..e1cd91d 100644
--- a/net-ftp/lftp/lftp-4.7.2-r1.ebuild
+++ b/net-ftp/lftp/lftp-4.7.2-r1.ebuild
@@ -75,6 +75,7 @@ src_configure() {
$(use_enable ipv6) \
$(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
$(use_with socks5 socksdante "${EPREFIX}"/usr) \
+   --with-readline="${EPREFIX}"/usr \
--enable-packager-mode \
--sysconfdir="${EPREFIX}"/etc/${PN} \
--with-modules \



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-06-09 Thread Anthony G. Basile
commit: dfea0f2cbb18555fee4a2032a096f39ed4de067f
Author: Aric Belsito  gmail  com>
AuthorDate: Thu Jun  9 15:58:51 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jun  9 16:00:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfea0f2c

net-ftp/lftp: add libressl support, bug #565388

See https://github.com/gentoo/gentoo/pull/1199

Package-Manager: portage-2.2.28

 .../{lftp-.ebuild => lftp-4.7.2-r1.ebuild} | 42 +++---
 net-ftp/lftp/lftp-.ebuild  | 15 
 2 files changed, 27 insertions(+), 30 deletions(-)

diff --git a/net-ftp/lftp/lftp-.ebuild b/net-ftp/lftp/lftp-4.7.2-r1.ebuild
similarity index 59%
copy from net-ftp/lftp/lftp-.ebuild
copy to net-ftp/lftp/lftp-4.7.2-r1.ebuild
index 1431458..ee27925 100644
--- a/net-ftp/lftp/lftp-.ebuild
+++ b/net-ftp/lftp/lftp-4.7.2-r1.ebuild
@@ -3,24 +3,20 @@
 # $Id$
 
 EAPI=5
-inherit autotools eutils git-r3 libtool
+inherit autotools eutils libtool
 
 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
 HOMEPAGE="http://lftp.yar.ru/;
-EGIT_REPO_URI="https://github.com/lavv17/lftp;
+SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS=""
+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"
 
-IUSE="convert-mozilla-cookies +gnutls idn nls openssl socks5 +ssl verify-file"
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
 IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
 
-REQUIRED_USE="
-   ssl? ( ^^ ( openssl gnutls ) )
-"
-
 RDEPEND="
>=sys-libs/ncurses-5.1:=
>=sys-libs/readline-5.1:=
@@ -33,8 +29,11 @@ RDEPEND="
virtual/pam
)
ssl? (
-   gnutls? ( >=net-libs/gnutls-1.2.3:= )
-   openssl? ( dev-libs/openssl:0= )
+   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
)
verify-file? (
dev-perl/String-CRC32
@@ -44,10 +43,9 @@ RDEPEND="
 
 DEPEND="
${RDEPEND}
-   dev-libs/gnulib
=sys-devel/libtool-2*
app-arch/xz-utils
-   nls? ( sys-devel/gettext )
+   nls? ( >=sys-devel/gettext-0.19 )
virtual/pkgconfig
 "
 
@@ -58,22 +56,24 @@ DOCS=(
 
 src_prepare() {
epatch \
-   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch
-
-   gnulib-tool --update || die
-
-   chmod +x build-aux/git-version-gen || die
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
 
eautoreconf
elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
 }
 
 src_configure() {
econf \
$(use_enable nls) \
-   $(use_with gnutls) \
+   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
$(use_with idn libidn) \
-   $(use_with openssl openssl "${EPREFIX}"/usr) \
+   $(use_enable ipv6) \
+   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
$(use_with socks5 socksdante "${EPREFIX}"/usr) \
--enable-packager-mode \
--sysconfdir="${EPREFIX}"/etc/${PN} \
@@ -82,9 +82,7 @@ src_configure() {
 }
 
 src_install() {
-   # FIXME: MKDIR_P is not getting picked up in po/Makefile
-   emake DESTDIR="${D}" mkdir_p="mkdir -p" install
-
+   default
local script
for script in {convert-mozilla-cookies,verify-file}; do
use ${script} || { rm "${ED}"/usr/share/${PN}/${script} || die 
;}

diff --git a/net-ftp/lftp/lftp-.ebuild b/net-ftp/lftp/lftp-.ebuild
index 1431458..306c24a7 100644
--- a/net-ftp/lftp/lftp-.ebuild
+++ b/net-ftp/lftp/lftp-.ebuild
@@ -13,14 +13,10 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
 
-IUSE="convert-mozilla-cookies +gnutls idn nls openssl socks5 +ssl verify-file"
+IUSE="convert-mozilla-cookies +gnutls idn libressl nls socks5 +ssl verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
 IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
 
-REQUIRED_USE="
-   ssl? ( ^^ ( openssl gnutls ) )
-"
-
 RDEPEND="
>=sys-libs/ncurses-5.1:=
>=sys-libs/readline-5.1:=
@@ -34,7 +30,10 @@ RDEPEND="
)
ssl? (
gnutls? ( >=net-libs/gnutls-1.2.3:= )
-   openssl? ( dev-libs/openssl:0= )
+   !gnutls? (
+   

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-06-08 Thread Markus Meier
commit: 218fba4b51e008b1f84b61b66fbece25aa35cc30
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jun  8 19:28:33 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jun  8 19:28:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218fba4b

net-ftp/lftp: arm stable, bug #583566

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 net-ftp/lftp/lftp-4.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.7.2.ebuild b/net-ftp/lftp/lftp-4.7.2.ebuild
index eb43703..3912085 100644
--- a/net-ftp/lftp/lftp-4.7.2.ebuild
+++ b/net-ftp/lftp/lftp-4.7.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-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"
+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"
 
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls openssl socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-06-01 Thread Tobias Klausmann
commit: 2a5d7d2b40f302a89e224052c01830d1eedaacb2
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Jun  1 11:31:42 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Jun  1 11:31:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5d7d2b

net-ftp/lftp-4.7.2-r0: add alpha keyword

Gentoo-Bug: 583566

Package-Manager: portage-2.3.0_rc1

 net-ftp/lftp/lftp-4.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.7.2.ebuild b/net-ftp/lftp/lftp-4.7.2.ebuild
index e7dec1a..eb43703 100644
--- a/net-ftp/lftp/lftp-4.7.2.ebuild
+++ b/net-ftp/lftp/lftp-4.7.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-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"
+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"
 
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls openssl socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-05-20 Thread Jeroen Roovers
commit: 9b11f05e1ede0afd1ca307f4824387781d4eff64
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May 20 11:09:05 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May 20 11:09:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b11f05e

net-ftp/lftp: Old.

Package-Manager: portage-2.3.0_rc1

 net-ftp/lftp/Manifest  |  1 -
 net-ftp/lftp/lftp-4.7.0.ebuild | 91 --
 2 files changed, 92 deletions(-)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index c32f524..b93fa81 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,4 +1,3 @@
 DIST lftp-4.6.5.tar.xz 1514644 SHA256 
1fd0920a1791ce0e9e39ffce77ae6619e5dc665f16e9380bafbfc69411eeb71e SHA512 
a22faa3a6901160460f1103c19c5276f603c154908ec2e34804a6eb48452b59ba495993e6824f57d114285ddc80a64dccd0069465cc0593f34f435ac181250c0
 WHIRLPOOL 
088598ed9395cd8f9ed79be26e0833593e733cf87bbd51e5d008ce4de2b9924e62add20789c098a866d82dc3f168a373c4874de264d669950524a9a255e1e028
-DIST lftp-4.7.0.tar.xz 1621592 SHA256 
9a0b3580b222a7f9cc17c6c85d6ac8ec227357ca5050301171fd9564aae73f44 SHA512 
9d20b78a8ae33ef7337ce2699d5ff682b45fd3015d5a9b40e87ca6c426a1ce22ab13778110e8120da8c5087c5de9fe203b7192e2e80296e9d84d267c4b2b5de6
 WHIRLPOOL 
3df4ef7e89c3499811ed90d0775c5eed48a7698cc26475cd9c545af66ffa1e355e93c8bf579d24885fee301d044f39fe92de7a5afc48a4700910fa9959050725
 DIST lftp-4.7.1.tar.xz 1532368 SHA256 
fd5a5cff636629a19c60a60007f4b0dc0c7d59566b1e8a50f668d2f7e67740e5 SHA512 
b65ce2514f954cfcef9cee721b0b6d5607457ce541e40ee758d9f9f4dabab58edcb9a70ac7aa46c17d80d83b595f32cc40ea664606ba7310ed24e58bd4add494
 WHIRLPOOL 
24c2610cae254a77006f3a80afd64b034a1864b832a65c14b9c7248351e19f3bc062fe2a02f02789cfdc895a5481dd06937369ce2f45e2751728a7be00b61106
 DIST lftp-4.7.2.tar.xz 1542780 SHA256 
475d7699b1390f951efee867ba1ad600f78329e13fd2a04d92f82bfffb70d872 SHA512 
6cd948835b320c14c58c7fe9b684aa3cd6281437ebebcb39091c96c55615d07ea8a4786fb82cd3818ddcf62b969d1db3f8927c6e43ab8a504991fa845dd57622
 WHIRLPOOL 
62b00178cceb0cbe055e07db33b6fce4d2a1532d23d290b3a5b359e2e9f05ccafc5bec1772b79dbbbd3a4df22c7fb617a219184de9fc98e6047ec74b61d61796

diff --git a/net-ftp/lftp/lftp-4.7.0.ebuild b/net-ftp/lftp/lftp-4.7.0.ebuild
deleted file mode 100644
index 3a58816..000
--- a/net-ftp/lftp/lftp-4.7.0.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils libtool
-
-DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
-HOMEPAGE="http://lftp.yar.ru/;
-SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-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"
-
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls openssl socks5 +ssl 
verify-file"
-LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
-IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
-
-REQUIRED_USE="
-   ssl? ( ^^ ( openssl gnutls ) )
-"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.1:=
-   >=sys-libs/readline-5.1:=
-   dev-libs/expat
-   sys-libs/zlib
-   convert-mozilla-cookies? ( dev-perl/DBI )
-   idn? ( net-dns/libidn )
-   socks5? (
-   >=net-proxy/dante-1.1.12
-   virtual/pam
-   )
-   ssl? (
-   gnutls? ( >=net-libs/gnutls-1.2.3 )
-   openssl? ( dev-libs/openssl:0 )
-   )
-   verify-file? (
-   dev-perl/String-CRC32
-   virtual/perl-Digest-MD5
-   )
-"
-
-DEPEND="
-   ${RDEPEND}
-   =sys-devel/libtool-2*
-   app-arch/xz-utils
-   nls? ( >=sys-devel/gettext-0.19 )
-   virtual/pkgconfig
-"
-
-DOCS=(
-   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
-   README.dnssec README.modules THANKS TODO
-)
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
-   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
-   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
-
-   eautoreconf
-   elibtoolize # for Darwin bundles
-
-   # bug #536036
-   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable nls) \
-   $(use_with gnutls) \
-   $(use_with idn libidn) \
-   $(use_enable ipv6) \
-   $(use_with openssl openssl "${EPREFIX}"/usr) \
-   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
-   --enable-packager-mode \
-   --sysconfdir="${EPREFIX}"/etc/${PN} \
-   --with-modules \
-   --without-included-regex
-}
-
-src_install() {
-   default
-   local script
-   for 

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-05-20 Thread Jeroen Roovers
commit: 89a9c97a6d9ae25483c37696c4911e6264b31947
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May 20 10:57:41 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May 20 10:58:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a9c97a

net-ftp/lftp: Version bump by Lars Wendler (Polynomial-C) (bug #583562).

Package-Manager: portage-2.3.0_rc1

 net-ftp/lftp/Manifest  |  1 +
 net-ftp/lftp/lftp-4.7.2.ebuild | 91 ++
 2 files changed, 92 insertions(+)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index defad20..c32f524 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,3 +1,4 @@
 DIST lftp-4.6.5.tar.xz 1514644 SHA256 
1fd0920a1791ce0e9e39ffce77ae6619e5dc665f16e9380bafbfc69411eeb71e SHA512 
a22faa3a6901160460f1103c19c5276f603c154908ec2e34804a6eb48452b59ba495993e6824f57d114285ddc80a64dccd0069465cc0593f34f435ac181250c0
 WHIRLPOOL 
088598ed9395cd8f9ed79be26e0833593e733cf87bbd51e5d008ce4de2b9924e62add20789c098a866d82dc3f168a373c4874de264d669950524a9a255e1e028
 DIST lftp-4.7.0.tar.xz 1621592 SHA256 
9a0b3580b222a7f9cc17c6c85d6ac8ec227357ca5050301171fd9564aae73f44 SHA512 
9d20b78a8ae33ef7337ce2699d5ff682b45fd3015d5a9b40e87ca6c426a1ce22ab13778110e8120da8c5087c5de9fe203b7192e2e80296e9d84d267c4b2b5de6
 WHIRLPOOL 
3df4ef7e89c3499811ed90d0775c5eed48a7698cc26475cd9c545af66ffa1e355e93c8bf579d24885fee301d044f39fe92de7a5afc48a4700910fa9959050725
 DIST lftp-4.7.1.tar.xz 1532368 SHA256 
fd5a5cff636629a19c60a60007f4b0dc0c7d59566b1e8a50f668d2f7e67740e5 SHA512 
b65ce2514f954cfcef9cee721b0b6d5607457ce541e40ee758d9f9f4dabab58edcb9a70ac7aa46c17d80d83b595f32cc40ea664606ba7310ed24e58bd4add494
 WHIRLPOOL 
24c2610cae254a77006f3a80afd64b034a1864b832a65c14b9c7248351e19f3bc062fe2a02f02789cfdc895a5481dd06937369ce2f45e2751728a7be00b61106
+DIST lftp-4.7.2.tar.xz 1542780 SHA256 
475d7699b1390f951efee867ba1ad600f78329e13fd2a04d92f82bfffb70d872 SHA512 
6cd948835b320c14c58c7fe9b684aa3cd6281437ebebcb39091c96c55615d07ea8a4786fb82cd3818ddcf62b969d1db3f8927c6e43ab8a504991fa845dd57622
 WHIRLPOOL 
62b00178cceb0cbe055e07db33b6fce4d2a1532d23d290b3a5b359e2e9f05ccafc5bec1772b79dbbbd3a4df22c7fb617a219184de9fc98e6047ec74b61d61796

diff --git a/net-ftp/lftp/lftp-4.7.2.ebuild b/net-ftp/lftp/lftp-4.7.2.ebuild
new file mode 100644
index 000..e7dec1a
--- /dev/null
+++ b/net-ftp/lftp/lftp-4.7.2.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils libtool
+
+DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
+HOMEPAGE="http://lftp.yar.ru/;
+SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+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"
+
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls openssl socks5 +ssl 
verify-file"
+LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
+IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
+
+REQUIRED_USE="
+   ssl? ( ^^ ( openssl gnutls ) )
+"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.1:=
+   >=sys-libs/readline-5.1:=
+   dev-libs/expat
+   sys-libs/zlib
+   convert-mozilla-cookies? ( dev-perl/DBI )
+   idn? ( net-dns/libidn )
+   socks5? (
+   >=net-proxy/dante-1.1.12
+   virtual/pam
+   )
+   ssl? (
+   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
+   openssl? ( dev-libs/openssl:0= )
+   )
+   verify-file? (
+   dev-perl/String-CRC32
+   virtual/perl-Digest-MD5
+   )
+"
+
+DEPEND="
+   ${RDEPEND}
+   =sys-devel/libtool-2*
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19 )
+   virtual/pkgconfig
+"
+
+DOCS=(
+   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
+   README.dnssec README.modules THANKS TODO
+)
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
+
+   eautoreconf
+   elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   $(use_with gnutls) \
+   $(use_with idn libidn) \
+   $(use_enable ipv6) \
+   $(use_with openssl openssl "${EPREFIX}"/usr) \
+   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
+   --enable-packager-mode \
+   --sysconfdir="${EPREFIX}"/etc/${PN} \
+   --with-modules \
+   --without-included-regex
+}
+

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/files/

2016-05-20 Thread Jeroen Roovers
commit: f57878baafd5e00c32e982f30935989240a50013
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May 20 10:50:24 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May 20 10:58:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57878ba

net-ftp/lftp: Clean up patch.

Package-Manager: portage-2.3.0_rc1

 net-ftp/lftp/files/lftp-4.7.0-gettext.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-ftp/lftp/files/lftp-4.7.0-gettext.patch 
b/net-ftp/lftp/files/lftp-4.7.0-gettext.patch
index c2d6b80..729410a 100644
--- a/net-ftp/lftp/files/lftp-4.7.0-gettext.patch
+++ b/net-ftp/lftp/files/lftp-4.7.0-gettext.patch
@@ -1,5 +1,5 @@
 configure.ac.orig  2016-03-28 18:28:34.834007550 +0200
-+++ configure.ac   2016-03-28 19:03:32.455125971 +0200
+--- a/configure.ac
 b/configure.ac
 @@ -138,7 +138,7 @@
  
  ALL_LINGUAS="de es fr it ja ko pl pt_BR ru uk zh_CN zh_TW zh_HK cs"



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-05-20 Thread José María Alonso
commit: d32b5860b80359e64856e1d813448840ede2c4d8
Author: José María Alonso Josa  gentoo  org>
AuthorDate: Fri May 20 10:56:11 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri May 20 10:56:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32b5860

net-ftp/lftp: amd64 stable wrt bug #582980

Package-Manager: portage-2.2.28

 net-ftp/lftp/lftp-4.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.7.1.ebuild b/net-ftp/lftp/lftp-4.7.1.ebuild
index 3752523..0cc576b 100644
--- a/net-ftp/lftp/lftp-4.7.1.ebuild
+++ b/net-ftp/lftp/lftp-4.7.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-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"
+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"
 
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls openssl socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-05-14 Thread Jeroen Roovers
commit: 5083fd842116267b3394ac70eb58f0f231ad1dd5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat May 14 08:12:11 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat May 14 08:13:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5083fd84

net-ftp/lftp: Set sub-SLOT dependencies on dev-libs/openssl and net-libs/gnutls 
by Thomas Deutschmann
(bug #582926).

Package-Manager: portage-2.2.28

 net-ftp/lftp/lftp-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-ftp/lftp/lftp-.ebuild b/net-ftp/lftp/lftp-.ebuild
index 2fcd585..1431458 100644
--- a/net-ftp/lftp/lftp-.ebuild
+++ b/net-ftp/lftp/lftp-.ebuild
@@ -33,8 +33,8 @@ RDEPEND="
virtual/pam
)
ssl? (
-   gnutls? ( >=net-libs/gnutls-1.2.3 )
-   openssl? ( dev-libs/openssl:0 )
+   gnutls? ( >=net-libs/gnutls-1.2.3:= )
+   openssl? ( dev-libs/openssl:0= )
)
verify-file? (
dev-perl/String-CRC32



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-05-14 Thread Jeroen Roovers
commit: fefd57b5c19a9c3361abe94c2344b2419edf6346
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat May 14 07:39:30 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat May 14 07:39:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefd57b5

net-ftp/lftp: Set sub-SLOT dependencies on dev-libs/openssl and net-libs/gnutls 
by Thomas Deutschmann (bug #582926).

Package-Manager: portage-2.2.28

 net-ftp/lftp/lftp-4.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-ftp/lftp/lftp-4.7.1.ebuild b/net-ftp/lftp/lftp-4.7.1.ebuild
index 3a58816..e7dec1a 100644
--- a/net-ftp/lftp/lftp-4.7.1.ebuild
+++ b/net-ftp/lftp/lftp-4.7.1.ebuild
@@ -33,8 +33,8 @@ RDEPEND="
virtual/pam
)
ssl? (
-   gnutls? ( >=net-libs/gnutls-1.2.3 )
-   openssl? ( dev-libs/openssl:0 )
+   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
+   openssl? ( dev-libs/openssl:0= )
)
verify-file? (
dev-perl/String-CRC32



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-04-15 Thread Andreas Hüttel
commit: 00368e79a35a06c151b98c2aefedd64edf0ba737
Author: Kent Fredric  gmail  com>
AuthorDate: Tue Apr 12 17:52:46 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Apr 15 19:55:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00368e79

net-ftp/lftp: Fix dep on dev-perl/String-CRC32

Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches --include-arches="amd64 amd64-fbsd arm arm64 
mips nios2 ppc ppc64 riscv s390 sh sparc-fbsd"

 net-ftp/lftp/lftp-4.6.5.ebuild | 4 ++--
 net-ftp/lftp/lftp-4.7.0.ebuild | 4 ++--
 net-ftp/lftp/lftp-4.7.1.ebuild | 4 ++--
 net-ftp/lftp/lftp-.ebuild  | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-ftp/lftp/lftp-4.6.5.ebuild b/net-ftp/lftp/lftp-4.6.5.ebuild
index 7e1adae..a094c3b 100644
--- a/net-ftp/lftp/lftp-4.6.5.ebuild
+++ b/net-ftp/lftp/lftp-4.6.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -37,7 +37,7 @@ RDEPEND="
openssl? ( dev-libs/openssl:0 )
)
verify-file? (
-   dev-perl/string-crc32
+   dev-perl/String-CRC32
virtual/perl-Digest-MD5
)
 "

diff --git a/net-ftp/lftp/lftp-4.7.0.ebuild b/net-ftp/lftp/lftp-4.7.0.ebuild
index fc29144..3a58816 100644
--- a/net-ftp/lftp/lftp-4.7.0.ebuild
+++ b/net-ftp/lftp/lftp-4.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -37,7 +37,7 @@ RDEPEND="
openssl? ( dev-libs/openssl:0 )
)
verify-file? (
-   dev-perl/string-crc32
+   dev-perl/String-CRC32
virtual/perl-Digest-MD5
)
 "

diff --git a/net-ftp/lftp/lftp-4.7.1.ebuild b/net-ftp/lftp/lftp-4.7.1.ebuild
index fc29144..3a58816 100644
--- a/net-ftp/lftp/lftp-4.7.1.ebuild
+++ b/net-ftp/lftp/lftp-4.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -37,7 +37,7 @@ RDEPEND="
openssl? ( dev-libs/openssl:0 )
)
verify-file? (
-   dev-perl/string-crc32
+   dev-perl/String-CRC32
virtual/perl-Digest-MD5
)
 "

diff --git a/net-ftp/lftp/lftp-.ebuild b/net-ftp/lftp/lftp-.ebuild
index e66fd9c..2fcd585 100644
--- a/net-ftp/lftp/lftp-.ebuild
+++ b/net-ftp/lftp/lftp-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -37,7 +37,7 @@ RDEPEND="
openssl? ( dev-libs/openssl:0 )
)
verify-file? (
-   dev-perl/string-crc32
+   dev-perl/String-CRC32
virtual/perl-Digest-MD5
)
 "



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-04-04 Thread Jeroen Roovers
commit: 7b58fd830de9bdc49b8941444f1c32ba0dd89757
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Apr  4 13:35:34 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Apr  4 13:50:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b58fd83

net-ftp/lftp: Version bump.

Package-Manager: portage-2.2.28

 net-ftp/lftp/Manifest  |  1 +
 net-ftp/lftp/lftp-4.7.1.ebuild | 91 ++
 2 files changed, 92 insertions(+)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index f512da6..defad20 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,2 +1,3 @@
 DIST lftp-4.6.5.tar.xz 1514644 SHA256 
1fd0920a1791ce0e9e39ffce77ae6619e5dc665f16e9380bafbfc69411eeb71e SHA512 
a22faa3a6901160460f1103c19c5276f603c154908ec2e34804a6eb48452b59ba495993e6824f57d114285ddc80a64dccd0069465cc0593f34f435ac181250c0
 WHIRLPOOL 
088598ed9395cd8f9ed79be26e0833593e733cf87bbd51e5d008ce4de2b9924e62add20789c098a866d82dc3f168a373c4874de264d669950524a9a255e1e028
 DIST lftp-4.7.0.tar.xz 1621592 SHA256 
9a0b3580b222a7f9cc17c6c85d6ac8ec227357ca5050301171fd9564aae73f44 SHA512 
9d20b78a8ae33ef7337ce2699d5ff682b45fd3015d5a9b40e87ca6c426a1ce22ab13778110e8120da8c5087c5de9fe203b7192e2e80296e9d84d267c4b2b5de6
 WHIRLPOOL 
3df4ef7e89c3499811ed90d0775c5eed48a7698cc26475cd9c545af66ffa1e355e93c8bf579d24885fee301d044f39fe92de7a5afc48a4700910fa9959050725
+DIST lftp-4.7.1.tar.xz 1532368 SHA256 
fd5a5cff636629a19c60a60007f4b0dc0c7d59566b1e8a50f668d2f7e67740e5 SHA512 
b65ce2514f954cfcef9cee721b0b6d5607457ce541e40ee758d9f9f4dabab58edcb9a70ac7aa46c17d80d83b595f32cc40ea664606ba7310ed24e58bd4add494
 WHIRLPOOL 
24c2610cae254a77006f3a80afd64b034a1864b832a65c14b9c7248351e19f3bc062fe2a02f02789cfdc895a5481dd06937369ce2f45e2751728a7be00b61106

diff --git a/net-ftp/lftp/lftp-4.7.1.ebuild b/net-ftp/lftp/lftp-4.7.1.ebuild
new file mode 100644
index 000..fc29144
--- /dev/null
+++ b/net-ftp/lftp/lftp-4.7.1.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils libtool
+
+DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
+HOMEPAGE="http://lftp.yar.ru/;
+SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+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"
+
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls openssl socks5 +ssl 
verify-file"
+LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
+IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
+
+REQUIRED_USE="
+   ssl? ( ^^ ( openssl gnutls ) )
+"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.1:=
+   >=sys-libs/readline-5.1:=
+   dev-libs/expat
+   sys-libs/zlib
+   convert-mozilla-cookies? ( dev-perl/DBI )
+   idn? ( net-dns/libidn )
+   socks5? (
+   >=net-proxy/dante-1.1.12
+   virtual/pam
+   )
+   ssl? (
+   gnutls? ( >=net-libs/gnutls-1.2.3 )
+   openssl? ( dev-libs/openssl:0 )
+   )
+   verify-file? (
+   dev-perl/string-crc32
+   virtual/perl-Digest-MD5
+   )
+"
+
+DEPEND="
+   ${RDEPEND}
+   =sys-devel/libtool-2*
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19 )
+   virtual/pkgconfig
+"
+
+DOCS=(
+   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
+   README.dnssec README.modules THANKS TODO
+)
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
+
+   eautoreconf
+   elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   $(use_with gnutls) \
+   $(use_with idn libidn) \
+   $(use_enable ipv6) \
+   $(use_with openssl openssl "${EPREFIX}"/usr) \
+   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
+   --enable-packager-mode \
+   --sysconfdir="${EPREFIX}"/etc/${PN} \
+   --with-modules \
+   --without-included-regex
+}
+
+src_install() {
+   default
+   local script
+   for script in {convert-mozilla-cookies,verify-file}; do
+   use ${script} || { rm "${ED}"/usr/share/${PN}/${script} || die 
;}
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/, net-ftp/lftp/files/

2016-03-28 Thread Jeroen Roovers
commit: de2497f634a09037b9fd8f3b3a96a25ebad5030a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Mar 28 17:11:53 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Mar 28 17:24:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2497f6

net-ftp/lftp: Version bump.

Package-Manager: portage-2.2.28

 net-ftp/lftp/Manifest   |  1 +
 net-ftp/lftp/files/lftp-4.7.0-gettext.patch | 11 
 net-ftp/lftp/lftp-4.7.0.ebuild  | 91 +
 3 files changed, 103 insertions(+)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 1f096fc..1aefdae 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,2 +1,3 @@
 DIST lftp-4.6.4.tar.xz 1508952 SHA256 
1e7cb674c83ace48172263f86847ed04bb6ab2f24116b11a8505f70a15e8805c SHA512 
998050c0e69fc590233df8b400664c1165dfa80d7b3844aa307be33e004c3dd3e049df8f288ad7079257a31dc4adcdb07a57b8f28cd0adf7e3cf94c41d38b9dc
 WHIRLPOOL 
d79849970ff72eda2f5dccd3ce16b619e37661b60152363d96c13d94e4045d24e568b265bb27c8ef809fbfb18c6e31884ae28dba0d0bf6fc252c87ea82ca1396
 DIST lftp-4.6.5.tar.xz 1514644 SHA256 
1fd0920a1791ce0e9e39ffce77ae6619e5dc665f16e9380bafbfc69411eeb71e SHA512 
a22faa3a6901160460f1103c19c5276f603c154908ec2e34804a6eb48452b59ba495993e6824f57d114285ddc80a64dccd0069465cc0593f34f435ac181250c0
 WHIRLPOOL 
088598ed9395cd8f9ed79be26e0833593e733cf87bbd51e5d008ce4de2b9924e62add20789c098a866d82dc3f168a373c4874de264d669950524a9a255e1e028
+DIST lftp-4.7.0.tar.xz 1621592 SHA256 
9a0b3580b222a7f9cc17c6c85d6ac8ec227357ca5050301171fd9564aae73f44 SHA512 
9d20b78a8ae33ef7337ce2699d5ff682b45fd3015d5a9b40e87ca6c426a1ce22ab13778110e8120da8c5087c5de9fe203b7192e2e80296e9d84d267c4b2b5de6
 WHIRLPOOL 
3df4ef7e89c3499811ed90d0775c5eed48a7698cc26475cd9c545af66ffa1e355e93c8bf579d24885fee301d044f39fe92de7a5afc48a4700910fa9959050725

diff --git a/net-ftp/lftp/files/lftp-4.7.0-gettext.patch 
b/net-ftp/lftp/files/lftp-4.7.0-gettext.patch
new file mode 100644
index 000..c2d6b80
--- /dev/null
+++ b/net-ftp/lftp/files/lftp-4.7.0-gettext.patch
@@ -0,0 +1,11 @@
+--- configure.ac.orig  2016-03-28 18:28:34.834007550 +0200
 configure.ac   2016-03-28 19:03:32.455125971 +0200
+@@ -138,7 +138,7 @@
+ 
+ ALL_LINGUAS="de es fr it ja ko pl pt_BR ru uk zh_CN zh_TW zh_HK cs"
+ AM_GNU_GETTEXT([external])
+-AM_GNU_GETTEXT_VERSION([0.15])
++AM_GNU_GETTEXT_VERSION([0.19])
+ test "$MSGFMT"  = "no" && MSGFMT  ="$missing_dir/missing msgfmt"
+ test "$GMSGFMT" = "no" && GMSGFMT ="$missing_dir/missing msgfmt"
+ test "$XGETTEXT" = ":" && XGETTEXT="$missing_dir/missing xgettext"

diff --git a/net-ftp/lftp/lftp-4.7.0.ebuild b/net-ftp/lftp/lftp-4.7.0.ebuild
new file mode 100644
index 000..fc29144
--- /dev/null
+++ b/net-ftp/lftp/lftp-4.7.0.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils libtool
+
+DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
+HOMEPAGE="http://lftp.yar.ru/;
+SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+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"
+
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls openssl socks5 +ssl 
verify-file"
+LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
+IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
+
+REQUIRED_USE="
+   ssl? ( ^^ ( openssl gnutls ) )
+"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.1:=
+   >=sys-libs/readline-5.1:=
+   dev-libs/expat
+   sys-libs/zlib
+   convert-mozilla-cookies? ( dev-perl/DBI )
+   idn? ( net-dns/libidn )
+   socks5? (
+   >=net-proxy/dante-1.1.12
+   virtual/pam
+   )
+   ssl? (
+   gnutls? ( >=net-libs/gnutls-1.2.3 )
+   openssl? ( dev-libs/openssl:0 )
+   )
+   verify-file? (
+   dev-perl/string-crc32
+   virtual/perl-Digest-MD5
+   )
+"
+
+DEPEND="
+   ${RDEPEND}
+   =sys-devel/libtool-2*
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19 )
+   virtual/pkgconfig
+"
+
+DOCS=(
+   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
+   README.dnssec README.modules THANKS TODO
+)
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
+
+   eautoreconf
+   elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   $(use_with gnutls) \
+  

[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-03-28 Thread Jeroen Roovers
commit: 7ddd88cbc264ea4558dd5592ddbf030d9c098184
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Mar 28 17:12:44 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Mar 28 17:24:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddd88cb

net-ftp/lftp: Old.

Package-Manager: portage-2.2.28

 net-ftp/lftp/Manifest  |  1 -
 net-ftp/lftp/lftp-4.6.4.ebuild | 91 --
 2 files changed, 92 deletions(-)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 1aefdae..f512da6 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,3 +1,2 @@
-DIST lftp-4.6.4.tar.xz 1508952 SHA256 
1e7cb674c83ace48172263f86847ed04bb6ab2f24116b11a8505f70a15e8805c SHA512 
998050c0e69fc590233df8b400664c1165dfa80d7b3844aa307be33e004c3dd3e049df8f288ad7079257a31dc4adcdb07a57b8f28cd0adf7e3cf94c41d38b9dc
 WHIRLPOOL 
d79849970ff72eda2f5dccd3ce16b619e37661b60152363d96c13d94e4045d24e568b265bb27c8ef809fbfb18c6e31884ae28dba0d0bf6fc252c87ea82ca1396
 DIST lftp-4.6.5.tar.xz 1514644 SHA256 
1fd0920a1791ce0e9e39ffce77ae6619e5dc665f16e9380bafbfc69411eeb71e SHA512 
a22faa3a6901160460f1103c19c5276f603c154908ec2e34804a6eb48452b59ba495993e6824f57d114285ddc80a64dccd0069465cc0593f34f435ac181250c0
 WHIRLPOOL 
088598ed9395cd8f9ed79be26e0833593e733cf87bbd51e5d008ce4de2b9924e62add20789c098a866d82dc3f168a373c4874de264d669950524a9a255e1e028
 DIST lftp-4.7.0.tar.xz 1621592 SHA256 
9a0b3580b222a7f9cc17c6c85d6ac8ec227357ca5050301171fd9564aae73f44 SHA512 
9d20b78a8ae33ef7337ce2699d5ff682b45fd3015d5a9b40e87ca6c426a1ce22ab13778110e8120da8c5087c5de9fe203b7192e2e80296e9d84d267c4b2b5de6
 WHIRLPOOL 
3df4ef7e89c3499811ed90d0775c5eed48a7698cc26475cd9c545af66ffa1e355e93c8bf579d24885fee301d044f39fe92de7a5afc48a4700910fa9959050725

diff --git a/net-ftp/lftp/lftp-4.6.4.ebuild b/net-ftp/lftp/lftp-4.6.4.ebuild
deleted file mode 100644
index c88d9c7..000
--- a/net-ftp/lftp/lftp-4.6.4.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils libtool
-
-DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
-HOMEPAGE="http://lftp.yar.ru/;
-SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-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"
-
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls openssl socks5 +ssl 
verify-file"
-LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
-IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
-
-REQUIRED_USE="
-   ssl? ( ^^ ( openssl gnutls ) )
-"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.1
-   >=sys-libs/readline-5.1
-   dev-libs/expat
-   sys-libs/zlib
-   convert-mozilla-cookies? ( dev-perl/DBI )
-   idn? ( net-dns/libidn )
-   socks5? (
-   >=net-proxy/dante-1.1.12
-   virtual/pam
-   )
-   ssl? (
-   gnutls? ( >=net-libs/gnutls-1.2.3 )
-   openssl? ( >=dev-libs/openssl-0.9.6 )
-   )
-   verify-file? (
-   dev-perl/string-crc32
-   virtual/perl-Digest-MD5
-   )
-"
-
-DEPEND="
-   ${RDEPEND}
-   =sys-devel/libtool-2*
-   app-arch/xz-utils
-   nls? ( >=sys-devel/gettext-0.19 )
-   virtual/pkgconfig
-"
-
-DOCS=(
-   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
-   README.dnssec README.modules THANKS TODO
-)
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
-   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
-   "${FILESDIR}"/${PN}-4.6.3a-autopoint.patch
-
-   eautoreconf
-   elibtoolize # for Darwin bundles
-
-   # bug #536036
-   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable nls) \
-   $(use_with gnutls) \
-   $(use_with idn libidn) \
-   $(use_enable ipv6) \
-   $(use_with openssl openssl "${EPREFIX}"/usr) \
-   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
-   --enable-packager-mode \
-   --sysconfdir="${EPREFIX}"/etc/${PN} \
-   --with-modules \
-   --without-included-regex
-}
-
-src_install() {
-   default
-   local script
-   for script in {convert-mozilla-cookies,verify-file}; do
-   use ${script} || { rm "${ED}"/usr/share/${PN}/${script} || die 
;}
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-02-03 Thread Markus Meier
commit: 3908a11e45a62067344506cc239808c195ff8019
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb  3 20:53:36 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb  3 20:53:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3908a11e

net-ftp/lftp: arm stable, bug #572562

Package-Manager: portage-2.2.27
RepoMan-Options: --include-arches="arm"

 net-ftp/lftp/lftp-4.6.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.6.5.ebuild b/net-ftp/lftp/lftp-4.6.5.ebuild
index 00c0427..914a388 100644
--- a/net-ftp/lftp/lftp-4.6.5.ebuild
+++ b/net-ftp/lftp/lftp-4.6.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-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"
+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"
 
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls openssl socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-02-03 Thread Tobias Klausmann
commit: 84457a6106579ff90e8214a2aada4513e04e3a14
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Feb  3 15:02:13 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Feb  3 15:02:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84457a61

net-ftp/lftp: add alpha keyword

Gentoo-Bug: 572562

Package-Manager: portage-2.2.27

 net-ftp/lftp/lftp-4.6.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.6.5.ebuild b/net-ftp/lftp/lftp-4.6.5.ebuild
index 9743ffe..00c0427 100644
--- a/net-ftp/lftp/lftp-4.6.5.ebuild
+++ b/net-ftp/lftp/lftp-4.6.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-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"
+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"
 
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls openssl socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2016-01-23 Thread Agostino Sarubbo
commit: 830f3201f5c4d8de05578ae00cd1daae71ac37be
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 23 16:58:20 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 23 16:59:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=830f3201

net-ftp/lftp: amd64 stable wrt bug #572562

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-ftp/lftp/lftp-4.6.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/lftp/lftp-4.6.5.ebuild b/net-ftp/lftp/lftp-4.6.5.ebuild
index 01871bd..fe62181 100644
--- a/net-ftp/lftp/lftp-4.6.5.ebuild
+++ b/net-ftp/lftp/lftp-4.6.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-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"
+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"
 
 IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls openssl socks5 +ssl 
verify-file"
 LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )



  1   2   >