diff options
author | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2002-06-13 15:32:29 +0000 |
---|---|---|
committer | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2002-06-13 15:32:29 +0000 |
commit | 61696dda39e8d1f54b81c9d7aa79ba33d5b3da28 (patch) | |
tree | 4f01bc0fb0f2d3e7ac301d6cffc41e28ad0ae1af /net-ftp/ftpcube | |
parent | added mask (diff) | |
download | gentoo-2-61696dda39e8d1f54b81c9d7aa79ba33d5b3da28.tar.gz gentoo-2-61696dda39e8d1f54b81c9d7aa79ba33d5b3da28.tar.bz2 gentoo-2-61696dda39e8d1f54b81c9d7aa79ba33d5b3da28.zip |
new version
Diffstat (limited to 'net-ftp/ftpcube')
-rw-r--r-- | net-ftp/ftpcube/Changelog | 9 | ||||
-rw-r--r-- | net-ftp/ftpcube/files/digest-ftpcube-0.3.2 | 1 | ||||
-rw-r--r-- | net-ftp/ftpcube/files/setup.cfg.patch | 3 | ||||
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.3.1.ebuild | 7 | ||||
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.3.2.ebuild | 32 |
5 files changed, 39 insertions, 13 deletions
diff --git a/net-ftp/ftpcube/Changelog b/net-ftp/ftpcube/Changelog deleted file mode 100644 index fe19c55b71ad..000000000000 --- a/net-ftp/ftpcube/Changelog +++ /dev/null @@ -1,9 +0,0 @@ -# ChangeLog for net-ftp/ftpcube -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# Author: José Alberto Suárez López <bass@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/Changelog,v 1.1 2002/05/28 00:04:31 bass Exp $ - -*ftpcube-0.3.1 (28 May 2002) - - 28 May 2002; J.Alberto S.L. <bass@gentoo.org> ftpcube-0.3.1.ebuild: - First relase. diff --git a/net-ftp/ftpcube/files/digest-ftpcube-0.3.2 b/net-ftp/ftpcube/files/digest-ftpcube-0.3.2 new file mode 100644 index 000000000000..dfbbf655c9ba --- /dev/null +++ b/net-ftp/ftpcube/files/digest-ftpcube-0.3.2 @@ -0,0 +1 @@ +MD5 0786b2466030dc4f63e9619d5b7c0566 ftpcube-0.3.2.tar.gz 82407 diff --git a/net-ftp/ftpcube/files/setup.cfg.patch b/net-ftp/ftpcube/files/setup.cfg.patch index 880fa564ddd9..69eedf41dd2c 100644 --- a/net-ftp/ftpcube/files/setup.cfg.patch +++ b/net-ftp/ftpcube/files/setup.cfg.patch @@ -1,4 +1,5 @@ -+++ setup.cfg.new 2002-05-28 01:47:29.000000000 +0200 +--- setup.cfg 2001-11-29 19:49:30.000000000 +0100 ++++ patch 2002-06-12 19:30:03.000000000 +0200 @@ -1,3 +1,3 @@ [install] -install_data=/usr/local/share/ftpcube diff --git a/net-ftp/ftpcube/ftpcube-0.3.1.ebuild b/net-ftp/ftpcube/ftpcube-0.3.1.ebuild index b7839dba9265..7ecfec11eea3 100644 --- a/net-ftp/ftpcube/ftpcube-0.3.1.ebuild +++ b/net-ftp/ftpcube/ftpcube-0.3.1.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.1.ebuild,v 1.1 2002/05/28 00:04:31 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.3.1.ebuild,v 1.2 2002/06/13 15:32:29 bass Exp $ S=${WORKDIR}/${P} DESCRIPTION="A graphical FTP client written in Python with GTK bindings." @@ -12,8 +12,8 @@ RDEPEND="${DEPEND}" SLOT="0" src_unpack() { - unpack ftpcube-0.3.1.tar.gz - cd ${WORKDIR}/ftpcube-0.3.1 + unpack ${P}.tar.gz + cd ${WORKDIR}/${P} patch setup.cfg < ${FILESDIR}/setup.cfg.patch || die "config patch failed" } @@ -23,5 +23,6 @@ src_compile() { src_install () { python setup.py install || die "install failed" + dodoc CHANGELOG README } diff --git a/net-ftp/ftpcube/ftpcube-0.3.2.ebuild b/net-ftp/ftpcube/ftpcube-0.3.2.ebuild new file mode 100644 index 000000000000..4aeb303dfaf3 --- /dev/null +++ b/net-ftp/ftpcube/ftpcube-0.3.2.ebuild @@ -0,0 +1,32 @@ +# 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.ebuild,v 1.1 2002/06/13 15:32:29 bass Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A graphical FTP client written in Python with GTK bindings." +SRC_URI="http://unc.dl.sourceforge.net/sourceforge/ftpcube/${P}.tar.gz" +HOMEPAGE="http://ftpcube.sourceforge.net/" +LICENSE="Artistic" +DEPEND="dev-python/pygtk" +RDEPEND="${DEPEND}" +SLOT="0" + +src_unpack() { + unpack ${P}.tar.gz + cd ${WORKDIR}/${P} + patch setup.cfg < ${FILESDIR}/setup.cfg.patch || die "config patch failed" +} + +src_compile() { + python setup.py build || die "make failed" +} + +src_install () { + python setup.py install || die "install failed" +# dobin build/scripts-2.2/ftpcube +# dodir /usr/share/ftpcube/lib/libftpcube +# insinto /usr/share/ftpcube/lib/libftpcube +# doins build/lib/libftpcube/* + dodoc CHANGELOG README +} + |