Gentoo Archives: gentoo-commits

From: "Rob Cakebread (pythonhead)" <pythonhead@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/genshi: genshi-0.4.4.ebuild ChangeLog genshi-0.5.ebuild
Date: Mon, 23 Jun 2008 22:33:16
Message-Id: E1KAub0-0001ZZ-TB@stork.gentoo.org
1 pythonhead 08/06/23 22:33:10
2
3 Modified: genshi-0.4.4.ebuild ChangeLog
4 Added: genshi-0.5.ebuild
5 Log:
6 Version bump, added RDEPEND back because pkg_resources is imported. Closes #225889
7 (Portage version: 2.1.5.6)
8
9 Revision Changes Path
10 1.5 dev-python/genshi/genshi-0.4.4.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/genshi/genshi-0.4.4.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/genshi/genshi-0.4.4.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/genshi/genshi-0.4.4.ebuild?r1=1.4&r2=1.5
15
16 Index: genshi-0.4.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/genshi/genshi-0.4.4.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- genshi-0.4.4.ebuild 22 Apr 2008 13:42:56 -0000 1.4
23 +++ genshi-0.4.4.ebuild 23 Jun 2008 22:33:10 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/genshi/genshi-0.4.4.ebuild,v 1.4 2008/04/22 13:42:56 chtekk Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/genshi/genshi-0.4.4.ebuild,v 1.5 2008/06/23 22:33:10 pythonhead Exp $
29
30 NEED_PYTHON=2.3
31
32 @@ -17,7 +17,7 @@
33 IUSE="doc examples"
34
35 DEPEND="dev-python/setuptools"
36 -RDEPEND=""
37 +RDEPEND="${DEPEND}"
38
39 S="${WORKDIR}/${MY_P}"
40
41
42
43
44 1.11 dev-python/genshi/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/genshi/ChangeLog?rev=1.11&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/genshi/ChangeLog?rev=1.11&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/genshi/ChangeLog?r1=1.10&r2=1.11
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/genshi/ChangeLog,v
53 retrieving revision 1.10
54 retrieving revision 1.11
55 diff -u -r1.10 -r1.11
56 --- ChangeLog 22 Apr 2008 13:42:56 -0000 1.10
57 +++ ChangeLog 23 Jun 2008 22:33:10 -0000 1.11
58 @@ -1,6 +1,13 @@
59 # ChangeLog for dev-python/genshi
60 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/genshi/ChangeLog,v 1.10 2008/04/22 13:42:56 chtekk Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/genshi/ChangeLog,v 1.11 2008/06/23 22:33:10 pythonhead Exp $
63 +
64 +*genshi-0.5 (23 Jun 2008)
65 +
66 + 23 Jun 2008; Rob Cakebread <pythonhead@g.o> genshi-0.4.4.ebuild,
67 + +genshi-0.5.ebuild:
68 + Version bump, added RDEPEND back because pkg_resources is imported. Closes
69 + #225889
70
71 22 Apr 2008; Luca Longinotti <chtekk@g.o> genshi-0.4.4.ebuild:
72 Empty RDEPEND.
73
74
75
76 1.1 dev-python/genshi/genshi-0.5.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/genshi/genshi-0.5.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/genshi/genshi-0.5.ebuild?rev=1.1&content-type=text/plain
80
81 Index: genshi-0.5.ebuild
82 ===================================================================
83 # Copyright 1999-2008 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/dev-python/genshi/genshi-0.5.ebuild,v 1.1 2008/06/23 22:33:10 pythonhead Exp $
86
87 NEED_PYTHON=2.3
88
89 inherit distutils
90
91 MY_P="Genshi-${PV}"
92
93 DESCRIPTION="Python toolkit for stream-based generation of output for the web."
94 HOMEPAGE="http://genshi.edgewall.org/"
95 SRC_URI="ftp://ftp.edgewall.com/pub/genshi/${MY_P}.tar.bz2"
96 LICENSE="BSD"
97 SLOT="0"
98 KEYWORDS="~amd64 ~x86"
99 IUSE="doc examples"
100
101 DEPEND="dev-python/setuptools"
102 RDEPEND="${DEPEND}"
103
104 S="${WORKDIR}/${MY_P}"
105
106
107 src_install() {
108 distutils_src_install
109
110 if use doc ; then
111 dodoc doc/*.txt
112 dohtml -r doc/*
113 fi
114
115 if use examples ; then
116 insinto /usr/share/doc/${PF}
117 doins -r examples
118 fi
119 }
120
121 src_test() {
122 "${python}" setup.py test || die "test failed"
123 }
124
125
126
127 --
128 gentoo-commits@l.g.o mailing list