Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/qtile: qtile-0.9.1-r1.ebuild ChangeLog qtile-9999.ebuild qtile-0.9.1.ebuild
Date: Thu, 26 Feb 2015 01:17:18
Message-Id: 20150226011714.32B2C128F2@oystercatcher.gentoo.org
1 radhermit 15/02/26 01:17:14
2
3 Modified: ChangeLog qtile-9999.ebuild
4 Added: qtile-0.9.1-r1.ebuild
5 Removed: qtile-0.9.1.ebuild
6 Log:
7 Add missing pango dep.
8
9 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
10
11 Revision Changes Path
12 1.16 x11-wm/qtile/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/ChangeLog?rev=1.16&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/ChangeLog?rev=1.16&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/ChangeLog?r1=1.15&r2=1.16
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-wm/qtile/ChangeLog,v
21 retrieving revision 1.15
22 retrieving revision 1.16
23 diff -u -r1.15 -r1.16
24 --- ChangeLog 25 Feb 2015 18:14:43 -0000 1.15
25 +++ ChangeLog 26 Feb 2015 01:17:14 -0000 1.16
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-wm/qtile
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/ChangeLog,v 1.15 2015/02/25 18:14:43 radhermit Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/ChangeLog,v 1.16 2015/02/26 01:17:14 radhermit Exp $
31 +
32 +*qtile-0.9.1-r1 (26 Feb 2015)
33 +
34 + 26 Feb 2015; Tim Harder <radhermit@g.o> -qtile-0.9.1.ebuild,
35 + +qtile-0.9.1-r1.ebuild, qtile-9999.ebuild:
36 + Add missing pango dep.
37
38 *qtile-0.9.1 (25 Feb 2015)
39
40
41
42
43 1.13 x11-wm/qtile/qtile-9999.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/qtile-9999.ebuild?rev=1.13&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/qtile-9999.ebuild?rev=1.13&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/qtile-9999.ebuild?r1=1.12&r2=1.13
48
49 Index: qtile-9999.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-9999.ebuild,v
52 retrieving revision 1.12
53 retrieving revision 1.13
54 diff -u -r1.12 -r1.13
55 --- qtile-9999.ebuild 25 Feb 2015 18:14:43 -0000 1.12
56 +++ qtile-9999.ebuild 26 Feb 2015 01:17:14 -0000 1.13
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2015 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-9999.ebuild,v 1.12 2015/02/25 18:14:43 radhermit Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-9999.ebuild,v 1.13 2015/02/26 01:17:14 radhermit Exp $
62
63 EAPI=5
64 PYTHON_COMPAT=( python{2_7,3_4} )
65 @@ -23,7 +23,7 @@
66 IUSE="test"
67 # docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
68
69 -RDEPEND="
70 +RDEPEND="x11-libs/pango
71 >=dev-python/cairocffi-0.6[${PYTHON_USEDEP}]
72 >=dev-python/cffi-0.8.2[${PYTHON_USEDEP}]
73 >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
74
75
76
77 1.1 x11-wm/qtile/qtile-0.9.1-r1.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/qtile-0.9.1-r1.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/qtile/qtile-0.9.1-r1.ebuild?rev=1.1&content-type=text/plain
81
82 Index: qtile-0.9.1-r1.ebuild
83 ===================================================================
84 # Copyright 1999-2015 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-0.9.1-r1.ebuild,v 1.1 2015/02/26 01:17:14 radhermit Exp $
87
88 EAPI=5
89 PYTHON_COMPAT=( python{2_7,3_4} )
90
91 inherit distutils-r1 virtualx
92
93 if [[ ${PV} == 9999* ]] ; then
94 EGIT_REPO_URI="https://github.com/qtile/qtile.git"
95 inherit git-r3
96 else
97 SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> ${P}.tar.gz"
98 KEYWORDS="~amd64 ~x86"
99 fi
100
101 DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
102 HOMEPAGE="http://qtile.org/"
103
104 LICENSE="MIT"
105 SLOT="0"
106 IUSE="test"
107 # docs require sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
108
109 RDEPEND="x11-libs/pango
110 >=dev-python/cairocffi-0.6[${PYTHON_USEDEP}]
111 >=dev-python/cffi-0.8.2[${PYTHON_USEDEP}]
112 >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
113 >=dev-python/xcffib-0.1.11[${PYTHON_USEDEP}]
114 $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 'python2*')
115 "
116 DEPEND="${RDEPEND}
117 dev-python/setuptools[${PYTHON_USEDEP}]
118 test? (
119 dev-python/nose[${PYTHON_USEDEP}]
120 x11-base/xorg-server[kdrive]
121 )
122 "
123
124 RESTRICT="test"
125
126 python_test() {
127 VIRTUALX_COMMAND="nosetests" virtualmake
128 }
129
130 python_install_all() {
131 local DOCS=( CHANGELOG README.rst )
132 distutils-r1_python_install_all
133
134 insinto /usr/share/xsessions
135 doins resources/qtile.desktop
136
137 exeinto /etc/X11/Sessions
138 newexe "${FILESDIR}"/${PN}-session ${PN}
139 }