diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-13 13:45:48 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-13 13:45:48 +0000 |
commit | ee3d03360f6ef80a10b5fad2687c92270fa66945 (patch) | |
tree | 6742022ca05d0343edeb0049602862424f587714 /net-p2p/qtorrent | |
parent | Keyworded ~sparc wrt #172789 (diff) | |
download | gentoo-2-ee3d03360f6ef80a10b5fad2687c92270fa66945.tar.gz gentoo-2-ee3d03360f6ef80a10b5fad2687c92270fa66945.tar.bz2 gentoo-2-ee3d03360f6ef80a10b5fad2687c92270fa66945.zip |
old
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-p2p/qtorrent')
-rw-r--r-- | net-p2p/qtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/qtorrent/files/digest-qtorrent-0.9.6.1 | 3 | ||||
-rw-r--r-- | net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild | 17 |
3 files changed, 4 insertions, 21 deletions
diff --git a/net-p2p/qtorrent/ChangeLog b/net-p2p/qtorrent/ChangeLog index 5195bcd81e57..e184c73bdb02 100644 --- a/net-p2p/qtorrent/ChangeLog +++ b/net-p2p/qtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/qtorrent # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtorrent/ChangeLog,v 1.16 2007/04/12 23:01:27 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtorrent/ChangeLog,v 1.17 2007/04/13 13:45:48 armin76 Exp $ + + 13 Apr 2007; Raúl Porcel <armin76@gentoo.org> -qtorrent-0.9.6.1.ebuild: + old 12 Apr 2007; Christian Faulhammer <opfer@gentoo.org> qtorrent-0.9.6.1-r2.ebuild: diff --git a/net-p2p/qtorrent/files/digest-qtorrent-0.9.6.1 b/net-p2p/qtorrent/files/digest-qtorrent-0.9.6.1 deleted file mode 100644 index cd4344b2b600..000000000000 --- a/net-p2p/qtorrent/files/digest-qtorrent-0.9.6.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ee6164fb26e0400f6083516f59ea77a3 qtorrent-0.9.6.1.tar.bz2 81097 -RMD160 5785f72ee2c85ce860fcf7732730fef42d42814c qtorrent-0.9.6.1.tar.bz2 81097 -SHA256 516be398d66acb326ddd22c21f6c37c17a239135da6896503840cc2dc20752d3 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 deleted file mode 100644 index 48f11ffa0029..000000000000 --- a/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.7 2005/02/22 21:03:13 carlo 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 sparc" -IUSE="" -DEPEND="dev-python/PyQt" -#RDEPEND="" - -src_install() { - python setup.py install --prefix=${D}/usr -} |