Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-sqlparse: ChangeLog python-sqlparse-0.1.10.ebuild
Date: Tue, 01 Apr 2014 19:01:30
Message-Id: 20140401190124.8CE012005C@flycatcher.gentoo.org
1 maekke 14/04/01 19:01:24
2
3 Modified: ChangeLog python-sqlparse-0.1.10.ebuild
4 Log:
5 arm stable, bug #502796
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
8
9 Revision Changes Path
10 1.22 dev-python/python-sqlparse/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 23 Jan 2014 04:55:09 -0000 1.21
23 +++ ChangeLog 1 Apr 2014 19:01:24 -0000 1.22
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/python-sqlparse
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.21 2014/01/23 04:55:09 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.22 2014/04/01 19:01:24 maekke Exp $
29 +
30 + 01 Apr 2014; Markus Meier <maekke@g.o> python-sqlparse-0.1.10.ebuild:
31 + arm stable, bug #502796
32
33 *python-sqlparse-0.1.10 (23 Jan 2014)
34
35
36
37
38 1.2 dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild?r1=1.1&r2=1.2
43
44 Index: python-sqlparse-0.1.10.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- python-sqlparse-0.1.10.ebuild 23 Jan 2014 04:55:09 -0000 1.1
51 +++ python-sqlparse-0.1.10.ebuild 1 Apr 2014 19:01:24 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild,v 1.1 2014/01/23 04:55:09 idella4 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild,v 1.2 2014/04/01 19:01:24 maekke Exp $
57
58 EAPI=5
59
60 @@ -13,7 +13,7 @@
61 SRC_URI="https://github.com/andialbrecht/sqlparse/archive/${PV}.tar.gz -> ${P}.tar.gz"
62
63 SLOT="0"
64 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
65 +KEYWORDS="~alpha ~amd64 arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
66 LICENSE="BSD-2"
67 IUSE="test"