summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-ftp/lftp/ChangeLog7
-rw-r--r--net-ftp/lftp/Manifest12
-rw-r--r--net-ftp/lftp/files/digest-lftp-2.6.71
-rw-r--r--net-ftp/lftp/lftp-2.6.7.ebuild62
4 files changed, 76 insertions, 6 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog
index 0041389d8ea4..37ac7d585794 100644
--- a/net-ftp/lftp/ChangeLog
+++ b/net-ftp/lftp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-ftp/lftp
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.29 2003/08/03 18:59:00 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.30 2003/09/20 03:59:00 iggy Exp $
+
+*lftp-2.6.7 (19 Sep 2003)
+
+ 19 Sep 2003; <iggy@gentoo.org> lftp-2.6.7.ebuild:
+ version bump thanks to hillster
*lftp-2.6.6 (25 Jul 2003)
diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 87d78c5f70fc..85a3fd19f6ad 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,10 +1,11 @@
-MD5 5210a914a43a2a436a2ba146ae8d543b ChangeLog 4701
-MD5 87a127e2d12bd6030401957fdef829fa lftp-2.5.4-r1.ebuild 1234
-MD5 18477b1232fc6f3f0eb8ab2f55073fd5 lftp-2.6.2.ebuild 1605
-MD5 7d8cdc34af7fd9ac47db4832ab8c2407 lftp-2.6.3.ebuild 1426
MD5 1a7eb0a431eca5daa8c74690cc3e7a1d lftp-2.6.4.ebuild 1408
-MD5 d4ed32462097adfb3aa551d252d5e35f lftp-2.6.5.ebuild 1773
MD5 64ab3dacc5e1a56a179575d8d784d8bd lftp-2.6.6.ebuild 1660
+MD5 7d8cdc34af7fd9ac47db4832ab8c2407 lftp-2.6.3.ebuild 1426
+MD5 87a127e2d12bd6030401957fdef829fa lftp-2.5.4-r1.ebuild 1234
+MD5 d4ed32462097adfb3aa551d252d5e35f lftp-2.6.5.ebuild 1773
+MD5 374df7fe50e888b563577f59b7d2a3ea lftp-2.6.7.ebuild 1684
+MD5 18477b1232fc6f3f0eb8ab2f55073fd5 lftp-2.6.2.ebuild 1605
+MD5 6cdb160bdb6d618cbdd26c46241e5a58 ChangeLog 4813
MD5 096d8792a2b0989e03d9a39f8f5a2495 files/configure-lftp-2.6.2.diff 717
MD5 b39ba922d0d3b3f4a352d25f38d88364 files/digest-lftp-2.5.4-r1 64
MD5 f2a4efd6f8acc770b7e2603e9340d0e9 files/digest-lftp-2.6.2 64
@@ -12,3 +13,4 @@ MD5 8b81a0f62c811ee076868ffe990c51dd files/digest-lftp-2.6.3 64
MD5 5a0098bbc377a0d744684127772987a4 files/digest-lftp-2.6.4 64
MD5 7c99535ecd134bbecb83e29188da7edc files/digest-lftp-2.6.5 64
MD5 38ac629933607e376e69154faae961a7 files/digest-lftp-2.6.6 64
+MD5 ea9db09d9973016a385e901ab2459005 files/digest-lftp-2.6.7 64
diff --git a/net-ftp/lftp/files/digest-lftp-2.6.7 b/net-ftp/lftp/files/digest-lftp-2.6.7
new file mode 100644
index 000000000000..460135a68bbc
--- /dev/null
+++ b/net-ftp/lftp/files/digest-lftp-2.6.7
@@ -0,0 +1 @@
+MD5 31092e7f94b80f8f79c5e71fc7ba636f lftp-2.6.7.tar.bz2 1194853
diff --git a/net-ftp/lftp/lftp-2.6.7.ebuild b/net-ftp/lftp/lftp-2.6.7.ebuild
new file mode 100644
index 000000000000..89a5fd32e2cc
--- /dev/null
+++ b/net-ftp/lftp/lftp-2.6.7.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.6.7.ebuild,v 1.1 2003/09/20 03:59:00 iggy Exp $
+
+IUSE="ssl socks5 nls alpha"
+
+inherit eutils
+
+DESCRIPTION="A sophisticated ftp/http client, file transfer program."
+HOMEPAGE="http://ftp.yars.free.net/projects/lftp/"
+SRC_URI="http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/${P}.tar.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~arm ~ia64"
+
+DEPEND=">=sys-libs/ncurses-5.1
+ ssl? ( >=dev-libs/openssl-0.9.6 )
+ socks5? ( >=net-misc/dante-1.1.12 )
+ nls? ( sys-devel/gettext )
+ alpha? ( dev-lang/perl )
+ alpha? ( >=sys-apps/sed-4 )"
+RDEPEND="nls? ( sys-devel/gettext )"
+
+src_compile() {
+ local myconf
+
+ use nls && myconf="--enable-nls" \
+ || myconf="--disable-nls"
+
+ use ssl && myconf="${myconf} --with-ssl=/usr" \
+ || myconf="${myconf} --without-ssl"
+
+ use socks5 && myconf="${myconf} --with-socksdante=/usr" \
+ || myconf="${myconf} --without-socksdante"
+
+ econf \
+ --sysconfdir=/etc/lftp \
+ --without-modules \
+ ${myconf}
+
+ [ "${ARCH}" == "alpha" ] && {
+ # remove duplicate libraries, causes problems on ALPHA.
+ # -taviso
+ einfo "Adding check for superfluous linking..."
+ sed -i \
+ 's/\(link_command="\)\($compile_command$compile_rpath\)"/\1\`echo \2 | perl -lane \x27print "@F" if @F = grep \!\$seen{\$_}++, @F\x27\`"/' \
+ libtool
+ }
+
+ make || die "compile problem"
+}
+
+src_install() {
+ make install DESTDIR=${D} || die
+
+ # hrmph, empty..
+ rm -rf ${D}/usr/lib
+
+ dodoc BUGS COPYING ChangeLog FAQ FEATURES MIRRORS \
+ NEWS README* THANKS TODO
+}