Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libselinux: ChangeLog libselinux-2.2.1-r1.ebuild
Date: Sun, 02 Feb 2014 09:17:13
Message-Id: 20140202091709.C041C2004C@flycatcher.gentoo.org
1 swift 14/02/02 09:17:09
2
3 Modified: ChangeLog libselinux-2.2.1-r1.ebuild
4 Log:
5 Fix bug #499604 - Support python 3.3
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
8
9 Revision Changes Path
10 1.109 sys-libs/libselinux/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/ChangeLog?rev=1.109&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/ChangeLog?rev=1.109&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/ChangeLog?r1=1.108&r2=1.109
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v
19 retrieving revision 1.108
20 retrieving revision 1.109
21 diff -u -r1.108 -r1.109
22 --- ChangeLog 20 Jan 2014 20:03:24 -0000 1.108
23 +++ ChangeLog 2 Feb 2014 09:17:09 -0000 1.109
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-libs/libselinux
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.108 2014/01/20 20:03:24 swift Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.109 2014/02/02 09:17:09 swift Exp $
29 +
30 + 02 Feb 2014; Sven Vermeulen <swift@g.o> libselinux-2.2.1-r1.ebuild:
31 + Support python 3.3, see bug 499604
32 +
33 + 02 Feb 2014; Sven Vermeulen <swift@g.o> libselinux-2.2.1-r1.ebuild:
34 + Stabilize for amd64 and x86
35
36 20 Jan 2014; Sven Vermeulen <swift@g.o> libselinux-2.2-r1.ebuild:
37 Stabilize for x86 and amd64
38
39
40
41 1.2 sys-libs/libselinux/libselinux-2.2.1-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/libselinux-2.2.1-r1.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/libselinux-2.2.1-r1.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/libselinux-2.2.1-r1.ebuild?r1=1.1&r2=1.2
46
47 Index: libselinux-2.2.1-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.2.1-r1.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- libselinux-2.2.1-r1.ebuild 10 Dec 2013 14:09:04 -0000 1.1
54 +++ libselinux-2.2.1-r1.ebuild 2 Feb 2014 09:17:09 -0000 1.2
55 @@ -1,9 +1,9 @@
56 -# Copyright 1999-2013 Gentoo Foundation
57 +# Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.2.1-r1.ebuild,v 1.1 2013/12/10 14:09:04 swift Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.2.1-r1.ebuild,v 1.2 2014/02/02 09:17:09 swift Exp $
61
62 EAPI="5"
63 -PYTHON_COMPAT=( python2_7 python3_2 )
64 +PYTHON_COMPAT=( python2_7 python3_2 python3_3 )
65 USE_RUBY="ruby18 ruby19"
66 RUBY_OPTIONAL="yes"
67
68 @@ -18,7 +18,7 @@
69
70 LICENSE="public-domain"
71 SLOT="0"
72 -KEYWORDS="~amd64 ~x86"
73 +KEYWORDS="amd64 x86"
74 IUSE="python ruby static-libs"
75
76 RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}