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/sip: ChangeLog sip-4.16.2.ebuild
Date: Sat, 04 Oct 2014 12:21:46
Message-Id: 20141004122143.B1A256EEC@oystercatcher.gentoo.org
1 maekke 14/10/04 12:21:43
2
3 Modified: ChangeLog sip-4.16.2.ebuild
4 Log:
5 arm stable, bug #523322
6
7 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
8
9 Revision Changes Path
10 1.290 dev-python/sip/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?rev=1.290&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?rev=1.290&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?r1=1.289&r2=1.290
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v
19 retrieving revision 1.289
20 retrieving revision 1.290
21 diff -u -r1.289 -r1.290
22 --- ChangeLog 21 Sep 2014 11:18:10 -0000 1.289
23 +++ ChangeLog 4 Oct 2014 12:21:43 -0000 1.290
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/sip
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.289 2014/09/21 11:18:10 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.290 2014/10/04 12:21:43 maekke Exp $
29 +
30 + 04 Oct 2014; Markus Meier <maekke@g.o> sip-4.16.2.ebuild:
31 + arm stable, bug #523322
32
33 21 Sep 2014; Jeroen Roovers <jer@g.o> sip-4.16.2.ebuild:
34 Stable for HPPA (bug #523322).
35
36
37
38 1.4 dev-python/sip/sip-4.16.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/sip-4.16.2.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/sip-4.16.2.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/sip-4.16.2.ebuild?r1=1.3&r2=1.4
43
44 Index: sip-4.16.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.16.2.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- sip-4.16.2.ebuild 21 Sep 2014 11:18:10 -0000 1.3
51 +++ sip-4.16.2.ebuild 4 Oct 2014 12:21:43 -0000 1.4
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/sip/sip-4.16.2.ebuild,v 1.3 2014/09/21 11:18:10 jer Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.16.2.ebuild,v 1.4 2014/10/04 12:21:43 maekke Exp $
57
58 EAPI=5
59 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
60 @@ -28,7 +28,7 @@
61
62 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
63 SLOT="0/11"
64 -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
65 +KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
66 IUSE="debug doc"
67
68 DEPEND="${PYTHON_DEPS}"