diff options
author | 2004-04-01 18:51:07 +0000 | |
---|---|---|
committer | 2004-04-01 18:51:07 +0000 | |
commit | df906be19d284895c8c85844a1f5dfcf82354af5 (patch) | |
tree | b8a63db4ca839565ff1c56ee3a0c0ec7b7a3b3c7 /net-ftp/gftp | |
parent | Update (diff) | |
download | historical-df906be19d284895c8c85844a1f5dfcf82354af5.tar.gz historical-df906be19d284895c8c85844a1f5dfcf82354af5.tar.bz2 historical-df906be19d284895c8c85844a1f5dfcf82354af5.zip |
version bump + amd64 fixes
Diffstat (limited to 'net-ftp/gftp')
-rw-r--r-- | net-ftp/gftp/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/gftp/Manifest | 10 | ||||
-rw-r--r-- | net-ftp/gftp/files/digest-gftp-2.0.17 | 1 | ||||
-rw-r--r-- | net-ftp/gftp/gftp-2.0.17.ebuild | 59 |
4 files changed, 70 insertions, 5 deletions
diff --git a/net-ftp/gftp/ChangeLog b/net-ftp/gftp/ChangeLog index 91dfae4676cb..1c8b45e4ad3c 100644 --- a/net-ftp/gftp/ChangeLog +++ b/net-ftp/gftp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/gftp # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/gftp/ChangeLog,v 1.26 2004/03/25 08:22:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/gftp/ChangeLog,v 1.27 2004/04/01 18:51:07 lv Exp $ + + 01 Apr 2004; Travis Tilley <lv@gentoo.org> : + version bumped and ~amd64 keyword added due to recent 64 bit cleanups upstream 25 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> gftp-2.0.15.ebuild, gftp-2.0.16-r1.ebuild: diff --git a/net-ftp/gftp/Manifest b/net-ftp/gftp/Manifest index 8c2df19a168f..592f0d973b8e 100644 --- a/net-ftp/gftp/Manifest +++ b/net-ftp/gftp/Manifest @@ -1,10 +1,12 @@ -MD5 7cebe5de2b0e3b034edf2c8b15c7d7d5 ChangeLog 3825 +MD5 e781c0f6a1d89bd3eaab9ca59cb6b65c ChangeLog 3947 MD5 4965cb3d7d47ce48a9fa674ae66c4b86 gftp-2.0.14.ebuild 998 MD5 ba6eb70fb95c579fe8d11a0f00611bf5 gftp-2.0.15.ebuild 1468 -MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 7a66bad8100a1db88cb355b6d7079ffc gftp-2.0.16-r1.ebuild 1441 +MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 2a9928dc4ab97249da5c84ff676f5636 gftp-2.0.17.ebuild 1328 MD5 4a567cc97f7b5318979193135b98eafd files/digest-gftp-2.0.14 64 -MD5 77ce85d4218034ac35a17bf59af5b790 files/digest-gftp-2.0.16-r1 65 MD5 f016b30f08a26f30a03721cff7a19ac9 files/digest-gftp-2.0.15 65 -MD5 23e7696a3f6f2c368d11ca9aaadb7797 files/gftp-2.0.16-ipv6_fix.patch 3279 +MD5 77ce85d4218034ac35a17bf59af5b790 files/digest-gftp-2.0.16-r1 65 MD5 ce3187f3e4f80bfb35cf8bef798eb40d files/gftp-2.0.15-64bit_fixes.patch 16360 +MD5 23e7696a3f6f2c368d11ca9aaadb7797 files/gftp-2.0.16-ipv6_fix.patch 3279 +MD5 f65f1e254dd63668b5f0db33b4158383 files/digest-gftp-2.0.17 65 diff --git a/net-ftp/gftp/files/digest-gftp-2.0.17 b/net-ftp/gftp/files/digest-gftp-2.0.17 new file mode 100644 index 000000000000..68cda13fc6f3 --- /dev/null +++ b/net-ftp/gftp/files/digest-gftp-2.0.17 @@ -0,0 +1 @@ +MD5 a869315be1f59624a3abf5fb25d5b7bb gftp-2.0.17.tar.bz2 1228736 diff --git a/net-ftp/gftp/gftp-2.0.17.ebuild b/net-ftp/gftp/gftp-2.0.17.ebuild new file mode 100644 index 000000000000..4225d187a35e --- /dev/null +++ b/net-ftp/gftp/gftp-2.0.17.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/gftp/gftp-2.0.17.ebuild,v 1.1 2004/04/01 18:51:07 lv Exp $ + +DESCRIPTION="Gnome based FTP Client" +SRC_URI="http://www.gftp.org/${P}.tar.bz2" +HOMEPAGE="http://www.gftp.org" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" +IUSE="nls gtk gtk2 ssl" + +DEPEND="virtual/x11 + ssl? ( dev-libs/openssl ) + gtk? ( + gtk2? ( >=x11-libs/gtk+-2 ) + !gtk2? ( =x11-libs/gtk+-1.2* ) ) + !gtk? ( sys-libs/readline + sys-libs/ncurses + =dev-libs/glib-1.2* )" + +#RDEPEND="nls? ( sys-devel/gettext )" + +src_compile() { + local myconf + + use nls \ + && myconf="--enable-nls" \ + || myconf="--disable-nls" + + # do not use enable-{gtk20,gtkport} they are not recognized + # and will disable building the gtkport alltogether + if [ -n "`use gtk`" ] + then + einfo "gtk+ enabled" + use gtk2 \ + && einfo "gtk2 enabled" \ + || myconf="${myconf} --disable-gtk20" + else + einfo "gtk+ and gtk2 disabled" + myconf="${myconf} --disable-gtkport --disable-gtk20" + fi + + use ssl \ + && myconf="${myconf}" \ + || myconf="${myconf} --disable-ssl" + + econf ${myconf} || die + emake || die +} + +src_install() { + einstall || die + + dodoc COPYING ChangeLog AUTHORS README* THANKS \ + TODO docs/USERS-GUIDE NEWS + +} |