diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-01-12 20:39:40 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-01-12 20:39:40 +0000 |
commit | a4a130bdaa28ce4a428702d61121c2be86e937c4 (patch) | |
tree | d3f12ffa0550c67c379ab5edfdecd83af9bf2b27 /net-ftp | |
parent | Fixes bug #36320 (diff) | |
download | historical-a4a130bdaa28ce4a428702d61121c2be86e937c4.tar.gz historical-a4a130bdaa28ce4a428702d61121c2be86e937c4.tar.bz2 historical-a4a130bdaa28ce4a428702d61121c2be86e937c4.zip |
Fixes bug #36320
Diffstat (limited to 'net-ftp')
-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 |
3 files changed, 11 insertions, 4 deletions
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> |