summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2007-03-12 13:38:31 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2007-03-12 13:38:31 +0000
commite26ff1f17ef468f88e12ddb5d0963c5505059ed4 (patch)
treecdc5c71f542120f3ce36ab71ec3208ff96eeaee5 /net-ftp/ftpcube
parentReplacing einfo with elog (diff)
downloadgentoo-2-e26ff1f17ef468f88e12ddb5d0963c5505059ed4.tar.gz
gentoo-2-e26ff1f17ef468f88e12ddb5d0963c5505059ed4.tar.bz2
gentoo-2-e26ff1f17ef468f88e12ddb5d0963c5505059ed4.zip
Stable on sparc wrt #146076 and cleanup old
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-ftp/ftpcube')
-rw-r--r--net-ftp/ftpcube/ChangeLog7
-rw-r--r--net-ftp/ftpcube/files/digest-ftpcube-0.4.3-r13
-rw-r--r--net-ftp/ftpcube/files/ftpcube-0.4.3-gentoo.patch19
-rw-r--r--net-ftp/ftpcube/ftpcube-0.4.3-r1.ebuild34
-rw-r--r--net-ftp/ftpcube/ftpcube-0.5.1.ebuild4
5 files changed, 8 insertions, 59 deletions
diff --git a/net-ftp/ftpcube/ChangeLog b/net-ftp/ftpcube/ChangeLog
index 564a8d198b50..f56d226fc146 100644
--- a/net-ftp/ftpcube/ChangeLog
+++ b/net-ftp/ftpcube/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-ftp/ftpcube
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.34 2007/02/24 18:26:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.35 2007/03/12 13:38:31 gustavoz Exp $
+
+ 12 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org>
+ -files/ftpcube-0.4.3-gentoo.patch, -ftpcube-0.4.3-r1.ebuild,
+ ftpcube-0.5.1.ebuild:
+ Stable on sparc wrt #146076 and cleanup old
24 Feb 2007; Raúl Porcel <armin76@gentoo.org> ftpcube-0.5.1.ebuild:
x86 stable wrt bug 146076
diff --git a/net-ftp/ftpcube/files/digest-ftpcube-0.4.3-r1 b/net-ftp/ftpcube/files/digest-ftpcube-0.4.3-r1
deleted file mode 100644
index a1b2294b7ca5..000000000000
--- a/net-ftp/ftpcube/files/digest-ftpcube-0.4.3-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 574d207377a24caf6315866d52326672 ftpcube-0.4.3.tar.gz 89620
-RMD160 43e622678da93af1e72d7a3414b6e24743b39b6b ftpcube-0.4.3.tar.gz 89620
-SHA256 21dbe8f032743ae3363f81a3cef1f468be027415e3dc5d873b6b2101987c450a 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
deleted file mode 100644
index 3bc90bbdc673..000000000000
--- a/net-ftp/ftpcube/files/ftpcube-0.4.3-gentoo.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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-r1.ebuild b/net-ftp/ftpcube/ftpcube-0.4.3-r1.ebuild
deleted file mode 100644
index db228965920e..000000000000
--- a/net-ftp/ftpcube/ftpcube-0.4.3-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2005 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.9 2005/07/26 12:59:32 dholm Exp $
-
-IUSE=""
-
-inherit distutils virtualx eutils
-
-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.5.1.3"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="~amd64 ~ppc sparc x86"
-
-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.5.1.ebuild b/net-ftp/ftpcube/ftpcube-0.5.1.ebuild
index cb5d528d5a3d..19e4f264a487 100644
--- a/net-ftp/ftpcube/ftpcube-0.5.1.ebuild
+++ b/net-ftp/ftpcube/ftpcube-0.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.5.1.ebuild,v 1.3 2007/02/24 18:26:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.5.1.ebuild,v 1.4 2007/03/12 13:38:31 gustavoz Exp $
inherit distutils
@@ -9,7 +9,7 @@ DESCRIPTION="Graphical FTP client using wxPython"
SRC_URI="mirror://sourceforge/ftpcube/${MY_P}.tar.gz"
HOMEPAGE="http://ftpcube.sourceforge.net/"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="~amd64 ~ppc sparc x86"
SLOT="0"
LICENSE="Artistic"
IUSE="sftp"