summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-11 19:13:03 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-11 19:13:03 +0000
commit00d527ece58fd3d4121b059c5df9a508b5c1d5da (patch)
tree970efd3ea24ce1ac9f068a04e7b1c6720eb346f6 /net-ftp
parent*** empty log message *** (diff)
downloadgentoo-2-00d527ece58fd3d4121b059c5df9a508b5c1d5da.tar.gz
gentoo-2-00d527ece58fd3d4121b059c5df9a508b5c1d5da.tar.bz2
gentoo-2-00d527ece58fd3d4121b059c5df9a508b5c1d5da.zip
*** empty log message ***
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/lftp/files/digest-lftp-2.3.41
-rw-r--r--net-ftp/lftp/lftp-2.3.4.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/net-ftp/lftp/files/digest-lftp-2.3.4 b/net-ftp/lftp/files/digest-lftp-2.3.4
deleted file mode 100644
index df7c2f3aadad..000000000000
--- a/net-ftp/lftp/files/digest-lftp-2.3.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b86442b6a61818cf526bb06707aa51e4 lftp-2.3.4.tar.bz2
diff --git a/net-ftp/lftp/lftp-2.3.4.ebuild b/net-ftp/lftp/lftp-2.3.4.ebuild
deleted file mode 100644
index 75e7c2e5a708..000000000000
--- a/net-ftp/lftp/lftp-2.3.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.3.4.ebuild,v 1.2 2000/11/01 04:44:19 achim Exp $
-
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="Groovy little ftp client"
-SRC_URI="ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/${A}
- http://metalab.unc.edu/pub/Linux/system/network/file-transfer/${A}"
-
-HOMEPAGE="http://ftp.yars.free.net/projects/lftp/"
-
-DEPEND=">=sys-apps/bash-2.04
- >=sys-libs/glibc-2.1.3
- >=sys-libs/gpm-1.19.3
- >=sys-libs/ncurses-5.1
- >=dev-libs/openssl-0.9.6"
-
-src_unpack () {
- unpack ${A}
-}
-
-src_compile() {
- export CFLAGS="-fno-exceptions -fno-rtti ${CFLAGS}"
- export CXXFLAGS="-fno-exceptions -fno-rtti ${CXXFLAGS}"
- try ./configure --prefix=/usr --sysconfdir=/etc/lftp --with-catgets --with-modules
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/usr sysconfdir=${D}/etc/lftp install
- prepman
- dodoc BUGS COPYING ChangeLog FAQ FEATURES MIRRORS NEWS
- dodoc README* THANKS TODO
-
-}
-
-
-
-
-