summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-04-08 18:17:51 +0000
committerMichał Górny <mgorny@gentoo.org>2015-04-08 18:17:51 +0000
commit14f8834e581b56e64506d613362dd2b700eec599 (patch)
treeee22a40ea12853ab739cbcec8d4a4233dff9be7f /net-p2p
parentDrop old Python implementations (diff)
downloadgentoo-2-14f8834e581b56e64506d613362dd2b700eec599.tar.gz
gentoo-2-14f8834e581b56e64506d613362dd2b700eec599.tar.bz2
gentoo-2-14f8834e581b56e64506d613362dd2b700eec599.zip
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qbittorrent/ChangeLog7
-rw-r--r--net-p2p/qbittorrent/qbittorrent-3.0.11-r2.ebuild6
-rw-r--r--net-p2p/qbittorrent/qbittorrent-3.1.10.ebuild6
-rw-r--r--net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild6
-rw-r--r--net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild4
-rw-r--r--net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild6
-rw-r--r--net-p2p/torrentinfo/ChangeLog8
-rw-r--r--net-p2p/torrentinfo/torrentinfo-1.8.4.ebuild6
-rw-r--r--net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild6
-rw-r--r--net-p2p/transmission-remote-cli/ChangeLog6
-rw-r--r--net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.3.ebuild4
-rw-r--r--net-p2p/transmission-remote-cli/transmission-remote-cli-1.7.0.ebuild4
12 files changed, 41 insertions, 28 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog
index 88093d4ce6d8..7574298a8fc4 100644
--- a/net-p2p/qbittorrent/ChangeLog
+++ b/net-p2p/qbittorrent/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/qbittorrent
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.241 2015/03/01 15:49:39 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.242 2015/04/08 18:17:51 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> qbittorrent-3.0.11-r2.ebuild,
+ qbittorrent-3.1.10.ebuild, qbittorrent-3.1.11.ebuild,
+ qbittorrent-3.1.12.ebuild, qbittorrent-3.1.9.2-r1.ebuild:
+ Drop old Python implementations
01 Mar 2015; Markos Chandras <hwoarang@gentoo.org> qbittorrent-3.1.12.ebuild,
qbittorrent-9999.ebuild:
diff --git a/net-p2p/qbittorrent/qbittorrent-3.0.11-r2.ebuild b/net-p2p/qbittorrent/qbittorrent-3.0.11-r2.ebuild
index 86bdbeedbc9a..62c93828fb59 100644
--- a/net-p2p/qbittorrent/qbittorrent-3.0.11-r2.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-3.0.11-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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-r2.ebuild,v 1.1 2014/12/05 17:16:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.11-r2.ebuild,v 1.2 2015/04/08 18:17:51 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit python-r1 qt4-r2
diff --git a/net-p2p/qbittorrent/qbittorrent-3.1.10.ebuild b/net-p2p/qbittorrent/qbittorrent-3.1.10.ebuild
index 5532eee1a0d1..a7ec482a306d 100644
--- a/net-p2p/qbittorrent/qbittorrent-3.1.10.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-3.1.10.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.10.ebuild,v 1.2 2014/10/19 00:23:31 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.10.ebuild,v 1.3 2015/04/08 18:17:51 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit python-r1 qt4-r2
diff --git a/net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild b/net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild
index c2de6547ab55..f919036d7a85 100644
--- a/net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild,v 1.1 2014/11/06 21:37:52 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild,v 1.2 2015/04/08 18:17:51 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit python-r1 qt4-r2
diff --git a/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild b/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild
index 7a7d9c5c7aa2..9b1faefd54f8 100644
--- a/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild,v 1.2 2015/03/01 15:49:39 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild,v 1.3 2015/04/08 18:17:51 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit eutils python-r1 qt4-r2
diff --git a/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild b/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild
index 34575a81921e..f64a7ef4c832 100644
--- a/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild,v 1.4 2014/10/19 00:23:31 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.9.2-r1.ebuild,v 1.5 2015/04/08 18:17:51 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit python-r1 qt4-r2
diff --git a/net-p2p/torrentinfo/ChangeLog b/net-p2p/torrentinfo/ChangeLog
index 6ea3537d923d..d3aad9e7b653 100644
--- a/net-p2p/torrentinfo/ChangeLog
+++ b/net-p2p/torrentinfo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/torrentinfo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v 1.16 2014/11/26 16:14:20 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v 1.17 2015/04/08 18:17:51 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> torrentinfo-1.8.4.ebuild,
+ torrentinfo-1.8.6.ebuild:
+ Drop old Python implementations
26 Nov 2014; Pacho Ramos <pacho@gentoo.org> torrentinfo-1.8.6.ebuild:
Support python 3.4
diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.4.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.4.ebuild
index 73cf6796bcbf..0c6233cf5b58 100644
--- a/net-p2p/torrentinfo/torrentinfo-1.8.4.ebuild
+++ b/net-p2p/torrentinfo/torrentinfo-1.8.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.4.ebuild,v 1.2 2014/07/06 12:54:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.4.ebuild,v 1.3 2015/04/08 18:17:51 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild
index e4f2b8dfa125..08fdb67b8b6c 100644
--- a/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild
+++ b/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild,v 1.7 2014/11/26 16:14:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild,v 1.8 2015/04/08 18:17:51 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
diff --git a/net-p2p/transmission-remote-cli/ChangeLog b/net-p2p/transmission-remote-cli/ChangeLog
index bc3ec244bc48..e620db09ebed 100644
--- a/net-p2p/transmission-remote-cli/ChangeLog
+++ b/net-p2p/transmission-remote-cli/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/transmission-remote-cli
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/ChangeLog,v 1.15 2015/03/29 23:54:01 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/ChangeLog,v 1.16 2015/04/08 18:17:51 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org>
+ transmission-remote-cli-1.6.3.ebuild, transmission-remote-cli-1.7.0.ebuild:
+ Drop old Python implementations
29 Mar 2015; Patrick Lauer <patrick@gentoo.org> metadata.xml:
Remove unneeded useflag description from metadata.xml
diff --git a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.3.ebuild b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.3.ebuild
index 59099e87f209..bb0b7723776d 100644
--- a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.3.ebuild
+++ b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.3.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2015 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.3.ebuild,v 1.3 2015/03/29 12:58:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.3.ebuild,v 1.4 2015/04/08 18:17:51 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="ncurses"
inherit bash-completion-r1 python-r1
diff --git a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.7.0.ebuild b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.7.0.ebuild
index a831466bc928..918943e9890c 100644
--- a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.7.0.ebuild
+++ b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.7.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2015 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.7.0.ebuild,v 1.2 2015/03/29 12:58:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/transmission-remote-cli-1.7.0.ebuild,v 1.3 2015/04/08 18:17:51 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="ncurses"
inherit bash-completion-r1 python-r1