Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-phpfpm: selinux-phpfpm-2.20140311-r7.ebuild ChangeLog
Date: Sat, 01 Nov 2014 17:29:51
Message-Id: 20141101172618.E8C47941D@oystercatcher.gentoo.org
1 swift 14/11/01 17:26:18
2
3 Modified: ChangeLog
4 Added: selinux-phpfpm-2.20140311-r7.ebuild
5 Log:
6 Bump revision r7 of SELinux policies
7
8 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
9
10 Revision Changes Path
11 1.38 sec-policy/selinux-phpfpm/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-phpfpm/ChangeLog?rev=1.38&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-phpfpm/ChangeLog?rev=1.38&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-phpfpm/ChangeLog?r1=1.37&r2=1.38
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-phpfpm/ChangeLog,v
20 retrieving revision 1.37
21 retrieving revision 1.38
22 diff -u -r1.37 -r1.38
23 --- ChangeLog 1 Nov 2014 16:13:35 -0000 1.37
24 +++ ChangeLog 1 Nov 2014 17:26:18 -0000 1.38
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sec-policy/selinux-phpfpm
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-phpfpm/ChangeLog,v 1.37 2014/11/01 16:13:35 swift Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-phpfpm/ChangeLog,v 1.38 2014/11/01 17:26:18 swift Exp $
30 +
31 +*selinux-phpfpm-2.20140311-r7 (01 Nov 2014)
32 +
33 + 01 Nov 2014; Sven Vermeulen <swift@g.o>
34 + +selinux-phpfpm-2.20140311-r7.ebuild:
35 + Bump revision r7 of SELinux policies
36
37 01 Nov 2014; Sven Vermeulen <swift@g.o> selinux-phpfpm-9999.ebuild:
38 Add KEYWORDS logic in -9999 ebuilds for ease of copying
39
40
41
42 1.1 sec-policy/selinux-phpfpm/selinux-phpfpm-2.20140311-r7.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20140311-r7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20140311-r7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: selinux-phpfpm-2.20140311-r7.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-phpfpm/selinux-phpfpm-2.20140311-r7.ebuild,v 1.1 2014/11/01 17:26:18 swift Exp $
52 EAPI="5"
53
54 IUSE=""
55 MODS="phpfpm"
56
57 inherit selinux-policy-2
58
59 DESCRIPTION="SELinux policy for phpfpm"
60
61 if [[ $PV == 9999* ]] ; then
62 KEYWORDS=""
63 else
64 KEYWORDS="~amd64 ~x86"
65 fi
66 DEPEND="${DEPEND}
67 sec-policy/selinux-apache
68 "
69 RDEPEND="${DEPEND}"