summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-04-21 12:04:07 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-04-21 12:04:07 +0000
commit21dc329bc3bd757e4a38ae368c3f12c2b8811e49 (patch)
tree2de8e8f40129a08908d6dfdb959ddfbc2045942c /net-p2p
parentVersion bump. (Manifest recommit) (diff)
downloadgentoo-2-21dc329bc3bd757e4a38ae368c3f12c2b8811e49.tar.gz
gentoo-2-21dc329bc3bd757e4a38ae368c3f12c2b8811e49.tar.bz2
gentoo-2-21dc329bc3bd757e4a38ae368c3f12c2b8811e49.zip
Unmask.
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qtorrent/ChangeLog6
-rw-r--r--net-p2p/qtorrent/qtorrent-0.9.5.ebuild5
-rw-r--r--net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild3
3 files changed, 8 insertions, 6 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/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