summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-05 19:44:56 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-05 19:44:56 +0000
commit8691bcb2077a05a3e50cad21c5e9d456bc0b86e2 (patch)
tree1781f0242b83e446554db1ade147758513eab1c5 /x11-libs
parentupdating deps for distutils-r1 and ~ stuff, also adding init scripts and stuf... (diff)
downloadgentoo-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 'x11-libs')
-rw-r--r--x11-libs/libxcb/ChangeLog6
-rw-r--r--x11-libs/libxcb/libxcb-1.9-r1.ebuild4
-rw-r--r--x11-libs/libxcb/libxcb-1.9.1.ebuild4
-rw-r--r--x11-libs/xpyb/ChangeLog5
-rw-r--r--x11-libs/xpyb/xpyb-1.3.1-r1.ebuild4
-rw-r--r--x11-libs/xvba-video/ChangeLog6
-rw-r--r--x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild4
-rw-r--r--x11-libs/xvba-video/xvba-video-9999.ebuild4
8 files changed, 24 insertions, 13 deletions
diff --git a/x11-libs/libxcb/ChangeLog b/x11-libs/libxcb/ChangeLog
index 1d5d2578f813..b4a90d67b762 100644
--- a/x11-libs/libxcb/ChangeLog
+++ b/x11-libs/libxcb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libxcb
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.114 2013/06/30 15:16:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.115 2013/09/05 19:44:49 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> libxcb-1.9-r1.ebuild,
+ libxcb-1.9.1.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
30 Jun 2013; Justin Lecher <jlec@gentoo.org> libxcb-1.9-r1.ebuild,
libxcb-1.9.1.ebuild, metadata.xml:
diff --git a/x11-libs/libxcb/libxcb-1.9-r1.ebuild b/x11-libs/libxcb/libxcb-1.9-r1.ebuild
index eaee6ec4b7d6..01a03ff388b0 100644
--- a/x11-libs/libxcb/libxcb-1.9-r1.ebuild
+++ b/x11-libs/libxcb/libxcb-1.9-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/x11-libs/libxcb/libxcb-1.9-r1.ebuild,v 1.3 2013/06/30 15:16:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.9-r1.ebuild,v 1.4 2013/09/05 19:44:49 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_REQ_USE=xml
XORG_DOC=doc
diff --git a/x11-libs/libxcb/libxcb-1.9.1.ebuild b/x11-libs/libxcb/libxcb-1.9.1.ebuild
index b61ad3a1247e..3fce45305947 100644
--- a/x11-libs/libxcb/libxcb-1.9.1.ebuild
+++ b/x11-libs/libxcb/libxcb-1.9.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/x11-libs/libxcb/libxcb-1.9.1.ebuild,v 1.3 2013/06/30 15:16:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.9.1.ebuild,v 1.4 2013/09/05 19:44:49 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_REQ_USE=xml
XORG_DOC=doc
diff --git a/x11-libs/xpyb/ChangeLog b/x11-libs/xpyb/ChangeLog
index 4f21e477bb00..ba4108ed701b 100644
--- a/x11-libs/xpyb/ChangeLog
+++ b/x11-libs/xpyb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/xpyb
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.39 2013/05/22 09:17:22 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/ChangeLog,v 1.40 2013/09/05 19:44:47 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> xpyb-1.3.1-r1.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
*xpyb-1.3.1-r2 (22 May 2013)
diff --git a/x11-libs/xpyb/xpyb-1.3.1-r1.ebuild b/x11-libs/xpyb/xpyb-1.3.1-r1.ebuild
index 063772a49933..ce231283acf9 100644
--- a/x11-libs/xpyb/xpyb-1.3.1-r1.ebuild
+++ b/x11-libs/xpyb/xpyb-1.3.1-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/x11-libs/xpyb/xpyb-1.3.1-r1.ebuild,v 1.13 2013/04/10 19:52:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xpyb/xpyb-1.3.1-r1.ebuild,v 1.14 2013/09/05 19:44:47 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
inherit python-single-r1 xorg-2
#EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/xpyb"
diff --git a/x11-libs/xvba-video/ChangeLog b/x11-libs/xvba-video/ChangeLog
index d4e64cf9bcb3..b02335cdc8cd 100644
--- a/x11-libs/xvba-video/ChangeLog
+++ b/x11-libs/xvba-video/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/xvba-video
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v 1.14 2013/03/09 10:45:29 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v 1.15 2013/09/05 19:44:48 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> xvba-video-0.8.0-r1.ebuild,
+ xvba-video-9999.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
09 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> -xvba-video-0.8.0.ebuild,
xvba-video-0.8.0-r1.ebuild, xvba-video-9999.ebuild:
diff --git a/x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild b/x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild
index bb69800fc425..c0d5d6a00ce4 100644
--- a/x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild
+++ b/x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild,v 1.6 2013/03/09 10:45:29 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild,v 1.7 2013/09/05 19:44:48 mgorny Exp $
EAPI=5
EGIT_REPO_URI="git://anongit.freedesktop.org/vaapi/xvba-driver"
[[ ${PV} = 9999 ]] && inherit git-2
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit eutils autotools python-any-r1
DESCRIPTION="XVBA Backend for Video Acceleration (VA) API"
diff --git a/x11-libs/xvba-video/xvba-video-9999.ebuild b/x11-libs/xvba-video/xvba-video-9999.ebuild
index 5458992a3df0..a79c2eaaa45d 100644
--- a/x11-libs/xvba-video/xvba-video-9999.ebuild
+++ b/x11-libs/xvba-video/xvba-video-9999.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-9999.ebuild,v 1.6 2013/03/09 10:45:29 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-9999.ebuild,v 1.7 2013/09/05 19:44:48 mgorny Exp $
EAPI=5
EGIT_REPO_URI="git://anongit.freedesktop.org/vaapi/xvba-driver"
[[ ${PV} = 9999 ]] && inherit git-2
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit eutils autotools python-any-r1
DESCRIPTION="XVBA Backend for Video Acceleration (VA) API"