diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-05-10 14:51:20 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-05-10 14:51:20 +0000 |
commit | fe85d871f514ac3984a13d19e3aecc9ebeff648f (patch) | |
tree | 8c301017dfba4823eaa9ce5b0ae26faed495cca3 /net-ftp | |
parent | Closing #50627 (Manifest recommit) (diff) | |
download | gentoo-2-fe85d871f514ac3984a13d19e3aecc9ebeff648f.tar.gz gentoo-2-fe85d871f514ac3984a13d19e3aecc9ebeff648f.tar.bz2 gentoo-2-fe85d871f514ac3984a13d19e3aecc9ebeff648f.zip |
Closing #50537
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/easyftp/ChangeLog | 7 | ||||
-rw-r--r-- | net-ftp/easyftp/easyftp-6_beta.ebuild | 15 |
2 files changed, 16 insertions, 6 deletions
diff --git a/net-ftp/easyftp/ChangeLog b/net-ftp/easyftp/ChangeLog index 774e62211087..c52b4c30e00a 100644 --- a/net-ftp/easyftp/ChangeLog +++ b/net-ftp/easyftp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/easyftp -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/easyftp/ChangeLog,v 1.5 2003/02/12 07:57:39 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/easyftp/ChangeLog,v 1.6 2004/05/10 14:51:20 aliz Exp $ + + 10 May 2004; Daniel Ahlberg <aliz@gentoo.org> easyftp-6_beta.ebuild: + Added amd64 keyword, changed patch to epatch. Closing #50537. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/net-ftp/easyftp/easyftp-6_beta.ebuild b/net-ftp/easyftp/easyftp-6_beta.ebuild index 7b888cb46fd2..e381248abf8a 100644 --- a/net-ftp/easyftp/easyftp-6_beta.ebuild +++ b/net-ftp/easyftp/easyftp-6_beta.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/easyftp/easyftp-6_beta.ebuild,v 1.7 2003/02/13 14:03:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/easyftp/easyftp-6_beta.ebuild,v 1.8 2004/05/10 14:51:20 aliz Exp $ + +inherit eutils S=${WORKDIR} DESCRIPTION="An EASY GUI FTP Client (QT based)" @@ -11,10 +13,15 @@ DEPEND="=x11-libs/qt-3*" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc ~amd64" + +src_unpack() { + unpack ${A} ; cd ${S} + + epatch ${FILESDIR}/easyftp-gcc3.2.diff +} src_compile() { - patch -p0<${FILESDIR}/easyftp-gcc3.2.diff emake || die } |