From 73290a3599255d1c701c7b52fd556d980a8d5aaf Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Sun, 10 Sep 2000 14:48:08 +0000 Subject: *** empty log message *** --- net-ftp/lftp/files/digest-lftp-2.2.3-r1 | 1 - net-ftp/lftp/files/digest-lftp-2.2.6 | 1 + net-ftp/lftp/lftp-2.2.3-r1.ebuild | 36 -------------------------------- net-ftp/lftp/lftp-2.2.6.ebuild | 37 +++++++++++++++++++++++++++++++++ 4 files changed, 38 insertions(+), 37 deletions(-) delete mode 100644 net-ftp/lftp/files/digest-lftp-2.2.3-r1 create mode 100644 net-ftp/lftp/files/digest-lftp-2.2.6 delete mode 100644 net-ftp/lftp/lftp-2.2.3-r1.ebuild create mode 100644 net-ftp/lftp/lftp-2.2.6.ebuild (limited to 'net-ftp') diff --git a/net-ftp/lftp/files/digest-lftp-2.2.3-r1 b/net-ftp/lftp/files/digest-lftp-2.2.3-r1 deleted file mode 100644 index 8752e7fee9d7..000000000000 --- a/net-ftp/lftp/files/digest-lftp-2.2.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 bd33e9f0d7f30c710c72aa8e35aeee27 lftp-2.2.3.tar.bz2 diff --git a/net-ftp/lftp/files/digest-lftp-2.2.6 b/net-ftp/lftp/files/digest-lftp-2.2.6 new file mode 100644 index 000000000000..610bd7101280 --- /dev/null +++ b/net-ftp/lftp/files/digest-lftp-2.2.6 @@ -0,0 +1 @@ +MD5 c0c642c00b3939d7b551b4e42b076ee3 lftp-2.2.6.tar.bz2 diff --git a/net-ftp/lftp/lftp-2.2.3-r1.ebuild b/net-ftp/lftp/lftp-2.2.3-r1.ebuild deleted file mode 100644 index 64df51cb4537..000000000000 --- a/net-ftp/lftp/lftp-2.2.3-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.2.3-r1.ebuild,v 1.4 2000/08/30 12:33:51 achim Exp $ - -P=lftp-2.2.3 -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} - ftp.netsw.org/netsw/Network/IP/FileTrans/FTP/lftp/${A}" - -HOMEPAGE="http://ftp.yars.free.net/projects/lftp/" - -src_unpack () { - unpack ${A} -} - -src_compile() { - export CFLAGS="-fno-exceptions -fno-rtti ${CFLAGS}" - export CXXFLAGS="-fno-exceptions -fno-rtti ${CXXFLAGS}" - ./configure --prefix=/usr --sysconfdir=/etc/lftp --with-catgets --with-modules - make -} - -src_install() { - cd ${S} - 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.2.6.ebuild b/net-ftp/lftp/lftp-2.2.6.ebuild new file mode 100644 index 000000000000..367ece434c92 --- /dev/null +++ b/net-ftp/lftp/lftp-2.2.6.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Daniel Robbins +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.2.6.ebuild,v 1.1 2000/09/10 14:48:08 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/" + +src_unpack () { + unpack ${A} +} + +src_compile() { + export CFLAGS="-fno-exceptions -fno-rtti ${CFLAGS}" + export CXXFLAGS="-fno-exceptions -fno-rtti ${CXXFLAGS}" + ./configure --prefix=/usr --sysconfdir=/etc/lftp --with-catgets --with-modules + make +} + +src_install() { + cd ${S} + make prefix=${D}/usr sysconfdir=${D}/etc/lftp install + prepman + dodoc BUGS COPYING ChangeLog FAQ FEATURES MIRRORS NEWS + dodoc README* THANKS TODO + +} + + + + + -- cgit v1.2.3-65-gdbad