summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2004-01-12 20:53:32 +0000
committerRob Cakebread <pythonhead@gentoo.org>2004-01-12 20:53:32 +0000
commit12db2e9eea0773dbee5bf673f91a5ac44d42fbf4 (patch)
tree19e3d21cd3c04c94dc2cc7bac83c18cb8eb1b2ce /net-ftp/ftpcube
parentFixes bug #36320 (diff)
downloadgentoo-2-12db2e9eea0773dbee5bf673f91a5ac44d42fbf4.tar.gz
gentoo-2-12db2e9eea0773dbee5bf673f91a5ac44d42fbf4.tar.bz2
gentoo-2-12db2e9eea0773dbee5bf673f91a5ac44d42fbf4.zip
Fixes bug #36320
Diffstat (limited to 'net-ftp/ftpcube')
-rw-r--r--net-ftp/ftpcube/ChangeLog4
-rw-r--r--net-ftp/ftpcube/Manifest6
-rw-r--r--net-ftp/ftpcube/files/digest-ftpcube-0.4.3-r11
-rw-r--r--net-ftp/ftpcube/ftpcube-0.4.3-r1.ebuild35
-rw-r--r--net-ftp/ftpcube/ftpcube-0.4.3.ebuild6
5 files changed, 43 insertions, 9 deletions
diff --git a/net-ftp/ftpcube/ChangeLog b/net-ftp/ftpcube/ChangeLog
index c3a1c69782e5..83f785b7bc43 100644
--- a/net-ftp/ftpcube/ChangeLog
+++ b/net-ftp/ftpcube/ChangeLog
@@ -1,8 +1,8 @@
# ChangeLog for net-ftp/ftpcube
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.18 2004/01/12 20:53:26 pythonhead Exp $
- 12 Jan 2004; Rob Cakebread <pythonhead@gentoo.org> ftpcube-0.4.3.ebuild:
+ 12 Jan 2004; Rob Cakebread <pythonhead@gentoo.org> ftpcube-0.4.3-r1.ebuild:
Fixes crash on connect dialog. bug# 36320
05 May 2003; Alastair Tse <liquidx@gentoo.org> ftpcube-0.4.3.ebuild:
diff --git a/net-ftp/ftpcube/Manifest b/net-ftp/ftpcube/Manifest
index 01b34075236d..9ad2a05327c9 100644
--- a/net-ftp/ftpcube/Manifest
+++ b/net-ftp/ftpcube/Manifest
@@ -1,10 +1,10 @@
-MD5 d108e71028b008f571afc0e7e6360318 ChangeLog 2678
+MD5 4e15fa55a2e35a2765ccb320440b69a4 ChangeLog 2678
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 c9e1411545ef35a2bf81df6bbe0f87f8 ftpcube-0.4.3.ebuild 769
+MD5 34ba9d275b1a3d766b53c8b897ae0751 ftpcube-0.4.3.ebuild 772
MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
-MD5 51bf88c20d827de4ef2694c719f25265 ftpcube-0.4.3-r1.ebuild 888
+MD5 f74165f04006bed30a9096ac11a16fa1 ftpcube-0.4.3-r1.ebuild 891
MD5 7079a631b21e0062dd4165700c576faa files/digest-ftpcube-0.4.0 65
MD5 ebef9679bd2ec43a5346896f94a63695 files/digest-ftpcube-0.4.1 64
MD5 41e13b5796ec14b4fe4e0ccd5e673cbb files/digest-ftpcube-0.4.2 64
diff --git a/net-ftp/ftpcube/files/digest-ftpcube-0.4.3-r1 b/net-ftp/ftpcube/files/digest-ftpcube-0.4.3-r1
new file mode 100644
index 000000000000..c42bc30b4b00
--- /dev/null
+++ b/net-ftp/ftpcube/files/digest-ftpcube-0.4.3-r1
@@ -0,0 +1 @@
+MD5 574d207377a24caf6315866d52326672 ftpcube-0.4.3.tar.gz 89620
diff --git a/net-ftp/ftpcube/ftpcube-0.4.3-r1.ebuild b/net-ftp/ftpcube/ftpcube-0.4.3-r1.ebuild
new file mode 100644
index 000000000000..fc41830ab7c0
--- /dev/null
+++ b/net-ftp/ftpcube/ftpcube-0.4.3-r1.ebuild
@@ -0,0 +1,35 @@
+# 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-r1.ebuild,v 1.1 2004/01/12 20:53:26 pythonhead Exp $
+
+IUSE=""
+
+inherit distutils virtualx
+
+S="${WORKDIR}/${P}"
+DESCRIPTION="Graphical FTP client using wxPython"
+SRC_URI="mirror://sourceforge/ftpcube/${P}.tar.gz"
+HOMEPAGE="http://ftpcube.sourceforge.net/"
+DEPEND="virtual/python
+ >=dev-python/wxPython-2.4.0.2"
+
+SLOT="0"
+LICENSE="Artistic"
+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() {
+ export maketype=distutils_src_compile
+ virtualmake
+}
+
+src_install() {
+ export maketype=distutils_src_install
+ virtualmake
+}
diff --git a/net-ftp/ftpcube/ftpcube-0.4.3.ebuild b/net-ftp/ftpcube/ftpcube-0.4.3.ebuild
index e464168027ba..3445588fd339 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-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2003 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.4 2004/01/12 20:39:34 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.3.ebuild,v 1.5 2004/01/12 20:53:26 pythonhead Exp $
IUSE=""
@@ -20,8 +20,6 @@ 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() {