summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-01-02 23:01:56 +0000
committerJeroen Roovers <jer@gentoo.org>2012-01-02 23:01:56 +0000
commit1fa1188a3175e4094ec438d5f200eb4432d1b30a (patch)
tree73f00773d8a6932942cb177f589235c72aa7c9f4 /net-ftp/lftp
parentBug #394091 - Handle invalid COLUMNS. (diff)
downloadgentoo-2-1fa1188a3175e4094ec438d5f200eb4432d1b30a.tar.gz
gentoo-2-1fa1188a3175e4094ec438d5f200eb4432d1b30a.tar.bz2
gentoo-2-1fa1188a3175e4094ec438d5f200eb4432d1b30a.zip
Do not set LINGUAS.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp/lftp')
-rw-r--r--net-ftp/lftp/ChangeLog6
-rw-r--r--net-ftp/lftp/lftp-4.3.3.ebuild5
-rw-r--r--net-ftp/lftp/lftp-4.3.4.ebuild6
3 files changed, 7 insertions, 10 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog
index 683bd2a601cb..b8025868fd2d 100644
--- a/net-ftp/lftp/ChangeLog
+++ b/net-ftp/lftp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-ftp/lftp
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.335 2012/01/02 13:51:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.336 2012/01/02 23:01:56 jer Exp $
+
+ 02 Jan 2012; Jeroen Roovers <jer@gentoo.org> lftp-4.3.3.ebuild,
+ lftp-4.3.4.ebuild:
+ Do not set LINGUAS.
02 Jan 2012; Jeroen Roovers <jer@gentoo.org> lftp-4.3.3.ebuild:
Add LINGUAS support (bug #396629).
diff --git a/net-ftp/lftp/lftp-4.3.3.ebuild b/net-ftp/lftp/lftp-4.3.3.ebuild
index fdf2c79372cc..77face062222 100644
--- a/net-ftp/lftp/lftp-4.3.3.ebuild
+++ b/net-ftp/lftp/lftp-4.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.3.3.ebuild,v 1.8 2012/01/02 13:51:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.3.3.ebuild,v 1.9 2012/01/02 23:01:56 jer Exp $
EAPI="3"
@@ -49,9 +49,6 @@ src_prepare() {
src_configure() {
local myconf="$(use_enable nls) --enable-packager-mode"
- local LINGUAS=$(
- for i in ${LFTP_LINGUAS}; do use linguas_${i} && echo ${i}; done
- )
if use ssl && use gnutls ; then
myconf="${myconf} --without-openssl"
diff --git a/net-ftp/lftp/lftp-4.3.4.ebuild b/net-ftp/lftp/lftp-4.3.4.ebuild
index c4a09d7ea88e..1e6f52f1d4e5 100644
--- a/net-ftp/lftp/lftp-4.3.4.ebuild
+++ b/net-ftp/lftp/lftp-4.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.3.4.ebuild,v 1.2 2012/01/02 13:41:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.3.4.ebuild,v 1.3 2012/01/02 23:01:56 jer Exp $
EAPI="4"
@@ -55,10 +55,6 @@ src_prepare() {
}
src_configure() {
- local LINGUAS=$(
- for i in ${LFTP_LINGUAS}; do use linguas_${i} && echo ${i}; done
- )
- echo $LINGUAS
local myconf=""
if use ssl && use gnutls ; then