summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-07-03 12:13:43 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-07-03 12:13:43 +0000
commitfc2b6172b498dc21438ba0a1d572d5bb5d1ba7af (patch)
tree7ba84afef2b8aaaa1116d411064f5d3f885c4603 /net-ftp/ftpcube
parentStable on x86. (diff)
downloadhistorical-fc2b6172b498dc21438ba0a1d572d5bb5d1ba7af.tar.gz
historical-fc2b6172b498dc21438ba0a1d572d5bb5d1ba7af.tar.bz2
historical-fc2b6172b498dc21438ba0a1d572d5bb5d1ba7af.zip
Change wxPython to wxpython.
Diffstat (limited to 'net-ftp/ftpcube')
-rw-r--r--net-ftp/ftpcube/ChangeLog7
-rw-r--r--net-ftp/ftpcube/Manifest12
-rw-r--r--net-ftp/ftpcube/ftpcube-0.4.0.ebuild4
-rw-r--r--net-ftp/ftpcube/ftpcube-0.4.1.ebuild4
-rw-r--r--net-ftp/ftpcube/ftpcube-0.4.2.ebuild4
-rw-r--r--net-ftp/ftpcube/ftpcube-0.4.3-r1.ebuild4
-rw-r--r--net-ftp/ftpcube/ftpcube-0.4.3.ebuild4
7 files changed, 22 insertions, 17 deletions
diff --git a/net-ftp/ftpcube/ChangeLog b/net-ftp/ftpcube/ChangeLog
index 04676349c5c7..f2a05f1d562f 100644
--- a/net-ftp/ftpcube/ChangeLog
+++ b/net-ftp/ftpcube/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-ftp/ftpcube
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.24 2004/06/24 22:45:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.25 2004/07/03 12:13:43 kloeri Exp $
+
+ 03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> ftpcube-0.4.0.ebuild,
+ ftpcube-0.4.1.ebuild, ftpcube-0.4.2.ebuild, ftpcube-0.4.3-r1.ebuild,
+ ftpcube-0.4.3.ebuild:
+ Change wxPython to wxpython.
19 Jun 2004; Jason Wever <weeve@gentoo.org> ftpcube-0.4.3-r1.ebuild:
Stable on sparc.
diff --git a/net-ftp/ftpcube/Manifest b/net-ftp/ftpcube/Manifest
index ebc8eb7516e9..131c066d38e6 100644
--- a/net-ftp/ftpcube/Manifest
+++ b/net-ftp/ftpcube/Manifest
@@ -1,9 +1,9 @@
-MD5 d442d1ddeb109dcd06180cb8b9b83dd4 ftpcube-0.4.3.ebuild 748
-MD5 c1a8d6a53ed33b15579e256b35a0d805 ftpcube-0.4.3-r1.ebuild 866
-MD5 f8ecdcf46f12634e807f9d6739455b4d ftpcube-0.4.0.ebuild 1208
-MD5 899448df593d58e5b3756a5978d27a7e ftpcube-0.4.2.ebuild 597
-MD5 f3b16bc6629dac593800675010a4b53f ftpcube-0.4.1.ebuild 581
-MD5 624272a7dc28ee2a758276d17c0daeb1 ChangeLog 3241
+MD5 3c9474d62674ba393c473e354420b7fd ftpcube-0.4.3.ebuild 746
+MD5 a739abe8b9cc8e4bb1f2d6d2b3fa4034 ftpcube-0.4.3-r1.ebuild 864
+MD5 cc2c5248616eaf6174c7427ca0e52081 ftpcube-0.4.0.ebuild 1206
+MD5 93d510e8d6b73011362c8787e1e1d10d ftpcube-0.4.2.ebuild 595
+MD5 7718b78dfb3c404fbdfa10d6aca8d4ff ftpcube-0.4.1.ebuild 579
+MD5 af8f347901ace5675c22f54c8742bf05 ChangeLog 3440
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.0.ebuild b/net-ftp/ftpcube/ftpcube-0.4.0.ebuild
index 955286cdb9f7..b9f5edb546c0 100644
--- a/net-ftp/ftpcube/ftpcube-0.4.0.ebuild
+++ b/net-ftp/ftpcube/ftpcube-0.4.0.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.0.ebuild,v 1.7 2004/06/24 22:45:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.0.ebuild,v 1.8 2004/07/03 12:13:43 kloeri Exp $
DESCRIPTION="Graphic ftp client written in python and gtk"
SRC_URI="mirror://sourceforge/ftpcube/${P}.tar.gz"
HOMEPAGE="http://ftpcube.sourceforge.net/"
-DEPEND="dev-python/wxPython"
+DEPEND="dev-python/wxpython"
SLOT="0"
LICENSE="Artistic"
diff --git a/net-ftp/ftpcube/ftpcube-0.4.1.ebuild b/net-ftp/ftpcube/ftpcube-0.4.1.ebuild
index c8394272dd03..d50e7764270e 100644
--- a/net-ftp/ftpcube/ftpcube-0.4.1.ebuild
+++ b/net-ftp/ftpcube/ftpcube-0.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.1.ebuild,v 1.5 2004/06/24 22:45:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.1.ebuild,v 1.6 2004/07/03 12:13:43 kloeri Exp $
IUSE=""
@@ -9,7 +9,7 @@ inherit distutils eutils
DESCRIPTION="Graphical FTP client using wxPython"
SRC_URI="mirror://sourceforge/ftpcube/${P}.tar.gz"
HOMEPAGE="http://ftpcube.sourceforge.net/"
-DEPEND=">=dev-python/wxPython-2.4.0.2"
+DEPEND=">=dev-python/wxpython-2.4.0.2"
SLOT="0"
LICENSE="Artistic"
diff --git a/net-ftp/ftpcube/ftpcube-0.4.2.ebuild b/net-ftp/ftpcube/ftpcube-0.4.2.ebuild
index 50ad0206666c..7ae0efd5550c 100644
--- a/net-ftp/ftpcube/ftpcube-0.4.2.ebuild
+++ b/net-ftp/ftpcube/ftpcube-0.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.2.ebuild,v 1.5 2004/06/24 22:45:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.2.ebuild,v 1.6 2004/07/03 12:13:43 kloeri Exp $
IUSE=""
@@ -10,7 +10,7 @@ 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"
+ >=dev-python/wxpython-2.4.0.2"
SLOT="0"
LICENSE="Artistic"
diff --git a/net-ftp/ftpcube/ftpcube-0.4.3-r1.ebuild b/net-ftp/ftpcube/ftpcube-0.4.3-r1.ebuild
index 99d6925f3355..d07b4145bbed 100644
--- a/net-ftp/ftpcube/ftpcube-0.4.3-r1.ebuild
+++ b/net-ftp/ftpcube/ftpcube-0.4.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# 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.5 2004/06/24 22:45:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.3-r1.ebuild,v 1.6 2004/07/03 12:13:43 kloeri Exp $
IUSE=""
@@ -10,7 +10,7 @@ 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"
+ >=dev-python/wxpython-2.4.0.2"
SLOT="0"
LICENSE="Artistic"
diff --git a/net-ftp/ftpcube/ftpcube-0.4.3.ebuild b/net-ftp/ftpcube/ftpcube-0.4.3.ebuild
index 232462108cd0..9f65e9ab8fd8 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 Foundation
# 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.8 2004/06/24 22:45:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.3.ebuild,v 1.9 2004/07/03 12:13:43 kloeri Exp $
IUSE=""
@@ -10,7 +10,7 @@ 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"
+ >=dev-python/wxpython-2.4.0.2"
SLOT="0"
LICENSE="Artistic"