diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-02-16 13:15:44 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-02-16 13:15:44 +0000 |
commit | aecff6837d6dd0b25b23adcd341877f990eb5fb5 (patch) | |
tree | 30fd7d56f0ae1407dd35e7831a4163fa441cc49d /net-p2p | |
parent | Removing gstreamer from USE masking as it works with very basic testing on fbsd (diff) | |
download | gentoo-2-aecff6837d6dd0b25b23adcd341877f990eb5fb5.tar.gz gentoo-2-aecff6837d6dd0b25b23adcd341877f990eb5fb5.tar.bz2 gentoo-2-aecff6837d6dd0b25b23adcd341877f990eb5fb5.zip |
x86 stable wrt bug 167198
(Portage version: 2.1.2-r9)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qtorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/qtorrent/files/digest-qtorrent-0.9.5 | 2 | ||||
-rw-r--r-- | net-p2p/qtorrent/qtorrent-0.9.6.1-r2.ebuild | 6 |
3 files changed, 10 insertions, 5 deletions
diff --git a/net-p2p/qtorrent/ChangeLog b/net-p2p/qtorrent/ChangeLog index f8203f63516e..296823de32ae 100644 --- a/net-p2p/qtorrent/ChangeLog +++ b/net-p2p/qtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/qtorrent -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtorrent/ChangeLog,v 1.12 2006/02/25 11:57:02 lucass Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtorrent/ChangeLog,v 1.13 2007/02/16 13:15:44 armin76 Exp $ + + 16 Feb 2007; Raúl Porcel <armin76@gentoo.org> qtorrent-0.9.6.1-r2.ebuild: + x86 stable wrt bug 167198 *qtorrent-0.9.6.1-r2 (25 Feb 2006) diff --git a/net-p2p/qtorrent/files/digest-qtorrent-0.9.5 b/net-p2p/qtorrent/files/digest-qtorrent-0.9.5 index 79a7030640b3..83481b9ee1ed 100644 --- a/net-p2p/qtorrent/files/digest-qtorrent-0.9.5 +++ b/net-p2p/qtorrent/files/digest-qtorrent-0.9.5 @@ -1 +1,3 @@ MD5 5249c19a5d1bfec48bfb3f983a73818a qtorrent-0.9.5.tar.bz2 73698 +RMD160 f483cfeb2640b51a6184a38834a9e7f878447900 qtorrent-0.9.5.tar.bz2 73698 +SHA256 68b30cb719bb34b5e5026d2d1926aa03a03d77b295a596a5d9efaed0704be063 qtorrent-0.9.5.tar.bz2 73698 diff --git a/net-p2p/qtorrent/qtorrent-0.9.6.1-r2.ebuild b/net-p2p/qtorrent/qtorrent-0.9.6.1-r2.ebuild index 91794c688579..15ccd53f2ca6 100644 --- a/net-p2p/qtorrent/qtorrent-0.9.6.1-r2.ebuild +++ b/net-p2p/qtorrent/qtorrent-0.9.6.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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-r2.ebuild,v 1.1 2006/02/25 11:57:02 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtorrent/qtorrent-0.9.6.1-r2.ebuild,v 1.2 2007/02/16 13:15:44 armin76 Exp $ inherit eutils distutils @@ -10,7 +10,7 @@ SRC_URI="http://thegraveyard.org/files/${P}.tar.bz2 mirror://gentoo/${P}-sizetype.patch" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc" +KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="" DEPEND="dev-python/PyQt" |