diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-02-09 17:01:11 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-02-09 17:01:11 +0000 |
commit | c98702d719c203b528366653ac3240be48b6789e (patch) | |
tree | 28b2f2addedc100291a325b5876dc0f6ab3a7ea9 /net-ftp | |
parent | initial ebuild, added SLOT (diff) | |
download | historical-c98702d719c203b528366653ac3240be48b6789e.tar.gz historical-c98702d719c203b528366653ac3240be48b6789e.tar.bz2 historical-c98702d719c203b528366653ac3240be48b6789e.zip |
new SLOT'ed version, removed old one
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/ncftp/files/digest-ncftp-3.0.4 | 1 | ||||
-rw-r--r-- | net-ftp/ncftp/files/digest-ncftp-3.1.2 | 1 | ||||
-rw-r--r-- | net-ftp/ncftp/ncftp-3.1.2.ebuild (renamed from net-ftp/ncftp/ncftp-3.0.4.ebuild) | 10 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-ftp/ncftp/files/digest-ncftp-3.0.4 b/net-ftp/ncftp/files/digest-ncftp-3.0.4 deleted file mode 100644 index fc22b1ab57f0..000000000000 --- a/net-ftp/ncftp/files/digest-ncftp-3.0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 d80a15982d163caaff42706b59acb3e4 ncftp-3.0.4-src.tar.gz 435113 diff --git a/net-ftp/ncftp/files/digest-ncftp-3.1.2 b/net-ftp/ncftp/files/digest-ncftp-3.1.2 new file mode 100644 index 000000000000..da30efa9dd3d --- /dev/null +++ b/net-ftp/ncftp/files/digest-ncftp-3.1.2 @@ -0,0 +1 @@ +MD5 53176befbedbc2a094803a42bb7a4d9a ncftp-3.1.2-src.tar.bz2 387013 diff --git a/net-ftp/ncftp/ncftp-3.0.4.ebuild b/net-ftp/ncftp/ncftp-3.1.2.ebuild index 47c6e91811fe..4c712bbb57b1 100644 --- a/net-ftp/ncftp/ncftp-3.0.4.ebuild +++ b/net-ftp/ncftp/ncftp-3.1.2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 # Author Jerry A! <jerry@thehutt.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.0.4.ebuild,v 1.1 2001/11/27 08:55:30 jerrya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.1.2.ebuild,v 1.1 2002/02/09 17:01:11 verwilst Exp $ S=${WORKDIR}/${P} DESCRIPTION="An extremely configurable ftp client" -SRC_URI="ftp://ftp.ncftp.com/ncftp/${P}-src.tar.gz" +SRC_URI="ftp://ftp.ncftp.com/ncftp/${P}-src.tar.bz2" HOMEPAGE="http://www.ncftp.com/" - +SLOT="0" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" |