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/policycoreutils: policycoreutils-2.3-r2.ebuild ChangeLog
Date: Wed, 30 Jul 2014 11:58:50
Message-Id: 20140730115846.AFBA12004E@flycatcher.gentoo.org
1 swift 14/07/30 11:58:46
2
3 Modified: policycoreutils-2.3-r2.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/policycoreutils/policycoreutils-2.3-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.3-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.3-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.3-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: policycoreutils-2.3-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.3-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- policycoreutils-2.3-r2.ebuild 28 May 2014 17:31:16 -0000 1.1
23 +++ policycoreutils-2.3-r2.ebuild 30 Jul 2014 11:58:46 -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/policycoreutils/policycoreutils-2.3-r2.ebuild,v 1.1 2014/05/28 17:31:16 swift Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.3-r2.ebuild,v 1.2 2014/07/30 11:58:46 swift Exp $
29
30 EAPI="5"
31 PYTHON_COMPAT=( python2_7 )
32 @@ -26,7 +26,7 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 +KEYWORDS="amd64 x86"
38
39 COMMON_DEPS=">=sys-libs/libselinux-${SELNX_VER}[python]
40 >=sys-libs/glibc-2.4
41
42
43
44 1.140 sys-apps/policycoreutils/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/ChangeLog?rev=1.140&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/ChangeLog?rev=1.140&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/ChangeLog?r1=1.139&r2=1.140
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v
53 retrieving revision 1.139
54 retrieving revision 1.140
55 diff -u -r1.139 -r1.140
56 --- ChangeLog 28 May 2014 17:31:16 -0000 1.139
57 +++ ChangeLog 30 Jul 2014 11:58:46 -0000 1.140
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-apps/policycoreutils
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.139 2014/05/28 17:31:16 swift Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.140 2014/07/30 11:58:46 swift Exp $
63 +
64 + 30 Jul 2014; Sven Vermeulen <swift@g.o> policycoreutils-2.3-r2.ebuild:
65 + Fix bug #514194 - Stabilization of SELinux userspace 2.3
66
67 *policycoreutils-2.3-r2 (28 May 2014)