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-apps/checkpolicy: checkpolicy-2.3.ebuild ChangeLog
Date: Wed, 30 Jul 2014 11:57:23
Message-Id: 20140730115720.1F31A2004E@flycatcher.gentoo.org
1 swift 14/07/30 11:57:20
2
3 Modified: checkpolicy-2.3.ebuild ChangeLog
4 Log:
5 Fix bug #514194 - Stabilization of SELinux userspace 2.3
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
8
9 Revision Changes Path
10 1.2 sys-apps/checkpolicy/checkpolicy-2.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.3.ebuild?r1=1.1&r2=1.2
15
16 Index: checkpolicy-2.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- checkpolicy-2.3.ebuild 9 May 2014 20:31:03 -0000 1.1
23 +++ checkpolicy-2.3.ebuild 30 Jul 2014 11:57:19 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.3.ebuild,v 1.1 2014/05/09 20:31:03 swift Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.3.ebuild,v 1.2 2014/07/30 11:57:19 swift Exp $
29
30 EAPI="5"
31
32 @@ -17,7 +17,7 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 +KEYWORDS="amd64 x86"
38 IUSE="debug"
39
40 DEPEND=">=sys-libs/libsepol-${SEPOL_VER}
41
42
43
44 1.78 sys-apps/checkpolicy/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?rev=1.78&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?rev=1.78&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?r1=1.77&r2=1.78
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v
53 retrieving revision 1.77
54 retrieving revision 1.78
55 diff -u -r1.77 -r1.78
56 --- ChangeLog 9 Jul 2014 03:55:05 -0000 1.77
57 +++ ChangeLog 30 Jul 2014 11:57:19 -0000 1.78
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-apps/checkpolicy
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.77 2014/07/09 03:55:05 patrick Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.78 2014/07/30 11:57:19 swift Exp $
63 +
64 + 30 Jul 2014; Sven Vermeulen <swift@g.o> checkpolicy-2.3.ebuild:
65 + Fix bug #514194 - Stabilization of SELinux userspace 2.3
66
67 09 Jul 2014; Patrick Lauer <patrick@g.o> checkpolicy-2.2.ebuild:
68 Fix ebuilds to run all phase functions