diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 09:39:57 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 09:39:57 +0000 |
commit | 2b80b4a7be5cb3de08e31549e8c27636fec05a6f (patch) | |
tree | b86db4ff6e2363fdc06deae526601243bdc95629 /net-ftp/ftpcube | |
parent | repoman'd (diff) | |
download | gentoo-2-2b80b4a7be5cb3de08e31549e8c27636fec05a6f.tar.gz gentoo-2-2b80b4a7be5cb3de08e31549e8c27636fec05a6f.tar.bz2 gentoo-2-2b80b4a7be5cb3de08e31549e8c27636fec05a6f.zip |
repoman'd
Diffstat (limited to 'net-ftp/ftpcube')
-rw-r--r-- | net-ftp/ftpcube/files/digest-ftpcube-0.3.1 | 1 | ||||
-rw-r--r-- | net-ftp/ftpcube/files/digest-ftpcube-0.3.2 | 1 | ||||
-rw-r--r-- | net-ftp/ftpcube/files/digest-ftpcube-0.3.2-r1 | 1 | ||||
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.3.1.ebuild | 28 | ||||
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.3.2-r1.ebuild | 27 | ||||
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild | 8 | ||||
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.3.2.ebuild | 28 |
7 files changed, 5 insertions, 89 deletions
diff --git a/net-ftp/ftpcube/files/digest-ftpcube-0.3.1 b/net-ftp/ftpcube/files/digest-ftpcube-0.3.1 deleted file mode 100644 index bf8873f6cf97..000000000000 --- a/net-ftp/ftpcube/files/digest-ftpcube-0.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e23f1f59a3c65773dfc17e3454cf4fd0 ftpcube-0.3.1.tar.gz 64935 diff --git a/net-ftp/ftpcube/files/digest-ftpcube-0.3.2 b/net-ftp/ftpcube/files/digest-ftpcube-0.3.2 deleted file mode 100644 index dfbbf655c9ba..000000000000 --- a/net-ftp/ftpcube/files/digest-ftpcube-0.3.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 0786b2466030dc4f63e9619d5b7c0566 ftpcube-0.3.2.tar.gz 82407 diff --git a/net-ftp/ftpcube/files/digest-ftpcube-0.3.2-r1 b/net-ftp/ftpcube/files/digest-ftpcube-0.3.2-r1 deleted file mode 100644 index dfbbf655c9ba..000000000000 --- a/net-ftp/ftpcube/files/digest-ftpcube-0.3.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0786b2466030dc4f63e9619d5b7c0566 ftpcube-0.3.2.tar.gz 82407 diff --git a/net-ftp/ftpcube/ftpcube-0.3.1.ebuild b/net-ftp/ftpcube/ftpcube-0.3.1.ebuild deleted file mode 100644 index 7ecfec11eea3..000000000000 --- a/net-ftp/ftpcube/ftpcube-0.3.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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.2 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" - dodoc CHANGELOG README -} - diff --git a/net-ftp/ftpcube/ftpcube-0.3.2-r1.ebuild b/net-ftp/ftpcube/ftpcube-0.3.2-r1.ebuild deleted file mode 100644 index 7f4044f1ce1b..000000000000 --- a/net-ftp/ftpcube/ftpcube-0.3.2-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.3.2-r1.ebuild,v 1.2 2002/06/17 22:38:02 bass Exp $ - -S="${WORKDIR}/${P}" -DESCRIPTION="Graphic ftp client written in python and gtk" -SRC_URI="mirror://sourceforge/ftpcube/${P}.tar.gz" -HOMEPAGE="ftpcube.sf.net" -LICENSE="Artistic" -DEPEND="dev-python/pygtk" -RDEPEND="${DEPEND}" - -src_compile() { - python setup.py clean || die "clean fails" -} - -src_install() { - dobin ftpcube - dodir /usr/lib/python2.2/site-packages/libftpcube - insinto /usr/lib/python2.2/site-packages/libftpcube - doins libftpcube/* - dodir /usr/share/ftpcube/icons - insinto /usr/share/ftpcube/icons - doins icons/* - dosym /usr/share/ftpcube/icons/ftpcube.xpm /usr/share/icons - dodoc CHANGELOG README -} diff --git a/net-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild b/net-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild index 4efc9b9a0314..8359c60e2403 100644 --- a/net-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild +++ b/net-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild,v 1.1 2002/06/22 02:40:35 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.3.2-r2.ebuild,v 1.2 2002/07/17 09:39:57 seemant Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Graphic ftp client written in python and gtk" SRC_URI="mirror://sourceforge/ftpcube/${P}.tar.gz" HOMEPAGE="ftpcube.sf.net" +DEPEND="<dev-python/pygtk-1.99.0" + +SLOT="0" LICENSE="Artistic" -DEPEND="( <dev-python/pygtk-1.99.0 )" -RDEPEND="${DEPEND}" +KEYWORDS="x86" src_compile() { python setup.py clean || die "clean fails" diff --git a/net-ftp/ftpcube/ftpcube-0.3.2.ebuild b/net-ftp/ftpcube/ftpcube-0.3.2.ebuild deleted file mode 100644 index 22b1a91fca92..000000000000 --- a/net-ftp/ftpcube/ftpcube-0.3.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.3.2.ebuild,v 1.2 2002/06/16 23:53:35 bass Exp $ - -S="${WORKDIR}/${P}" -DESCRIPTION="Graphic ftp client written in python and gtk" -SRC_URI="mirror://sourceforge/ftpcube/${P}.tar.gz" -HOMEPAGE="ftpcube.sf.net" -LICENSE="Artistic" -DEPEND="dev-python/pygtk" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack "${P}.tar.gz" - cd "${S}" - patch setup.cfg < ${FILESDIR}/setup.cfg.patch || die "patch failed" -} - -src_compile() { - python setup.py clean || die "clean fails" - python setup.py build || die "build failled" -} - -src_install() { - python setup.py install || die "install failled" - dosym /usr/share/ftpcube/icons/ftpcube.xpm /usr/share/icons - dodoc CHANGELOG COPYING PKG-INFO README -} |