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/flup: ChangeLog flup-1.0.2.ebuild
Date: Mon, 07 Sep 2009 19:36:05
Message-Id: E1Mkk0N-0003xI-E3@stork.gentoo.org
1 patrick 09/09/07 19:35:59
2
3 Modified: ChangeLog
4 Added: flup-1.0.2.ebuild
5 Log:
6 Bump
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 dev-python/flup/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/flup/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/flup/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/flup/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/flup/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 7 Dec 2008 00:10:59 -0000 1.6
23 +++ ChangeLog 7 Sep 2009 19:35:59 -0000 1.7
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-python/flup
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flup/ChangeLog,v 1.6 2008/12/07 00:10:59 patrick Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flup/ChangeLog,v 1.7 2009/09/07 19:35:59 patrick Exp $
30 +
31 +*flup-1.0.2 (07 Sep 2009)
32 +
33 + 07 Sep 2009; Patrick Lauer <patrick@g.o> +flup-1.0.2.ebuild:
34 + Bump
35
36 *flup-1.0.1 (07 Dec 2008)
37
38
39
40
41 1.1 dev-python/flup/flup-1.0.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/flup/flup-1.0.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/flup/flup-1.0.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: flup-1.0.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/flup/flup-1.0.2.ebuild,v 1.1 2009/09/07 19:35:59 patrick Exp $
51
52 NEED_PYTHON=2.4
53
54 inherit distutils
55
56 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
57
58 DESCRIPTION="Random assortment of WSGI servers"
59 HOMEPAGE="http://www.saddi.com/software/flup/"
60 SRC_URI="http://www.saddi.com/software/${PN}/dist/${P}.tar.gz"
61 LICENSE="BSD"
62 SLOT="0"
63 IUSE=""
64
65 DEPEND="dev-python/setuptools"
66 RDEPEND=""