summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/ncftp/ncftp-3.2.3.ebuild')
-rw-r--r--net-ftp/ncftp/ncftp-3.2.3.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-ftp/ncftp/ncftp-3.2.3.ebuild b/net-ftp/ncftp/ncftp-3.2.3.ebuild
deleted file mode 100644
index 68ded486e91f..000000000000
--- a/net-ftp/ncftp/ncftp-3.2.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.2.3.ebuild,v 1.8 2010/03/18 18:52:25 darkside Exp $
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-IPV6_P="ncftp-323-v6-20091109"
-DESCRIPTION="An extremely configurable ftp client"
-HOMEPAGE="http://www.ncftp.com/"
-SRC_URI="ftp://ftp.ncftp.com/ncftp/${P}-src.tar.bz2
- ipv6? ( ftp://ftp.kame.net/pub/kame/misc/${IPV6_P}.diff.gz )"
-
-LICENSE="Clarified-Artistic"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="ipv6"
-
-DEPEND="sys-libs/ncurses"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- use ipv6 && epatch "${DISTDIR}"/${IPV6_P}.diff.gz
- tc-export CC
- sed \
- -e "s:CC=gcc:CC ?= ${CC}:" \
- -e 's:@SFLAG@::' \
- -e 's:@STRIP@:true:' \
- -i Makefile.in */Makefile.in || die
-}
-src_configure() {
- LC_ALL="C" econf --disable-universal
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc README.txt doc/*.txt
- dohtml doc/html/*.html
-}