Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/beaker: ChangeLog beaker-1.2.2.ebuild
Date: Sun, 26 Apr 2009 08:56:18
Message-Id: E1Ly09o-0005wL-6E@stork.gentoo.org
1 patrick 09/04/26 08:56:16
2
3 Modified: ChangeLog
4 Added: beaker-1.2.2.ebuild
5 Log:
6 Bump to 1.2.2, dep for bug #260168
7 (Portage version: 2.2_rc31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-python/beaker/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beaker/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beaker/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beaker/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/beaker/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 2 May 2008 02:39:57 -0000 1.5
23 +++ ChangeLog 26 Apr 2009 08:56:16 -0000 1.6
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-python/beaker
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/ChangeLog,v 1.5 2008/05/02 02:39:57 pythonhead Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/ChangeLog,v 1.6 2009/04/26 08:56:16 patrick Exp $
30 +
31 +*beaker-1.2.2 (26 Apr 2009)
32 +
33 + 26 Apr 2009; Patrick Lauer <patrick@g.o> +beaker-1.2.2.ebuild:
34 + Bump to 1.2.2, dep for bug #260168
35
36 *beaker-0.9.4 (02 May 2008)
37
38
39
40
41 1.1 dev-python/beaker/beaker-1.2.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beaker/beaker-1.2.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beaker/beaker-1.2.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: beaker-1.2.2.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/beaker/beaker-1.2.2.ebuild,v 1.1 2009/04/26 08:56:16 patrick Exp $
51
52 NEED_PYTHON=2.4
53
54 inherit distutils
55
56 MY_PN=Beaker
57 MY_P=${MY_PN}-${PV}
58
59 DESCRIPTION="A simple WSGI middleware to use the Myghty Container API"
60 HOMEPAGE="http://beaker.groovie.org/"
61 SRC_URI="http://cheeseshop.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
62
63 LICENSE="MIT"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 DEPEND="dev-python/setuptools"
69 RDEPEND=""
70
71 S=${WORKDIR}/${MY_P}