diff options
author | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:33:12 +0000 |
---|---|---|
committer | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:33:12 +0000 |
commit | bbcba80a73b573a26a55d3ce7fde32e3d97c7bc7 (patch) | |
tree | 6d47c590a3747f062fcd5d41658f771a3823ed4f /net-ftp/ftpcube | |
parent | 12-08-02 Keyword change remove sparc64 Rodney Rees manson@gentoo.org (diff) | |
download | historical-bbcba80a73b573a26a55d3ce7fde32e3d97c7bc7.tar.gz historical-bbcba80a73b573a26a55d3ce7fde32e3d97c7bc7.tar.bz2 historical-bbcba80a73b573a26a55d3ce7fde32e3d97c7bc7.zip |
12-08-02 Keyword change remove sparc64 Rodney Rees manson@gentoo.org
Diffstat (limited to 'net-ftp/ftpcube')
-rw-r--r-- | net-ftp/ftpcube/ChangeLog | 3 | ||||
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.3.3.ebuild | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/net-ftp/ftpcube/ChangeLog b/net-ftp/ftpcube/ChangeLog index c33c3a465c10..480ce42c7954 100644 --- a/net-ftp/ftpcube/ChangeLog +++ b/net-ftp/ftpcube/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 # Author: José Alberto Suárez López <bass@gentoo.org> +\* Autoupdate keywords (12-6-02) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + *ftpcube-0.3.3 (20 Aug 2002) 16 Oct 2002; foser <foser@gentoo.org> ftpcube-0.3.3.ebuild : diff --git a/net-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild b/net-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild index 9575adfdc115..499cde0a99b7 100644 --- a/net-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild +++ b/net-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild,v 1.5 2002/10/04 06:04:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild,v 1.6 2002/12/09 04:33:12 manson Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Graphic ftp client written in python and gtk" @@ -10,7 +10,7 @@ DEPEND="<dev-python/pygtk-1.99.0" SLOT="0" LICENSE="Artistic" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc " src_compile() { python setup.py clean || die "clean fails" diff --git a/net-ftp/ftpcube/ftpcube-0.3.3.ebuild b/net-ftp/ftpcube/ftpcube-0.3.3.ebuild index cc7db241e850..0ffcfedcad15 100644 --- a/net-ftp/ftpcube/ftpcube-0.3.3.ebuild +++ b/net-ftp/ftpcube/ftpcube-0.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.3.3.ebuild,v 1.4 2002/10/16 18:12:38 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.3.3.ebuild,v 1.5 2002/12/09 04:33:12 manson Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Graphic ftp client written in python and gtk" @@ -10,7 +10,7 @@ DEPEND="|| ( <dev-python/pygtk-1.99.0 <dev-python/gnome-python-1.99 )" SLOT="0" LICENSE="Artistic" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc " src_compile() { python setup.py clean || die "clean fails" |