* [gentoo-commits] gentoo-x86 commit in x11-wm/qtile: qtile-0.6.ebuild ChangeLog qtile-0.5-r1.ebuild qtile-9999.ebuild
@ 2013-05-21 21:10 Tim Harder (radhermit)
0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2013-05-21 21:10 UTC (permalink / raw
To: gentoo-commits
radhermit 13/05/21 21:10:48
Modified: qtile-0.6.ebuild ChangeLog qtile-0.5-r1.ebuild
qtile-9999.ebuild
Log:
Fix python deps and only support a single implementation until xpyb allows multiple.
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.2 x11-wm/qtile/qtile-0.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/qtile-0.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/qtile-0.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/qtile-0.6.ebuild?r1=1.1&r2=1.2
Index: qtile-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtile-0.6.ebuild 16 May 2013 11:00:57 -0000 1.1
+++ qtile-0.6.ebuild 21 May 2013 21:10:48 -0000 1.2
@@ -1,9 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-0.6.ebuild,v 1.1 2013/05/16 11:00:57 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-0.6.ebuild,v 1.2 2013/05/21 21:10:48 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
+DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1 virtualx
@@ -16,9 +17,9 @@
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
-RDEPEND=">=dev-python/pycairo-1.10.0-r3[xcb,${PYTHON_USEDEP}]
+RDEPEND=">=dev-python/pycairo-1.10.0-r4[xcb,${PYTHON_USEDEP}]
dev-python/pygtk:2[${PYTHON_USEDEP}]
- >=x11-libs/xpyb-1.3.1[${PYTHON_USEDEP}]"
+ >=x11-libs/xpyb-1.3.1-r1[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
1.7 x11-wm/qtile/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/qtile/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 16 May 2013 11:07:58 -0000 1.6
+++ ChangeLog 21 May 2013 21:10:48 -0000 1.7
@@ -1,6 +1,11 @@
# ChangeLog for x11-wm/qtile
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/ChangeLog,v 1.6 2013/05/16 11:07:58 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/ChangeLog,v 1.7 2013/05/21 21:10:48 radhermit Exp $
+
+ 21 May 2013; Tim Harder <radhermit@gentoo.org> qtile-0.5-r1.ebuild,
+ qtile-0.6.ebuild, qtile-9999.ebuild:
+ Fix python deps and only support a single implementation until xpyb allows
+ multiple.
16 May 2013; Tim Harder <radhermit@gentoo.org> qtile-0.5-r1.ebuild:
Update python use flag deps.
1.3 x11-wm/qtile/qtile-0.5-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/qtile-0.5-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/qtile-0.5-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/qtile-0.5-r1.ebuild?r1=1.2&r2=1.3
Index: qtile-0.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-0.5-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qtile-0.5-r1.ebuild 16 May 2013 11:07:58 -0000 1.2
+++ qtile-0.5-r1.ebuild 21 May 2013 21:10:48 -0000 1.3
@@ -1,9 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-0.5-r1.ebuild,v 1.2 2013/05/16 11:07:58 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-0.5-r1.ebuild,v 1.3 2013/05/21 21:10:48 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
+DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1 vcs-snapshot virtualx
@@ -16,9 +17,9 @@
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
-RDEPEND=">=dev-python/pycairo-1.10.0-r3[xcb,${PYTHON_USEDEP}]
+RDEPEND=">=dev-python/pycairo-1.10.0-r4[xcb,${PYTHON_USEDEP}]
dev-python/pygtk:2[${PYTHON_USEDEP}]
- >=x11-libs/xpyb-1.3.1[${PYTHON_USEDEP}]"
+ >=x11-libs/xpyb-1.3.1-r1[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
1.5 x11-wm/qtile/qtile-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/qtile-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/qtile-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/qtile-9999.ebuild?r1=1.4&r2=1.5
Index: qtile-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qtile-9999.ebuild 16 May 2013 11:00:57 -0000 1.4
+++ qtile-9999.ebuild 21 May 2013 21:10:48 -0000 1.5
@@ -1,9 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-9999.ebuild,v 1.4 2013/05/16 11:00:57 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-9999.ebuild,v 1.5 2013/05/21 21:10:48 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
+DISTUTILS_SINGLE_IMPL=1
inherit git-2 distutils-r1 virtualx
@@ -18,9 +19,9 @@
KEYWORDS=""
IUSE="doc test"
-RDEPEND=">=dev-python/pycairo-1.10.0-r3[xcb,${PYTHON_USEDEP}]
+RDEPEND=">=dev-python/pycairo-1.10.0-r4[xcb,${PYTHON_USEDEP}]
dev-python/pygtk:2[${PYTHON_USEDEP}]
- >=x11-libs/xpyb-1.3.1[${PYTHON_USEDEP}]"
+ >=x11-libs/xpyb-1.3.1-r1[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-21 21:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-21 21:10 [gentoo-commits] gentoo-x86 commit in x11-wm/qtile: qtile-0.6.ebuild ChangeLog qtile-0.5-r1.ebuild qtile-9999.ebuild Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox