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