summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-11-12 14:10:57 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-11-12 14:10:57 +0000
commitd16d6a326ba6c55470d3928415a9c7468bbc351d (patch)
tree83c8415e6bed56b1332fb491046a993a1d0e45c7 /net-ftp/yafc
parentstable x86, security bug 198409 (diff)
downloadgentoo-2-d16d6a326ba6c55470d3928415a9c7468bbc351d.tar.gz
gentoo-2-d16d6a326ba6c55470d3928415a9c7468bbc351d.tar.bz2
gentoo-2-d16d6a326ba6c55470d3928415a9c7468bbc351d.zip
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-ftp/yafc')
-rw-r--r--net-ftp/yafc/ChangeLog5
-rw-r--r--net-ftp/yafc/files/digest-yafc-1.13
-rw-r--r--net-ftp/yafc/yafc-1.1.ebuild27
3 files changed, 4 insertions, 31 deletions
diff --git a/net-ftp/yafc/ChangeLog b/net-ftp/yafc/ChangeLog
index b580dcaacfa8..3ea1651beb1e 100644
--- a/net-ftp/yafc/ChangeLog
+++ b/net-ftp/yafc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-ftp/yafc
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.34 2007/09/23 22:23:00 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.35 2007/11/12 14:10:56 armin76 Exp $
+
+ 12 Nov 2007; Raúl Porcel <armin76@gentoo.org> -yafc-1.1.ebuild:
+ old
23 Sep 2007; Ferris McCormick <fmccor@gentoo.org> yafc-1.1.1-r1.ebuild:
Add quotes for ${FILESDIR}, per dberkholz.
diff --git a/net-ftp/yafc/files/digest-yafc-1.1 b/net-ftp/yafc/files/digest-yafc-1.1
deleted file mode 100644
index 99560401a1e5..000000000000
--- a/net-ftp/yafc/files/digest-yafc-1.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 877c21d9b70d89474d1a6478a21c1e51 yafc-1.1.tar.bz2 463528
-RMD160 7db932512d818316623fcd732cea4a7a1f3195cc yafc-1.1.tar.bz2 463528
-SHA256 5eb28b04f2e3166bddc2b3555d7e316278b0405c36284bec07a0c008ca7e94f5 yafc-1.1.tar.bz2 463528
diff --git a/net-ftp/yafc/yafc-1.1.ebuild b/net-ftp/yafc/yafc-1.1.ebuild
deleted file mode 100644
index f0a5b8c2e0f4..000000000000
--- a/net-ftp/yafc/yafc-1.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.1.ebuild,v 1.7 2005/11/11 23:03:09 hansmi Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Console ftp client with a lot of nifty features"
-HOMEPAGE="http://yafc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/yafc/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="readline"
-
-DEPEND="readline? ( >=sys-libs/readline-4.1-r4 )"
-RDEPEND=">=net-misc/openssh-3.0"
-
-src_compile() {
- econf `use_with readline` || die "./configure failed"
- emake || die "emake failed"
-}
-
-src_install () {
- make DESTDIR=${D} install || die
- dodoc BUGS COPYRIGHT INSTALL NEWS README THANKS TODO *.sample
-}