summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-04-30 12:14:00 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-04-30 12:14:00 +0000
commit365e84e15de72997ac8ec0567971d2292e74f52c (patch)
treec390b17ca8f6a4dbf8fe62d4ca815dd663642244 /net-ftp/ftpcube
parentcleanups and version bump. (diff)
downloadhistorical-365e84e15de72997ac8ec0567971d2292e74f52c.tar.gz
historical-365e84e15de72997ac8ec0567971d2292e74f52c.tar.bz2
historical-365e84e15de72997ac8ec0567971d2292e74f52c.zip
version bump
Diffstat (limited to 'net-ftp/ftpcube')
-rw-r--r--net-ftp/ftpcube/ChangeLog8
-rw-r--r--net-ftp/ftpcube/Manifest12
-rw-r--r--net-ftp/ftpcube/files/digest-ftpcube-0.4.31
-rw-r--r--net-ftp/ftpcube/files/ftpcube-0.4.3-gentoo.patch19
-rw-r--r--net-ftp/ftpcube/ftpcube-0.4.3.ebuild23
5 files changed, 62 insertions, 1 deletions
diff --git a/net-ftp/ftpcube/ChangeLog b/net-ftp/ftpcube/ChangeLog
index 2f4e8a46135c..411b552da6b1 100644
--- a/net-ftp/ftpcube/ChangeLog
+++ b/net-ftp/ftpcube/ChangeLog
@@ -1,6 +1,12 @@
# 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.12 2003/04/02 21:36:11 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.13 2003/04/30 12:13:52 liquidx Exp $
+
+*ftpcube-0.4.3 (30 Apr 2003)
+
+ 30 Apr 2003; Alastair Tse <liquidx@gentoo.org> ftpcube-0.4.3.ebuild,
+ files/ftpcube-0.4.3-gentoo.patch:
+ version bump. this version fixes handling >2GB files
*ftpcube-0.4.2 (02 Apr 2003)
diff --git a/net-ftp/ftpcube/Manifest b/net-ftp/ftpcube/Manifest
new file mode 100644
index 000000000000..c63c6f338a9a
--- /dev/null
+++ b/net-ftp/ftpcube/Manifest
@@ -0,0 +1,12 @@
+MD5 79de823163fff85bda8e2377d51c9b21 ChangeLog 2158
+MD5 68666a34fd059a6eab732c5013bd9b5c ftpcube-0.4.2.ebuild 619
+MD5 19e654082f0b2afe97de0e7b8b2aefa5 ftpcube-0.4.3.ebuild 619
+MD5 b270e455be656571d477733646d703bc ftpcube-0.4.0.ebuild 1227
+MD5 2bd36c3f0ad43b324556da5d69a7a5d7 ftpcube-0.4.1.ebuild 603
+MD5 9313a79ec3125eb37447dbd470da91a3 files/ftpcube-0.4.2-gentoo.patch 671
+MD5 41e13b5796ec14b4fe4e0ccd5e673cbb files/digest-ftpcube-0.4.2 64
+MD5 7079a631b21e0062dd4165700c576faa files/digest-ftpcube-0.4.0 65
+MD5 eb463bd12dd2c50034c479c3402840e1 files/ftpcube-0.4.1-gentoo.patch 908
+MD5 ebef9679bd2ec43a5346896f94a63695 files/digest-ftpcube-0.4.1 64
+MD5 bb053817ff0a370e66b8f7ea8d45a65c files/ftpcube-0.4.3-gentoo.patch 671
+MD5 89da900faac5676e15f13882dfb5693d files/digest-ftpcube-0.4.3 64
diff --git a/net-ftp/ftpcube/files/digest-ftpcube-0.4.3 b/net-ftp/ftpcube/files/digest-ftpcube-0.4.3
new file mode 100644
index 000000000000..c42bc30b4b00
--- /dev/null
+++ b/net-ftp/ftpcube/files/digest-ftpcube-0.4.3
@@ -0,0 +1 @@
+MD5 574d207377a24caf6315866d52326672 ftpcube-0.4.3.tar.gz 89620
diff --git a/net-ftp/ftpcube/files/ftpcube-0.4.3-gentoo.patch b/net-ftp/ftpcube/files/ftpcube-0.4.3-gentoo.patch
new file mode 100644
index 000000000000..3bc90bbdc673
--- /dev/null
+++ b/net-ftp/ftpcube/files/ftpcube-0.4.3-gentoo.patch
@@ -0,0 +1,19 @@
+--- ftpcube-0.4.3/setup.py 2003-03-29 07:39:17.000000000 +0000
++++ ftpcube-0.4.3-chuck/setup.py 2003-04-01 22:14:48.000000000 +0000
+@@ -43,7 +43,7 @@
+ _packages = [ 'libftpcube', 'libftpcube/archtypes', 'libftpcube/icons' ]
+ try:
+ from libftpcube import wxPyColourChooser
+- _packages.append ('libftpcube/wxPyColourChooser')
++# _packages.append ('libftpcube/wxPyColourChooser')
+ except:
+ pass
+
+--- ftpcube-0.4.3/setup.cfg 2002-11-16 04:51:05.000000000 +0000
++++ ftpcube-0.4.3-chuck/setup.cfg 2003-04-01 22:10:49.000000000 +0000
+@@ -1,3 +1,3 @@
+ [install]
+-install_data=/usr/local/share
+-install_scripts=/usr/local/bin
++install_data=/usr/share
++install_scripts=/usr/bin
diff --git a/net-ftp/ftpcube/ftpcube-0.4.3.ebuild b/net-ftp/ftpcube/ftpcube-0.4.3.ebuild
new file mode 100644
index 000000000000..b5b57cf2c4bc
--- /dev/null
+++ b/net-ftp/ftpcube/ftpcube-0.4.3.ebuild
@@ -0,0 +1,23 @@
+# 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.1 2003/04/30 12:13:52 liquidx Exp $
+
+IUSE=""
+
+inherit distutils
+
+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"
+}