diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-05 21:08:34 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-05 21:08:34 +0000 |
commit | dea50560e2d0d8eeec0e962955b0f3a5572eb9bf (patch) | |
tree | cdb4033c45d96d2f44168dbfa7ee696c6a810102 /net-p2p/bittorrent | |
parent | Use Python 2 (bug #315853). (diff) | |
download | gentoo-2-dea50560e2d0d8eeec0e962955b0f3a5572eb9bf.tar.gz gentoo-2-dea50560e2d0d8eeec0e962955b0f3a5572eb9bf.tar.bz2 gentoo-2-dea50560e2d0d8eeec0e962955b0f3a5572eb9bf.zip |
Fix deprecation warnings.
(Portage version: 2.2.0_alpha29_p9/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/bittorrent')
-rw-r--r-- | net-p2p/bittorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild | 8 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild | 6 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-5.2.2.ebuild | 6 |
4 files changed, 15 insertions, 12 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog index 2432cc35d6d4..efeace4d80c5 100644 --- a/net-p2p/bittorrent/ChangeLog +++ b/net-p2p/bittorrent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/bittorrent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.137 2011/03/20 15:25:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.138 2011/04/05 21:08:34 arfrever Exp $ + + 05 Apr 2011; 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 deprecation warnings. 20 Mar 2011; Raúl Porcel <armin76@gentoo.org> bittorrent-4.4.0-r2.ebuild: Add ~ia64 wrt #359313 diff --git a/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild b/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild index 6991302635ca..aca4189fbac6 100644 --- a/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild +++ b/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 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.4 2011/03/23 16:47:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.4.0-r1.ebuild,v 1.5 2011/04/05 21:08:34 arfrever Exp $ -EAPI=1 +EAPI=3 PYTHON_DEPEND="2" @@ -34,9 +34,7 @@ DEPEND="${RDEPEND} DOCS="TRACKERLESS.txt public.key credits.txt" PYTHON_MODNAME="BitTorrent" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { # path for documentation is in lowercase #109743 sed -i -r "s:(dp.*appdir):\1.lower():" BitTorrent/platform.py } diff --git a/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild b/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild index 0341d052fe0b..5d21854b6efa 100644 --- a/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild +++ b/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.7 2010/11/15 16:12:35 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild,v 1.8 2011/04/05 21:08:34 arfrever Exp $ -EAPI="2" +EAPI="3" PYTHON_DEPEND="2" PYTHON_USE_WITH="threads" WX_GTK_VER="2.6" diff --git a/net-p2p/bittorrent/bittorrent-5.2.2.ebuild b/net-p2p/bittorrent/bittorrent-5.2.2.ebuild index 9a43b4fc9d58..9792bd8f93c7 100644 --- a/net-p2p/bittorrent/bittorrent-5.2.2.ebuild +++ b/net-p2p/bittorrent/bittorrent-5.2.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.4 2010/11/15 16:12:35 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.2.2.ebuild,v 1.5 2011/04/05 21:08:34 arfrever Exp $ -EAPI="2" +EAPI="3" PYTHON_DEPEND="2" PYTHON_USE_WITH="threads" WX_GTK_VER="2.6" |