summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-09 02:10:54 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-09 02:10:54 +0000
commit3b85f6dfe5c5a53951d993f35d74fe88597ee623 (patch)
treeb0ddc2a1d67e12d8db8eeca758d016248d77d1a8 /net-ftp/lftp
parentSome cleanup (diff)
downloadgentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.gz
gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.bz2
gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.zip
*** empty log message ***
Diffstat (limited to 'net-ftp/lftp')
-rw-r--r--net-ftp/lftp/files/digest-lftp-2.3.51
-rw-r--r--net-ftp/lftp/files/digest-lftp-2.3.71
-rw-r--r--net-ftp/lftp/lftp-2.3.5.ebuild43
-rw-r--r--net-ftp/lftp/lftp-2.3.7.ebuild43
4 files changed, 0 insertions, 88 deletions
diff --git a/net-ftp/lftp/files/digest-lftp-2.3.5 b/net-ftp/lftp/files/digest-lftp-2.3.5
deleted file mode 100644
index 175596fad5a9..000000000000
--- a/net-ftp/lftp/files/digest-lftp-2.3.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9d93c0b0f59f5d8a92d0f309ae1c73d0 lftp-2.3.5.tar.bz2
diff --git a/net-ftp/lftp/files/digest-lftp-2.3.7 b/net-ftp/lftp/files/digest-lftp-2.3.7
deleted file mode 100644
index 5058a5c07d9e..000000000000
--- a/net-ftp/lftp/files/digest-lftp-2.3.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 acb3253499b944ebfcaf40202297095a lftp-2.3.7.tar.bz2
diff --git a/net-ftp/lftp/lftp-2.3.5.ebuild b/net-ftp/lftp/lftp-2.3.5.ebuild
deleted file mode 100644
index 1fad2c78e6e0..000000000000
--- a/net-ftp/lftp/lftp-2.3.5.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.5.ebuild,v 1.1 2000/11/26 20:54: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
-
-}
-
-
-
-
-
diff --git a/net-ftp/lftp/lftp-2.3.7.ebuild b/net-ftp/lftp/lftp-2.3.7.ebuild
deleted file mode 100644
index d9d4602c1d1b..000000000000
--- a/net-ftp/lftp/lftp-2.3.7.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.7.ebuild,v 1.1 2001/01/18 19:19:56 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-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
-
-}
-
-
-
-
-