Gentoo Archives: gentoo-commits

From: "Rafael Martins (rafaelmartins)" <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/frozen-flask: ChangeLog frozen-flask-0.7.ebuild
Date: Sun, 27 Nov 2011 22:50:11
Message-Id: 20111127224956.74C8D2004B@flycatcher.gentoo.org
1 rafaelmartins 11/11/27 22:49:56
2
3 Modified: ChangeLog frozen-flask-0.7.ebuild
4 Log:
5 this package supports python 2.5
6
7 (Portage version: 2.2.0_alpha59_p57/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/frozen-flask/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/frozen-flask/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/frozen-flask/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/frozen-flask/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/frozen-flask/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 27 Nov 2011 22:13:14 -0000 1.1
23 +++ ChangeLog 27 Nov 2011 22:49:56 -0000 1.2
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-python/frozen-flask
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/frozen-flask/ChangeLog,v 1.1 2011/11/27 22:13:14 rafaelmartins Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/frozen-flask/ChangeLog,v 1.2 2011/11/27 22:49:56 rafaelmartins Exp $
29 +
30 + 27 Nov 2011; Rafael G. Martins <rafaelmartins@g.o>
31 + frozen-flask-0.7.ebuild:
32 + this package supports python 2.5
33
34 *frozen-flask-0.7 (27 Nov 2011)
35
36
37
38
39 1.2 dev-python/frozen-flask/frozen-flask-0.7.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/frozen-flask/frozen-flask-0.7.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/frozen-flask/frozen-flask-0.7.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/frozen-flask/frozen-flask-0.7.ebuild?r1=1.1&r2=1.2
44
45 Index: frozen-flask-0.7.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/frozen-flask/frozen-flask-0.7.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- frozen-flask-0.7.ebuild 27 Nov 2011 22:13:14 -0000 1.1
52 +++ frozen-flask-0.7.ebuild 27 Nov 2011 22:49:56 -0000 1.2
53 @@ -1,11 +1,11 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/frozen-flask/frozen-flask-0.7.ebuild,v 1.1 2011/11/27 22:13:14 rafaelmartins Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/frozen-flask/frozen-flask-0.7.ebuild,v 1.2 2011/11/27 22:49:56 rafaelmartins Exp $
58
59 EAPI="3"
60 -PYTHON_DEPEND="2:2.6"
61 +PYTHON_DEPEND="2:2.5"
62 SUPPORT_PYTHON_ABIS="1"
63 -RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"
64 +RESTRICT_PYTHON_ABIS="2.4 3.*"
65 DISTUTILS_SRC_TEST="nosetests"
66
67 inherit distutils