diff options
-rw-r--r-- | net-ftp/ftpcube/ChangeLog | 7 | ||||
-rw-r--r-- | net-ftp/ftpcube/Manifest | 4 | ||||
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.4.3.ebuild | 6 | ||||
-rw-r--r-- | net-ftp/ftpcube/metadata.xml | 5 |
4 files changed, 16 insertions, 6 deletions
diff --git a/net-ftp/ftpcube/ChangeLog b/net-ftp/ftpcube/ChangeLog index f0d194fbc1b7..c3a1c69782e5 100644 --- a/net-ftp/ftpcube/ChangeLog +++ b/net-ftp/ftpcube/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/ftpcube -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.16 2003/07/13 11:55:51 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.17 2004/01/12 20:39:34 pythonhead Exp $ + + 12 Jan 2004; Rob Cakebread <pythonhead@gentoo.org> ftpcube-0.4.3.ebuild: + Fixes crash on connect dialog. bug# 36320 05 May 2003; Alastair Tse <liquidx@gentoo.org> ftpcube-0.4.3.ebuild: added virtualx support to prevent failing when merging without X diff --git a/net-ftp/ftpcube/Manifest b/net-ftp/ftpcube/Manifest index 898165e87487..3bbc8469f2ea 100644 --- a/net-ftp/ftpcube/Manifest +++ b/net-ftp/ftpcube/Manifest @@ -1,8 +1,8 @@ -MD5 3ec436b7384e2822a3d613a878b90f28 ChangeLog 2669 +MD5 aa9b9d10042df25a75104ca035fd5608 ChangeLog 2675 MD5 b270e455be656571d477733646d703bc ftpcube-0.4.0.ebuild 1227 MD5 9bfef7f121eb4173e2eeef12e975c3f8 ftpcube-0.4.1.ebuild 602 MD5 f9935ddf4cc425a1d87bb22db65da7fc ftpcube-0.4.2.ebuild 618 -MD5 b3777b74af7db0d1380c3ed5092e3bfd ftpcube-0.4.3.ebuild 885 +MD5 51bf88c20d827de4ef2694c719f25265 ftpcube-0.4.3.ebuild 888 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 7079a631b21e0062dd4165700c576faa files/digest-ftpcube-0.4.0 65 MD5 ebef9679bd2ec43a5346896f94a63695 files/digest-ftpcube-0.4.1 64 diff --git a/net-ftp/ftpcube/ftpcube-0.4.3.ebuild b/net-ftp/ftpcube/ftpcube-0.4.3.ebuild index b5fefad07947..e464168027ba 100644 --- a/net-ftp/ftpcube/ftpcube-0.4.3.ebuild +++ b/net-ftp/ftpcube/ftpcube-0.4.3.ebuild @@ -1,6 +1,6 @@ -# 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/ftpcube/ftpcube-0.4.3.ebuild,v 1.3 2003/05/05 20:29:48 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.3.ebuild,v 1.4 2004/01/12 20:39:34 pythonhead Exp $ IUSE="" @@ -20,6 +20,8 @@ KEYWORDS="x86 ~sparc" src_unpack() { unpack ${A} epatch ${FILESDIR}/${P}-gentoo.patch || die "patch failed" + sed -i -e "s/EVT_KILL_FOCUS/#EVT_KILL_FOCUS/" ${S}/libftpcube/connectwin.py || + die "sed failed on connectwin.py" } src_compile() { diff --git a/net-ftp/ftpcube/metadata.xml b/net-ftp/ftpcube/metadata.xml new file mode 100644 index 000000000000..de483c53568f --- /dev/null +++ b/net-ftp/ftpcube/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>python</herd> +</pkgmetadata> |