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