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/libsemanage: libsemanage-2.3-r2.ebuild ChangeLog
Date: Wed, 30 Jul 2014 11:56:11
Message-Id: 20140730115607.DFAF72004E@flycatcher.gentoo.org
1 swift 14/07/30 11:56:07
2
3 Modified: libsemanage-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.3 sys-libs/libsemanage/libsemanage-2.3-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.3-r2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.3-r2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.3-r2.ebuild?r1=1.2&r2=1.3
15
16 Index: libsemanage-2.3-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.3-r2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libsemanage-2.3-r2.ebuild 18 Jun 2014 20:50:58 -0000 1.2
23 +++ libsemanage-2.3-r2.ebuild 30 Jul 2014 11:56:07 -0000 1.3
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-libs/libsemanage/libsemanage-2.3-r2.ebuild,v 1.2 2014/06/18 20:50:58 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.3-r2.ebuild,v 1.3 2014/07/30 11:56:07 swift Exp $
29
30 EAPI="5"
31 PYTHON_COMPAT=( python2_7 python3_2 python3_3 )
32 @@ -18,7 +18,7 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 +KEYWORDS="amd64 x86"
38 IUSE="python"
39
40 RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}]
41
42
43
44 1.72 sys-libs/libsemanage/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/ChangeLog?rev=1.72&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/ChangeLog?rev=1.72&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/ChangeLog?r1=1.71&r2=1.72
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v
53 retrieving revision 1.71
54 retrieving revision 1.72
55 diff -u -r1.71 -r1.72
56 --- ChangeLog 18 Jun 2014 20:50:58 -0000 1.71
57 +++ ChangeLog 30 Jul 2014 11:56:07 -0000 1.72
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-libs/libsemanage
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.71 2014/06/18 20:50:58 mgorny Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.72 2014/07/30 11:56:07 swift Exp $
63 +
64 + 30 Jul 2014; Sven Vermeulen <swift@g.o> libsemanage-2.3-r2.ebuild:
65 + Fix bug #514194 - Stabilization of SELinux userspace 2.3
66
67 18 Jun 2014; Michał Górny <mgorny@g.o> libsemanage-2.3-r2.ebuild:
68 Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug