summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-11-15 16:12:35 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-11-15 16:12:35 +0000
commit40e8b6936adc23e850afca5067719d1ce50bf396 (patch)
tree9e49f7f69aa233f5e8000891dcdf6702c1b82d23 /net-p2p/bittorrent
parentFix dependencies. (diff)
downloadgentoo-2-40e8b6936adc23e850afca5067719d1ce50bf396.tar.gz
gentoo-2-40e8b6936adc23e850afca5067719d1ce50bf396.tar.bz2
gentoo-2-40e8b6936adc23e850afca5067719d1ce50bf396.zip
Fix dependencies.
(Portage version: 2.2.0_alpha4_p23/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/bittorrent')
-rw-r--r--net-p2p/bittorrent/ChangeLog9
-rw-r--r--net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild9
-rw-r--r--net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild9
-rw-r--r--net-p2p/bittorrent/bittorrent-5.2.2.ebuild9
4 files changed, 22 insertions, 14 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog
index 8136a0e55d8e..def6fc6f36f4 100644
--- a/net-p2p/bittorrent/ChangeLog
+++ b/net-p2p/bittorrent/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/bittorrent
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.134 2009/10/04 20:08:32 arfrever Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.135 2010/11/15 16:12:35 arfrever Exp $
+
+ 15 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ bittorrent-4.4.0-r1.ebuild, bittorrent-5.0.9-r1.ebuild,
+ bittorrent-5.2.2.ebuild:
+ Fix dependencies.
04 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
bittorrent-5.0.9-r1.ebuild, bittorrent-5.2.2.ebuild:
diff --git a/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild b/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild
index 69b00c5e67e2..76919a42b240 100644
--- a/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild
+++ b/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild,v 1.2 2008/01/17 14:15:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild,v 1.3 2010/11/15 16:12:35 arfrever Exp $
+
+PYTHON_DEPEND="2"
inherit distutils fdo-mime eutils
@@ -17,8 +19,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ppc ppc64 s390 sh sparc x86"
IUSE="gtk"
-RDEPEND=">=dev-lang/python-2.3
- gtk? (
+RDEPEND="gtk? (
>=x11-libs/gtk+-2.6
>=dev-python/pygtk-2.6
)
diff --git a/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild b/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild
index 4e062074dae5..0341d052fe0b 100644
--- a/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild
+++ b/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild,v 1.6 2009/10/04 20:08:32 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild,v 1.7 2010/11/15 16:12:35 arfrever Exp $
EAPI="2"
+PYTHON_DEPEND="2"
+PYTHON_USE_WITH="threads"
WX_GTK_VER="2.6"
inherit distutils fdo-mime eutils wxwidgets
@@ -20,8 +22,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="gtk"
-RDEPEND=">=dev-lang/python-2.4.4-r14[threads]
- gtk? ( =dev-python/wxpython-2.6*[unicode] )
+RDEPEND="gtk? ( =dev-python/wxpython-2.6*[unicode] )
>=dev-python/pycrypto-2.0
>=dev-python/twisted-2
dev-python/twisted-web
diff --git a/net-p2p/bittorrent/bittorrent-5.2.2.ebuild b/net-p2p/bittorrent/bittorrent-5.2.2.ebuild
index 46f32da4475b..9a43b4fc9d58 100644
--- a/net-p2p/bittorrent/bittorrent-5.2.2.ebuild
+++ b/net-p2p/bittorrent/bittorrent-5.2.2.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.2.2.ebuild,v 1.3 2009/10/04 20:08:32 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.2.2.ebuild,v 1.4 2010/11/15 16:12:35 arfrever Exp $
EAPI="2"
+PYTHON_DEPEND="2"
+PYTHON_USE_WITH="threads"
WX_GTK_VER="2.6"
inherit distutils fdo-mime eutils wxwidgets
@@ -20,8 +22,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="gtk"
-RDEPEND=">=dev-lang/python-2.4.4-r14[threads]
- gtk? ( =dev-python/wxpython-2.6*[unicode] )
+RDEPEND="gtk? ( =dev-python/wxpython-2.6*[unicode] )
>=dev-python/pycrypto-2.0
>=dev-python/twisted-2
dev-python/twisted-web