From 21dc329bc3bd757e4a38ae368c3f12c2b8811e49 Mon Sep 17 00:00:00 2001 From: Daniel Ahlberg Date: Wed, 21 Apr 2004 12:04:07 +0000 Subject: Unmask. --- net-p2p/qtorrent/ChangeLog | 6 +++++- net-p2p/qtorrent/qtorrent-0.9.5.ebuild | 5 ++--- net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild | 3 +-- 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'net-p2p') 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 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/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 -- cgit v1.2.3-65-gdbad