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/turbocheetah: ChangeLog turbocheetah-1.0.ebuild
Date: Wed, 02 Jul 2008 05:38:41
Message-Id: E1KDv36-00081t-48@stork.gentoo.org
1 pythonhead 08/07/02 05:38:36
2
3 Modified: ChangeLog
4 Added: turbocheetah-1.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
8
9 Revision Changes Path
10 1.3 dev-python/turbocheetah/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/turbocheetah/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/turbocheetah/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/turbocheetah/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/turbocheetah/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 4 Jul 2007 19:07:20 -0000 1.2
23 +++ ChangeLog 2 Jul 2008 05:38:35 -0000 1.3
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/turbocheetah
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/turbocheetah/ChangeLog,v 1.2 2007/07/04 19:07:20 pythonhead Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbocheetah/ChangeLog,v 1.3 2008/07/02 05:38:35 pythonhead Exp $
30 +
31 +*turbocheetah-1.0 (02 Jul 2008)
32 +
33 + 02 Jul 2008; Rob Cakebread <pythonhead@g.o>
34 + +turbocheetah-1.0.ebuild:
35 + Version bump.
36
37 04 Jul 2007; Rob Cakebread <pythonhead@g.o>
38 turbocheetah-0.9.5.ebuild:
39
40
41
42 1.1 dev-python/turbocheetah/turbocheetah-1.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/turbocheetah/turbocheetah-1.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/turbocheetah/turbocheetah-1.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: turbocheetah-1.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/turbocheetah/turbocheetah-1.0.ebuild,v 1.1 2008/07/02 05:38:35 pythonhead Exp $
52
53 NEED_PYTHON=2.4
54
55 inherit distutils
56
57 KEYWORDS="~amd64 ~x86"
58
59 MY_PN=TurboCheetah
60 MY_P=${MY_PN}-${PV}
61
62 DESCRIPTION="TurboGears plugin to support use of Cheetah templates."
63 HOMEPAGE="http://www.turbogears.org/docs/plugins/template.html"
64 SRC_URI="http://cheeseshop.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
65 LICENSE="MIT"
66 SLOT="0"
67 IUSE="test"
68
69 RDEPEND=">=dev-python/cheetah-1.0"
70 DEPEND="${RDEPEND}
71 test? ( dev-python/nose )
72 dev-python/setuptools"
73
74 S=${WORKDIR}/${MY_P}
75
76 src_test() {
77 PYTHONPATH=. nosetests || die "tests failed"
78 }
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list