summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/ncftp/ncftp-3.1.6.ebuild')
-rw-r--r--net-ftp/ncftp/ncftp-3.1.6.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-ftp/ncftp/ncftp-3.1.6.ebuild b/net-ftp/ncftp/ncftp-3.1.6.ebuild
deleted file mode 100644
index ab17b817249a..000000000000
--- a/net-ftp/ncftp/ncftp-3.1.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.1.6.ebuild,v 1.5 2004/01/11 05:27:46 genone Exp $
-
-IPV6_P="ncftp-316-v6-20040106"
-DESCRIPTION="An extremely configurable ftp client"
-SRC_URI="ftp://ftp.ncftp.com/ncftp/${P}-src.tar.bz2
- ipv6? ( ftp://ftp.cc.chuo-u.ac.jp/pub/IPv6/kame/misc/${IPV6_P}.diff.gz )"
-HOMEPAGE="http://www.ncftp.com/"
-
-LICENSE="Clarified-Artistic"
-SLOT="0"
-KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa"
-IUSE="ipv6"
-
-DEPEND=">=sys-libs/ncurses-5.2"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- use ipv6 && epatch ${WORKDIR}/${IPV6_P}.diff
-}
-
-src_install() {
- dodir /usr/share
- einstall || die
-
- dodoc README.txt doc/*.txt
- dohtml doc/html/*.html
-}