summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-04-08 18:15:30 +0000
committerMichał Górny <mgorny@gentoo.org>2015-04-08 18:15:30 +0000
commitd846087d2ffeb381516cb7a53f6dd24d694d210e (patch)
treeae0b45c994a5f79b0ffee4399e1fc57bcb70ddf5 /media-tv/xbmc
parentDrop old Python implementations (diff)
downloadgentoo-2-d846087d2ffeb381516cb7a53f6dd24d694d210e.tar.gz
gentoo-2-d846087d2ffeb381516cb7a53f6dd24d694d210e.tar.bz2
gentoo-2-d846087d2ffeb381516cb7a53f6dd24d694d210e.zip
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-tv/xbmc')
-rw-r--r--media-tv/xbmc/ChangeLog7
-rw-r--r--media-tv/xbmc/xbmc-12.1-r1.ebuild4
-rw-r--r--media-tv/xbmc/xbmc-12.2-r1.ebuild4
-rw-r--r--media-tv/xbmc/xbmc-12.3.ebuild4
-rw-r--r--media-tv/xbmc/xbmc-13.0_p2.ebuild4
-rw-r--r--media-tv/xbmc/xbmc-13.1.ebuild4
-rw-r--r--media-tv/xbmc/xbmc-13.2-r1.ebuild4
-rw-r--r--media-tv/xbmc/xbmc-13.2.ebuild4
8 files changed, 20 insertions, 15 deletions
diff --git a/media-tv/xbmc/ChangeLog b/media-tv/xbmc/ChangeLog
index a792114a1e3c..c851c701ce07 100644
--- a/media-tv/xbmc/ChangeLog
+++ b/media-tv/xbmc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-tv/xbmc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.227 2015/02/25 11:09:57 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.228 2015/04/08 18:15:30 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> xbmc-12.1-r1.ebuild,
+ xbmc-12.2-r1.ebuild, xbmc-12.3.ebuild, xbmc-13.0_p2.ebuild, xbmc-13.1.ebuild,
+ xbmc-13.2-r1.ebuild, xbmc-13.2.ebuild:
+ Drop old Python implementations
25 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> xbmc-13.2.ebuild:
amd64/x86 stable wrt bug #538904
diff --git a/media-tv/xbmc/xbmc-12.1-r1.ebuild b/media-tv/xbmc/xbmc-12.1-r1.ebuild
index cc2910a7b4a7..966dbd01dee2 100644
--- a/media-tv/xbmc/xbmc-12.1-r1.ebuild
+++ b/media-tv/xbmc/xbmc-12.1-r1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.1-r1.ebuild,v 1.12 2015/02/16 01:05:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.1-r1.ebuild,v 1.13 2015/04/08 18:15:30 mgorny Exp $
EAPI="5"
# Does not work with py3 here
# It might work with py:2.5 but I didn't test that
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"
inherit eutils python-single-r1 multiprocessing autotools
diff --git a/media-tv/xbmc/xbmc-12.2-r1.ebuild b/media-tv/xbmc/xbmc-12.2-r1.ebuild
index 3b62d44b902b..f0dcc9c856a8 100644
--- a/media-tv/xbmc/xbmc-12.2-r1.ebuild
+++ b/media-tv/xbmc/xbmc-12.2-r1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.2-r1.ebuild,v 1.14 2015/02/16 01:05:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.2-r1.ebuild,v 1.15 2015/04/08 18:15:30 mgorny Exp $
EAPI="5"
# Does not work with py3 here
# It might work with py:2.5 but I didn't test that
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"
inherit eutils python-single-r1 multiprocessing autotools
diff --git a/media-tv/xbmc/xbmc-12.3.ebuild b/media-tv/xbmc/xbmc-12.3.ebuild
index 949ff19efe14..9ee5d153adc6 100644
--- a/media-tv/xbmc/xbmc-12.3.ebuild
+++ b/media-tv/xbmc/xbmc-12.3.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild,v 1.10 2015/02/16 01:05:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild,v 1.11 2015/04/08 18:15:30 mgorny Exp $
EAPI="5"
# Does not work with py3 here
# It might work with py:2.5 but I didn't test that
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"
inherit eutils python-single-r1 multiprocessing autotools
diff --git a/media-tv/xbmc/xbmc-13.0_p2.ebuild b/media-tv/xbmc/xbmc-13.0_p2.ebuild
index 5dcf904f63ee..254ed4d0f38b 100644
--- a/media-tv/xbmc/xbmc-13.0_p2.ebuild
+++ b/media-tv/xbmc/xbmc-13.0_p2.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild,v 1.9 2015/02/16 01:05:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild,v 1.10 2015/04/08 18:15:30 mgorny Exp $
EAPI="5"
# Does not work with py3 here
# It might work with py:2.5 but I didn't test that
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"
inherit eutils python-single-r1 multiprocessing autotools
diff --git a/media-tv/xbmc/xbmc-13.1.ebuild b/media-tv/xbmc/xbmc-13.1.ebuild
index b6615e5b7f4d..47967dccc081 100644
--- a/media-tv/xbmc/xbmc-13.1.ebuild
+++ b/media-tv/xbmc/xbmc-13.1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-13.1.ebuild,v 1.3 2015/02/16 01:05:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-13.1.ebuild,v 1.4 2015/04/08 18:15:30 mgorny Exp $
EAPI="5"
# Does not work with py3 here
# It might work with py:2.5 but I didn't test that
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"
inherit eutils python-single-r1 multiprocessing autotools
diff --git a/media-tv/xbmc/xbmc-13.2-r1.ebuild b/media-tv/xbmc/xbmc-13.2-r1.ebuild
index f48f62b60a17..ac0cb3e5986d 100644
--- a/media-tv/xbmc/xbmc-13.2-r1.ebuild
+++ b/media-tv/xbmc/xbmc-13.2-r1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-13.2-r1.ebuild,v 1.2 2015/02/16 01:05:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-13.2-r1.ebuild,v 1.3 2015/04/08 18:15:30 mgorny Exp $
EAPI="5"
# Does not work with py3 here
# It might work with py:2.5 but I didn't test that
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"
inherit eutils python-single-r1 multiprocessing autotools
diff --git a/media-tv/xbmc/xbmc-13.2.ebuild b/media-tv/xbmc/xbmc-13.2.ebuild
index 4fed934d4c5e..76b21b6c4660 100644
--- a/media-tv/xbmc/xbmc-13.2.ebuild
+++ b/media-tv/xbmc/xbmc-13.2.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-13.2.ebuild,v 1.4 2015/02/25 11:09:57 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-13.2.ebuild,v 1.5 2015/04/08 18:15:30 mgorny Exp $
EAPI="5"
# Does not work with py3 here
# It might work with py:2.5 but I didn't test that
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"
inherit eutils python-single-r1 multiprocessing autotools