diff options
Diffstat (limited to 'net-p2p/qtorrent')
-rw-r--r-- | net-p2p/qtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/qtorrent/Manifest | 6 | ||||
-rw-r--r-- | net-p2p/qtorrent/qtorrent-0.9.5.ebuild | 5 | ||||
-rw-r--r-- | net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild | 3 |
4 files changed, 11 insertions, 9 deletions
diff --git a/net-p2p/qtorrent/ChangeLog b/net-p2p/qtorrent/ChangeLog index 340d2d64fd2a..a48fdc98cde7 100644 --- a/net-p2p/qtorrent/ChangeLog +++ b/net-p2p/qtorrent/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2004/03/25 13:50:47 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtorrent/ChangeLog,v 1.4 2004/04/21 12:04:07 aliz Exp $ + + 21 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> qtorrent-0.9.5.ebuild, + qtorrent-0.9.6.1.ebuild: + Removed S=, unmask on amd64 and x86. *qtorrent-0.9.6.1 (25 Mar 2004) diff --git a/net-p2p/qtorrent/Manifest b/net-p2p/qtorrent/Manifest index b56341e1a361..fd052bee98d7 100644 --- a/net-p2p/qtorrent/Manifest +++ b/net-p2p/qtorrent/Manifest @@ -1,6 +1,6 @@ -MD5 904a1b7da1e084bb174b7f906e6b0b32 qtorrent-0.9.5.ebuild 558 -MD5 9eaae6c5de39b10d7f523c715333177b ChangeLog 542 +MD5 c15ab3a5b2bd022862d1fcc62877be1f qtorrent-0.9.5.ebuild 537 +MD5 24512d9d9a8e72849e890cc460cbd747 ChangeLog 680 MD5 37236013e0d26d43c6bff35a8a48e8ec metadata.xml 220 -MD5 1e62c960057cce418bbff0b81e215ef3 qtorrent-0.9.6.1.ebuild 560 +MD5 b06a7d23afb85e70730341cdb3cdcfca qtorrent-0.9.6.1.ebuild 542 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/qtorrent-0.9.5.ebuild b/net-p2p/qtorrent/qtorrent-0.9.5.ebuild index ce81552ed97c..4d0afe6ef052 100644 --- a/net-p2p/qtorrent/qtorrent-0.9.5.ebuild +++ b/net-p2p/qtorrent/qtorrent-0.9.5.ebuild @@ -1,16 +1,15 @@ # 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.5.ebuild,v 1.2 2004/03/17 22:49:03 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtorrent/qtorrent-0.9.5.ebuild,v 1.3 2004/04/21 12:04:07 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" +KEYWORDS="x86 amd64 ~ppc" IUSE="" DEPEND="dev-python/PyQt" #RDEPEND="" -S=${WORKDIR}/${P} src_install() { python setup.py install --prefix=${D}/usr diff --git a/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild b/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild index d5de597087c6..5ed1df54bcb0 100644 --- a/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild +++ b/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild,v 1.2 2004/04/21 12:04:07 aliz Exp $ DESCRIPTION="QTorrent is a PyQt GUI for BitTorrent." HOMEPAGE="http://thegraveyard.org/qtorrent.php" @@ -11,7 +11,6 @@ KEYWORDS="~x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-python/PyQt" #RDEPEND="" -S=${WORKDIR}/${P} src_install() { python setup.py install --prefix=${D}/usr |