From 7153796abd1d7db2bf4726f3274ecb690a969b99 Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Wed, 20 Sep 2000 16:34:27 +0000 Subject: *** empty log message *** --- net-ftp/lftp/files/digest-lftp-2.2.6 | 1 - net-ftp/lftp/files/digest-lftp-2.3.0 | 1 + net-ftp/lftp/lftp-2.2.6.ebuild | 37 ------------------------------------ net-ftp/lftp/lftp-2.3.0.ebuild | 37 ++++++++++++++++++++++++++++++++++++ 4 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 net-ftp/lftp/files/digest-lftp-2.2.6 create mode 100644 net-ftp/lftp/files/digest-lftp-2.3.0 delete mode 100644 net-ftp/lftp/lftp-2.2.6.ebuild create mode 100644 net-ftp/lftp/lftp-2.3.0.ebuild (limited to 'net-ftp') diff --git a/net-ftp/lftp/files/digest-lftp-2.2.6 b/net-ftp/lftp/files/digest-lftp-2.2.6 deleted file mode 100644 index 610bd7101280..000000000000 --- a/net-ftp/lftp/files/digest-lftp-2.2.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 c0c642c00b3939d7b551b4e42b076ee3 lftp-2.2.6.tar.bz2 diff --git a/net-ftp/lftp/files/digest-lftp-2.3.0 b/net-ftp/lftp/files/digest-lftp-2.3.0 new file mode 100644 index 000000000000..b4f94282be2f --- /dev/null +++ b/net-ftp/lftp/files/digest-lftp-2.3.0 @@ -0,0 +1 @@ +MD5 1c57b6fd0f2ac0ec9a72362a639664ff lftp-2.3.0.tar.bz2 diff --git a/net-ftp/lftp/lftp-2.2.6.ebuild b/net-ftp/lftp/lftp-2.2.6.ebuild deleted file mode 100644 index 2d0d13c3ff13..000000000000 --- a/net-ftp/lftp/lftp-2.2.6.ebuild +++ /dev/null @@ -1,37 +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.6.ebuild,v 1.2 2000/09/15 20:09:09 drobbins 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}" - 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.0.ebuild b/net-ftp/lftp/lftp-2.3.0.ebuild new file mode 100644 index 000000000000..45ff4f13392a --- /dev/null +++ b/net-ftp/lftp/lftp-2.3.0.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.3.0.ebuild,v 1.1 2000/09/20 16:29:50 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}" + 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 + +} + + + + + -- cgit v1.2.3-65-gdbad