commit:     1bc4b30aa9110d6a644c26211ad7252d1d321e32
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 15 02:36:31 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 02:39:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc4b30a

x11-wm/qtile: version bump to 0.10.6

 x11-wm/qtile/Manifest            |  1 +
 x11-wm/qtile/qtile-0.10.6.ebuild | 58 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/x11-wm/qtile/Manifest b/x11-wm/qtile/Manifest
index fdd0c66..598bdb8 100644
--- a/x11-wm/qtile/Manifest
+++ b/x11-wm/qtile/Manifest
@@ -1,3 +1,4 @@
 DIST qtile-0.10.1.tar.gz 300217 SHA256 
24fc598ca73d2e95ddf4bc29cbfb638253696dafba0ffaaadb103392d248fe96 SHA512 
dec5555107d5b99dea21cf95ba3a79fb1a0c6a7628d26abab5bcedbd1898664b477c4e2fe03885d7d27abd757908878d46ace33ca20e94ba04dba41e742dd52b
 WHIRLPOOL 
455f5bb6bf885e7e403100cae7c839482a6e9236f237ae0d71a52e9064ec15a335462653a6ed8dd9c128606090fc4bfe230e54492efe47f1bc65460e0a781dac
 DIST qtile-0.10.2.tar.gz 310115 SHA256 
ce4cc2661d089c21aa4537302cdc72ddce02d1ce07c62002080f4fa6c50f2ce2 SHA512 
047fed98c447c65bdc3499adc678f49920f47f5167f65a85407f60d4e180159a8657f8483b8e19db4de1db876e621182e691aa70728ac7cc4abfa096b67a45e6
 WHIRLPOOL 
37f81d2eb60249168c94c29be8fafc611f4b7f1ed43c5288df9f7033e917425a04c96c40dba70d09045da18bae8ac6ec8b2700add61820bd66654c65a485da74
 DIST qtile-0.10.5.tar.gz 325311 SHA256 
1dd9512900d7c9eeb40c2d6bac400485e80eb5093083eea095f77b22fb126850 SHA512 
00fbeaa17921eb2d4014c979bcd1f81f22e155606b13340f4653c262d7fde3b1f471a7f20e9a80b58435bdc1e5479c983a72e4be180b49df2ef4a5fe568b8631
 WHIRLPOOL 
63f7ba175683a3e3f2e1b18e1a33e7bffd1927ed4f6148cf044e9fb9ba603f001fc23950ce0d5e76474c64c5f7baf3430d96758bbe7e95bd953c55c7214040bb
+DIST qtile-0.10.6.tar.gz 328892 SHA256 
2b0f18d3bbe1da25cebc5172134c6c5f8fbe0d2b60d81ac2c2dfdf8a1e8b903a SHA512 
39eef26358e1220ca766b030733396206df68677e3f23d6847d375f479952a4e2d47e0c3e59fab2e5046e899bad91d107a913bb25458fb66859dec3fa8c0e956
 WHIRLPOOL 
6bece67dfe39f0538a24791a862faf0ab0c902fb011c4a022a0e5699e332b92f458aae6a54ae438ec0fae0c57cb9d1916bdbff987485d984ecfc71840c815965

diff --git a/x11-wm/qtile/qtile-0.10.6.ebuild b/x11-wm/qtile/qtile-0.10.6.ebuild
new file mode 100644
index 0000000..0ab3dd7
--- /dev/null
+++ b/x11-wm/qtile/qtile-0.10.6.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1 virtualx
+
+if [[ ${PV} == 9999* ]] ; then
+       EGIT_REPO_URI="https://github.com/qtile/qtile.git";
+       inherit git-r3
+else
+       SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
+HOMEPAGE="http://qtile.org/";
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+# docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
+
+RDEPEND="
+       x11-libs/cairo[xcb]
+       x11-libs/pango
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       >=dev-python/cairocffi-0.7[${PYTHON_USEDEP}]
+       >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
+       >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+       >=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
'python2*')
+"
+DEPEND="${RDEPEND}
+       test? (
+               dev-python/nose[${PYTHON_USEDEP}]
+               x11-base/xorg-server[kdrive]
+       )
+"
+
+RESTRICT="test"
+
+python_test() {
+       VIRTUALX_COMMAND="nosetests" virtualmake
+}
+
+python_install_all() {
+       local DOCS=( CHANGELOG README.rst )
+       distutils-r1_python_install_all
+
+       insinto /usr/share/xsessions
+       doins resources/qtile.desktop
+
+       exeinto /etc/X11/Sessions
+       newexe "${FILESDIR}"/${PN}-session ${PN}
+}

Reply via email to