diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-05-04 03:42:50 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-05-04 03:42:50 +0000 |
commit | b0ec84600c18f9b95b53fbbada48a57d9be1b56d (patch) | |
tree | 3a1a324a193a2624734cf3f9fad7ca422aaf9373 /net-ftp/lukemftp | |
parent | added LICENSE, SLOT, $Headers. (diff) | |
download | historical-b0ec84600c18f9b95b53fbbada48a57d9be1b56d.tar.gz historical-b0ec84600c18f9b95b53fbbada48a57d9be1b56d.tar.bz2 historical-b0ec84600c18f9b95b53fbbada48a57d9be1b56d.zip |
added LICENSE, SLOT, $Headers.
Diffstat (limited to 'net-ftp/lukemftp')
-rw-r--r-- | net-ftp/lukemftp/ChangeLog | 8 | ||||
-rw-r--r-- | net-ftp/lukemftp/files/digest-lukemftp-1.5-r3 (renamed from net-ftp/lukemftp/files/digest-lukemftp-1.5-r2) | 0 | ||||
-rw-r--r-- | net-ftp/lukemftp/lukemftp-1.5-r3.ebuild (renamed from net-ftp/lukemftp/lukemftp-1.5-r2.ebuild) | 16 |
3 files changed, 17 insertions, 7 deletions
diff --git a/net-ftp/lukemftp/ChangeLog b/net-ftp/lukemftp/ChangeLog index 0bbf34f8f8c8..62e6ed6f33bb 100644 --- a/net-ftp/lukemftp/ChangeLog +++ b/net-ftp/lukemftp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-ftp/lukemftp # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lukemftp/ChangeLog,v 1.1 2002/02/01 21:53:32 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lukemftp/ChangeLog,v 1.2 2002/05/04 03:42:50 woodchip Exp $ + +*lukemftp-1.5-r3 (3 May 2002) + + 3 May 2002; Donny Davies <woodchip@gentoo.org> : + + Added LICENSE, SLOT. *lukemftp-1.5-r2 (1 Feb 2002) diff --git a/net-ftp/lukemftp/files/digest-lukemftp-1.5-r2 b/net-ftp/lukemftp/files/digest-lukemftp-1.5-r3 index f6d3378a1238..f6d3378a1238 100644 --- a/net-ftp/lukemftp/files/digest-lukemftp-1.5-r2 +++ b/net-ftp/lukemftp/files/digest-lukemftp-1.5-r3 diff --git a/net-ftp/lukemftp/lukemftp-1.5-r2.ebuild b/net-ftp/lukemftp/lukemftp-1.5-r3.ebuild index 27b27ba2891a..176890e0030f 100644 --- a/net-ftp/lukemftp/lukemftp-1.5-r2.ebuild +++ b/net-ftp/lukemftp/lukemftp-1.5-r3.ebuild @@ -1,14 +1,14 @@ # Copyright 2000-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lukemftp/lukemftp-1.5-r2.ebuild,v 1.2 2002/04/27 13:36:00 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lukemftp/lukemftp-1.5-r3.ebuild,v 1.3 2002/05/04 03:42:50 woodchip Exp $ S=${WORKDIR}/${P} DESCRIPTION="NetBSD FTP client with several advanced features" SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/${P}.tar.gz" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.1" +DEPEND="virtual/glibc >=sys-libs/ncurses-5.1" +LICENSE="as-is" +SLOT="0" src_unpack() { unpack ${A} @@ -27,8 +27,12 @@ src_compile() { local myconf use ipv6 || myconf="${myconf} --disable-ipv6" - ./configure --host=${CHOST} --prefix=/usr --enable-editcomplete ${myconf} - assert ; make ; assert "compile problem :(" + ./configure \ + --prefix=/usr \ + --enable-editcomplete \ + --host=${CHOST} ${myconf} || die "bad ./configure" + + emake || die "compile problem" } src_install() { |