summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-26 08:32:58 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-26 08:32:58 +0000
commitb93d9f61e61d605c95fb054fc46111c2b39dca1b (patch)
treec0da607ec66f308fe6b007a2426c396daaaaab23 /x11-wm/xpra
parentAdapt to latest pygobject don't providing python2.6 support (diff)
downloadgentoo-2-b93d9f61e61d605c95fb054fc46111c2b39dca1b.tar.gz
gentoo-2-b93d9f61e61d605c95fb054fc46111c2b39dca1b.tar.bz2
gentoo-2-b93d9f61e61d605c95fb054fc46111c2b39dca1b.zip
Adapt to latest pygobject don't providing python2.6 support
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-wm/xpra')
-rw-r--r--x11-wm/xpra/ChangeLog7
-rw-r--r--x11-wm/xpra/xpra-0.10.12-r1.ebuild4
-rw-r--r--x11-wm/xpra/xpra-0.11.6.ebuild4
-rw-r--r--x11-wm/xpra/xpra-0.12.1.ebuild4
-rw-r--r--x11-wm/xpra/xpra-0.12.2.ebuild4
-rw-r--r--x11-wm/xpra/xpra-0.12.3.ebuild4
-rw-r--r--x11-wm/xpra/xpra-0.9.8.ebuild4
7 files changed, 18 insertions, 13 deletions
diff --git a/x11-wm/xpra/ChangeLog b/x11-wm/xpra/ChangeLog
index 3b1964225f04..465cbb209bf9 100644
--- a/x11-wm/xpra/ChangeLog
+++ b/x11-wm/xpra/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-wm/xpra
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/ChangeLog,v 1.100 2014/04/22 08:33:08 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/ChangeLog,v 1.101 2014/04/26 08:32:58 pacho Exp $
+
+ 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> xpra-0.10.12-r1.ebuild,
+ xpra-0.11.6.ebuild, xpra-0.12.1.ebuild, xpra-0.12.2.ebuild,
+ xpra-0.12.3.ebuild, xpra-0.9.8.ebuild:
+ Adapt to latest pygobject don't providing python2.6 support
*xpra-0.12.3 (22 Apr 2014)
diff --git a/x11-wm/xpra/xpra-0.10.12-r1.ebuild b/x11-wm/xpra/xpra-0.10.12-r1.ebuild
index 7c33d7b1a700..8afc56dd4ba8 100644
--- a/x11-wm/xpra/xpra-0.10.12-r1.ebuild
+++ b/x11-wm/xpra/xpra-0.10.12-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/xpra-0.10.12-r1.ebuild,v 1.2 2014/04/06 10:51:19 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/xpra-0.10.12-r1.ebuild,v 1.3 2014/04/26 08:32:58 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils
DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy"
diff --git a/x11-wm/xpra/xpra-0.11.6.ebuild b/x11-wm/xpra/xpra-0.11.6.ebuild
index 64bd790bef72..5672e76b9dba 100644
--- a/x11-wm/xpra/xpra-0.11.6.ebuild
+++ b/x11-wm/xpra/xpra-0.11.6.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/xpra-0.11.6.ebuild,v 1.2 2014/04/06 10:51:19 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/xpra-0.11.6.ebuild,v 1.3 2014/04/26 08:32:58 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils
DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy"
diff --git a/x11-wm/xpra/xpra-0.12.1.ebuild b/x11-wm/xpra/xpra-0.12.1.ebuild
index 3f75e66ebd00..534b44986408 100644
--- a/x11-wm/xpra/xpra-0.12.1.ebuild
+++ b/x11-wm/xpra/xpra-0.12.1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/xpra-0.12.1.ebuild,v 1.2 2014/04/06 10:51:19 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/xpra-0.12.1.ebuild,v 1.3 2014/04/26 08:32:58 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils
DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy"
diff --git a/x11-wm/xpra/xpra-0.12.2.ebuild b/x11-wm/xpra/xpra-0.12.2.ebuild
index 9d79c6add7ad..b8f4e3d2a8ca 100644
--- a/x11-wm/xpra/xpra-0.12.2.ebuild
+++ b/x11-wm/xpra/xpra-0.12.2.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/xpra-0.12.2.ebuild,v 1.1 2014/04/09 13:54:46 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/xpra-0.12.2.ebuild,v 1.2 2014/04/26 08:32:58 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils
DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy"
diff --git a/x11-wm/xpra/xpra-0.12.3.ebuild b/x11-wm/xpra/xpra-0.12.3.ebuild
index a63c8f698a88..a6ea787db7ec 100644
--- a/x11-wm/xpra/xpra-0.12.3.ebuild
+++ b/x11-wm/xpra/xpra-0.12.3.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/xpra-0.12.3.ebuild,v 1.1 2014/04/22 08:33:08 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/xpra-0.12.3.ebuild,v 1.2 2014/04/26 08:32:58 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils
DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy"
diff --git a/x11-wm/xpra/xpra-0.9.8.ebuild b/x11-wm/xpra/xpra-0.9.8.ebuild
index 06c3de389e13..1751d629df00 100644
--- a/x11-wm/xpra/xpra-0.9.8.ebuild
+++ b/x11-wm/xpra/xpra-0.9.8.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/xpra-0.9.8.ebuild,v 1.3 2014/04/06 10:51:19 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpra/xpra-0.9.8.ebuild,v 1.4 2014/04/26 08:32:58 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils
DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy"