diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
commit | 8691bcb2077a05a3e50cad21c5e9d456bc0b86e2 (patch) | |
tree | 1781f0242b83e446554db1ade147758513eab1c5 /net-p2p | |
parent | updating deps for distutils-r1 and ~ stuff, also adding init scripts and stuf... (diff) | |
download | gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.gz gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.bz2 gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-p2p')
7 files changed, 21 insertions, 12 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index cf6b0abb52a9..5df0c8d39afd 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.212 2013/07/31 15:33:00 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.213 2013/09/05 19:44:42 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> qbittorrent-3.0.11.ebuild, + qbittorrent-9999.ebuild: + Clean up PYTHON_COMPAT from old implementations. *qbittorrent-3.0.11 (31 Jul 2013) diff --git a/net-p2p/qbittorrent/qbittorrent-3.0.11.ebuild b/net-p2p/qbittorrent/qbittorrent-3.0.11.ebuild index 936816b45ab2..af7093d41d98 100644 --- a/net-p2p/qbittorrent/qbittorrent-3.0.11.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-3.0.11.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.11.ebuild,v 1.1 2013/07/31 15:33:00 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.11.ebuild,v 1.2 2013/09/05 19:44:42 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit python-r1 qt4-r2 diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index 4cac71e89418..933a38cb13ea 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.9 2013/07/31 15:33:00 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.10 2013/09/05 19:44:42 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) EGIT_REPO_URI="git://github.com/${PN}/qBittorrent.git https://github.com/${PN}/qBittorrent.git" diff --git a/net-p2p/transmission-remote-cli/ChangeLog b/net-p2p/transmission-remote-cli/ChangeLog index 8c5d017522ec..8bbeda4f2395 100644 --- a/net-p2p/transmission-remote-cli/ChangeLog +++ b/net-p2p/transmission-remote-cli/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/transmission-remote-cli # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/ChangeLog,v 1.9 2013/08/22 13:55:58 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/ChangeLog,v 1.10 2013/09/05 19:44:53 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> + transmission-remote-cli-1.6.1.ebuild, transmission-remote-cli-1.6.2-r1.ebuild, + transmission-remote-cli-1.6.2.ebuild: + Clean up PYTHON_COMPAT from old implementations. *transmission-remote-cli-1.6.2-r1 (22 Aug 2013) diff --git a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.1.ebuild b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.1.ebuild index 7c435b400063..3558a38f44b6 100644 --- a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.1.ebuild +++ b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.1.ebuild,v 1.1 2013/07/28 19:10:13 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.1.ebuild,v 1.2 2013/09/05 19:44:53 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) PYTHON_REQ_USE="ncurses" inherit bash-completion-r1 python-r1 diff --git a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.2-r1.ebuild b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.2-r1.ebuild index c5bd46977ea3..d3e4d2406f17 100644 --- a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.2-r1.ebuild +++ b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.2-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.2-r1.ebuild,v 1.1 2013/08/22 13:55:58 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.2-r1.ebuild,v 1.2 2013/09/05 19:44:53 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) PYTHON_REQ_USE="ncurses" inherit bash-completion-r1 python-r1 diff --git a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.2.ebuild b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.2.ebuild index c55d4431fff2..d1deeddf25ac 100644 --- a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.2.ebuild +++ b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.2.ebuild,v 1.1 2013/08/10 10:31:13 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.2.ebuild,v 1.2 2013/09/05 19:44:53 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) PYTHON_REQ_USE="ncurses" inherit bash-completion-r1 python-r1 |