diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qtorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/qtorrent/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/qtorrent/files/digest-qtorrent-0.9.6.1 | 1 | ||||
-rw-r--r-- | net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild | 18 |
4 files changed, 28 insertions, 2 deletions
diff --git a/net-p2p/qtorrent/ChangeLog b/net-p2p/qtorrent/ChangeLog index 740f05584409..340d2d64fd2a 100644 --- a/net-p2p/qtorrent/ChangeLog +++ b/net-p2p/qtorrent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/qtorrent # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtorrent/ChangeLog,v 1.2 2004/03/17 22:49:03 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtorrent/ChangeLog,v 1.3 2004/03/25 13:50:47 aliz Exp $ + +*qtorrent-0.9.6.1 (25 Mar 2004) + + 25 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> qtorrent-0.9.6.1.ebuild: + Version bump. 17 Mar 2004; David Holm <dholm@gentoo.org> qtorrent-0.9.5.ebuild: Added to ~ppc. diff --git a/net-p2p/qtorrent/Manifest b/net-p2p/qtorrent/Manifest index b15227681b19..c00171b1728c 100644 --- a/net-p2p/qtorrent/Manifest +++ b/net-p2p/qtorrent/Manifest @@ -1,4 +1,6 @@ +MD5 904a1b7da1e084bb174b7f906e6b0b32 qtorrent-0.9.5.ebuild 558 MD5 a76946c119c247c9b50ee660c4c76737 ChangeLog 420 MD5 37236013e0d26d43c6bff35a8a48e8ec metadata.xml 220 -MD5 904a1b7da1e084bb174b7f906e6b0b32 qtorrent-0.9.5.ebuild 558 +MD5 904a1b7da1e084bb174b7f906e6b0b32 qtorrent-0.9.6.1.ebuild 558 +MD5 18ad596962b6be7d9041f6f896a9ab36 files/digest-qtorrent-0.9.6.1 68 MD5 998185a0741756afc893e0074882eacb files/digest-qtorrent-0.9.5 66 diff --git a/net-p2p/qtorrent/files/digest-qtorrent-0.9.6.1 b/net-p2p/qtorrent/files/digest-qtorrent-0.9.6.1 new file mode 100644 index 000000000000..1b2bc5e86e92 --- /dev/null +++ b/net-p2p/qtorrent/files/digest-qtorrent-0.9.6.1 @@ -0,0 +1 @@ +MD5 ee6164fb26e0400f6083516f59ea77a3 qtorrent-0.9.6.1.tar.bz2 81097 diff --git a/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild b/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild new file mode 100644 index 000000000000..d5de597087c6 --- /dev/null +++ b/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild,v 1.1 2004/03/25 13:50:47 aliz Exp $ + +DESCRIPTION="QTorrent is a PyQt GUI for BitTorrent." +HOMEPAGE="http://thegraveyard.org/qtorrent.php" +SRC_URI="http://thegraveyard.org/files/${P}.tar.bz2" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc" +IUSE="" +DEPEND="dev-python/PyQt" +#RDEPEND="" +S=${WORKDIR}/${P} + +src_install() { + python setup.py install --prefix=${D}/usr +} |