Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-xlib: ChangeLog python-xlib-0.15_rc1.ebuild python-xlib-0.15_rc1-r1.ebuild
Date: Wed, 30 Mar 2011 14:24:39
Message-Id: 20110330142428.B416420054@flycatcher.gentoo.org
1 ssuominen 11/03/30 14:24:28
2
3 Modified: ChangeLog python-xlib-0.15_rc1.ebuild
4 Added: python-xlib-0.15_rc1-r1.ebuild
5 Log:
6 Rename 0.15_rc1 as 0.15_rc1-r1 and remove USE="doc" from 0.15_rc1 for stabilization wrt #361141, Comment #1 by Agostino Sarubbo.
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.34 dev-python/python-xlib/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-xlib/ChangeLog?rev=1.34&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-xlib/ChangeLog?rev=1.34&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-xlib/ChangeLog?r1=1.33&r2=1.34
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-xlib/ChangeLog,v
20 retrieving revision 1.33
21 retrieving revision 1.34
22 diff -u -r1.33 -r1.34
23 --- ChangeLog 28 May 2010 22:01:02 -0000 1.33
24 +++ ChangeLog 30 Mar 2011 14:24:28 -0000 1.34
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-python/python-xlib
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-xlib/ChangeLog,v 1.33 2010/05/28 22:01:02 arfrever Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-xlib/ChangeLog,v 1.34 2011/03/30 14:24:28 ssuominen Exp $
31 +
32 +*python-xlib-0.15_rc1-r1 (30 Mar 2011)
33 +
34 + 30 Mar 2011; Samuli Suominen <ssuominen@g.o>
35 + python-xlib-0.15_rc1.ebuild, +python-xlib-0.15_rc1-r1.ebuild:
36 + Rename 0.15_rc1 as 0.15_rc1-r1 and remove USE="doc" from 0.15_rc1 for
37 + stabilization wrt #361141, Comment #1 by Agostino Sarubbo.
38
39 28 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
40 python-xlib-0.14.ebuild, python-xlib-0.15_rc1.ebuild:
41
42
43
44 1.3 dev-python/python-xlib/python-xlib-0.15_rc1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-xlib/python-xlib-0.15_rc1.ebuild?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-xlib/python-xlib-0.15_rc1.ebuild?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-xlib/python-xlib-0.15_rc1.ebuild?r1=1.2&r2=1.3
49
50 Index: python-xlib-0.15_rc1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-xlib/python-xlib-0.15_rc1.ebuild,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- python-xlib-0.15_rc1.ebuild 28 May 2010 22:01:02 -0000 1.2
57 +++ python-xlib-0.15_rc1.ebuild 30 Mar 2011 14:24:28 -0000 1.3
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2010 Gentoo Foundation
60 +# Copyright 1999-2011 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-xlib/python-xlib-0.15_rc1.ebuild,v 1.2 2010/05/28 22:01:02 arfrever Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-xlib/python-xlib-0.15_rc1.ebuild,v 1.3 2011/03/30 14:24:28 ssuominen Exp $
64
65 EAPI="3"
66 PYTHON_DEPEND="2"
67 @@ -18,27 +18,12 @@
68 LICENSE="GPL-2"
69 SLOT="0"
70 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
71 -IUSE="doc"
72 +IUSE=""
73
74 -DEPEND="doc? (
75 - virtual/latex-base
76 - >=sys-apps/texinfo-4.8-r2
77 - )"
78 -RDEPEND=""
79 RESTRICT_PYTHON_ABIS="3.*"
80
81 PYTHON_MODNAME="Xlib"
82
83 -src_compile() {
84 - distutils_src_compile
85 -
86 - if use doc; then
87 - cd doc
88 - einfo "Generation of documentation"
89 - VARTEXFONTS="${T}"/fonts emake || die "Generation of documentation failed"
90 - fi
91 -}
92 -
93 src_test() {
94 cd test
95 testing() {
96 @@ -51,12 +36,3 @@
97 }
98 python_execute_function testing
99 }
100 -
101 -src_install () {
102 - distutils_src_install
103 -
104 - if use doc; then
105 - dohtml -r doc/html/
106 - dodoc doc/ps/python-xlib.ps
107 - fi
108 -}
109
110
111
112 1.1 dev-python/python-xlib/python-xlib-0.15_rc1-r1.ebuild
113
114 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-xlib/python-xlib-0.15_rc1-r1.ebuild?rev=1.1&view=markup
115 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-xlib/python-xlib-0.15_rc1-r1.ebuild?rev=1.1&content-type=text/plain
116
117 Index: python-xlib-0.15_rc1-r1.ebuild
118 ===================================================================
119 # Copyright 1999-2011 Gentoo Foundation
120 # Distributed under the terms of the GNU General Public License v2
121 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-xlib/python-xlib-0.15_rc1-r1.ebuild,v 1.1 2011/03/30 14:24:28 ssuominen Exp $
122
123 EAPI="3"
124 PYTHON_DEPEND="2"
125 SUPPORT_PYTHON_ABIS="1"
126
127 inherit distutils
128
129 MY_P="${P/_/}"
130 S="${WORKDIR}/${MY_P}"
131
132 DESCRIPTION="A fully functional X client library for Python, written in Python"
133 HOMEPAGE="http://python-xlib.sourceforge.net/"
134 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
135
136 LICENSE="GPL-2"
137 SLOT="0"
138 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
139 IUSE="doc"
140
141 DEPEND="doc? (
142 virtual/latex-base
143 >=sys-apps/texinfo-4.8-r2
144 )"
145 RDEPEND=""
146 RESTRICT_PYTHON_ABIS="3.*"
147
148 PYTHON_MODNAME="Xlib"
149
150 src_compile() {
151 distutils_src_compile
152
153 if use doc; then
154 cd doc
155 einfo "Generation of documentation"
156 VARTEXFONTS="${T}"/fonts emake || die "Generation of documentation failed"
157 fi
158 }
159
160 src_test() {
161 cd test
162 testing() {
163 local return_status="0" test
164 for test in *.py; do
165 echo "Running ${test}..."
166 PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" "${test}" || return_status="1"
167 done
168 return "${return_status}"
169 }
170 python_execute_function testing
171 }
172
173 src_install () {
174 distutils_src_install
175
176 if use doc; then
177 dohtml -r doc/html/
178 dodoc doc/ps/python-xlib.ps
179 fi
180 }