summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-06-21 07:28:00 +0000
committerMike Frysinger <vapier@gentoo.org>2003-06-21 07:28:00 +0000
commit938f154641ea77feea8ee52aa298f076560eefc6 (patch)
tree8001237f3f2e80a571398733682f92ed2fb8f4a8 /net-ftp/yafc/yafc-0.7.9.ebuild
parentVersion bump. Added a warning about using >cmf-1.3.1 (diff)
downloadgentoo-2-938f154641ea77feea8ee52aa298f076560eefc6.tar.gz
gentoo-2-938f154641ea77feea8ee52aa298f076560eefc6.tar.bz2
gentoo-2-938f154641ea77feea8ee52aa298f076560eefc6.zip
version bump
Diffstat (limited to 'net-ftp/yafc/yafc-0.7.9.ebuild')
-rw-r--r--net-ftp/yafc/yafc-0.7.9.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-ftp/yafc/yafc-0.7.9.ebuild b/net-ftp/yafc/yafc-0.7.9.ebuild
deleted file mode 100644
index 77bd6d36efbc..000000000000
--- a/net-ftp/yafc/yafc-0.7.9.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-0.7.9.ebuild,v 1.6 2003/02/13 14:06:58 vapier Exp $
-
-IUSE="readline"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Console ftp client with a lot of nifty features"
-SRC_URI="ftp://ftp.sourceforge.net/pub/sourceforge/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://yafc.sourceforge.net/"
-
-DEPEND="readline? ( >=sys-libs/readline-4.1-r4 )"
-RDEPEND=">=net-misc/openssh-3.0"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc "
-
-src_compile() {
- use readline || myconf="--without-readline"
-
- econf ${myconf} || die "./configure failed"
- emake || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die
- dodoc ABOUT-NLS BUGS COPYING COPYRIGHT INSTALL NEWS \
- README THANKS TODO *.sample
-}