diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-17 14:44:11 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-17 14:44:11 +0000 |
commit | f2486049dcf23884a7080146630bdb33e371cf70 (patch) | |
tree | 3b75fd042f964555007820767d8baf5b7de00dc6 /net-ftp/yafc | |
parent | Back to ~arch (diff) | |
download | gentoo-2-f2486049dcf23884a7080146630bdb33e371cf70.tar.gz gentoo-2-f2486049dcf23884a7080146630bdb33e371cf70.tar.bz2 gentoo-2-f2486049dcf23884a7080146630bdb33e371cf70.zip |
x86 stable wrt #173646
(Portage version: 2.1.3_rc3)
Diffstat (limited to 'net-ftp/yafc')
-rw-r--r-- | net-ftp/yafc/ChangeLog | 6 | ||||
-rw-r--r-- | net-ftp/yafc/files/digest-yafc-1.1.1 | 3 | ||||
-rw-r--r-- | net-ftp/yafc/yafc-1.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/yafc/yafc-1.1.1.ebuild | 47 |
4 files changed, 7 insertions, 53 deletions
diff --git a/net-ftp/yafc/ChangeLog b/net-ftp/yafc/ChangeLog index 632da72abd54..062482d3354e 100644 --- a/net-ftp/yafc/ChangeLog +++ b/net-ftp/yafc/ChangeLog @@ -1,6 +1,10 @@ # 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.30 2007/06/17 14:04:01 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.31 2007/06/17 14:44:11 armin76 Exp $ + + 17 Jun 2007; Raúl Porcel <armin76@gentoo.org> -yafc-1.1.1.ebuild, + yafc-1.1.1-r1.ebuild: + x86 stable wrt #173646 17 Jun 2007; Christoph Mende <angelos@gentoo.org> yafc-1.1.1-r1.ebuild: Stable on amd64 wrt bug 173646 diff --git a/net-ftp/yafc/files/digest-yafc-1.1.1 b/net-ftp/yafc/files/digest-yafc-1.1.1 deleted file mode 100644 index 441a27942e4e..000000000000 --- a/net-ftp/yafc/files/digest-yafc-1.1.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 832d074183a36ee15b47553ed5962fce yafc-1.1.1.tar.bz2 858991 -RMD160 1a1af7f618e9fada90b23390e64ec0ee4c8ed370 yafc-1.1.1.tar.bz2 858991 -SHA256 ab72b2ed89fb75dbe8ebd119458cf513392225f367cccfad881e9780aefcd7e6 yafc-1.1.1.tar.bz2 858991 diff --git a/net-ftp/yafc/yafc-1.1.1-r1.ebuild b/net-ftp/yafc/yafc-1.1.1-r1.ebuild index b1d7d6858907..61da9b06b664 100644 --- a/net-ftp/yafc/yafc-1.1.1-r1.ebuild +++ b/net-ftp/yafc/yafc-1.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.1.1-r1.ebuild,v 1.3 2007/06/17 14:04:01 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.1.1-r1.ebuild,v 1.4 2007/06/17 14:44:11 armin76 Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/yafc/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~sparc ~x86" +KEYWORDS="amd64 ppc ~sparc x86" IUSE="readline kerberos socks5" DEPEND="readline? ( >=sys-libs/readline-4.1-r4 ) diff --git a/net-ftp/yafc/yafc-1.1.1.ebuild b/net-ftp/yafc/yafc-1.1.1.ebuild deleted file mode 100644 index 5b6f2ff77afd..000000000000 --- a/net-ftp/yafc/yafc-1.1.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.1.1.ebuild,v 1.5 2007/03/12 22:07:42 armin76 Exp $ - -inherit eutils - -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 krb4 kerberos socks5" - -DEPEND="readline? ( >=sys-libs/readline-4.1-r4 ) - kerberos? ( virtual/krb5 ) - krb4? ( app-crypt/kth-krb ) - socks5? ( net-proxy/dante )" -RDEPEND=">=net-misc/openssh-3.0 - ${DEPEND}" - -src_unpack() { - unpack "${A}" - cd "${S}" - epatch "${FILESDIR}/${P}-gcc4.patch" -} - -src_compile() { - local myconf="" - use krb4 && myconf="${myconf} --with-krb4=/usr/athena" \ - || myconf="${myconf} --with-krb4=no" - use kerberos && myconf="${myconf} --with-krb5=/usr/ --with-gssapi=/usr" \ - || myconf="${myconf} --with-krb5=no --with-gssapi=no" - use socks5 && myconf="${myconf} --with-socks5=/usr" \ - || myconf="${myconf} --with-socks5=no" - use readline && myconf="${myconf} --with-readline=/usr" \ - || myconf="${myconf} --with-readline=no" - - econf $(use_with readline) ${myconf} || die "./configure failed" - emake || die "emake failed" -} - -src_install () { - make DESTDIR=${D} install || die - dodoc BUGS NEWS README THANKS TODO *.sample -} |