Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-gpg: metadata.xml ChangeLog selinux-gpg-2.20101213-r2.ebuild
Date: Mon, 25 Jul 2011 22:49:30
Message-Id: 20110725224921.379BD2004B@flycatcher.gentoo.org
1 blueness 11/07/25 22:49:21
2
3 Added: metadata.xml ChangeLog
4 selinux-gpg-2.20101213-r2.ebuild
5 Log:
6 Initial commit to tree
7
8 (Portage version: 2.1.10.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 sec-policy/selinux-gpg/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-gpg/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-gpg/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>selinux</herd>
22 <longdescription>Gentoo SELinux policy for gnupg</longdescription>
23 </pkgmetadata>
24
25
26
27 1.1 sec-policy/selinux-gpg/ChangeLog
28
29 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-gpg/ChangeLog?rev=1.1&view=markup
30 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-gpg/ChangeLog?rev=1.1&content-type=text/plain
31
32 Index: ChangeLog
33 ===================================================================
34 # ChangeLog for sec-policy/selinux-gpg
35 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
36 # $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-gpg/ChangeLog,v 1.1 2011/07/25 22:49:21 blueness Exp $
37
38 25 Jul 2011; Anthony G. Basile <blueness@g.o>
39 +files/fix-apps-gpg-r2.patch, +selinux-gpg-2.20101213-r2.ebuild,
40 +metadata.xml:
41 Initial commit to tree
42
43 22 Jul 2011; <swift@g.o> selinux-gpg-2.20101213-r2.ebuild:
44 Add proper blocker to automatically switch from gnupg to gpg
45
46 *selinux-gpg-2.20101213-r2 (22 Jul 2011)
47
48 22 Jul 2011; <swift@g.o> +selinux-gpg-2.20101213-r2.ebuild,
49 +metadata.xml:
50 Use module-based naming as per Gentoo Hardened SELinux guidelines
51
52
53
54
55 1.1 sec-policy/selinux-gpg/selinux-gpg-2.20101213-r2.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-gpg/selinux-gpg-2.20101213-r2.ebuild?rev=1.1&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-gpg/selinux-gpg-2.20101213-r2.ebuild?rev=1.1&content-type=text/plain
59
60 Index: selinux-gpg-2.20101213-r2.ebuild
61 ===================================================================
62 # Copyright 1999-2011 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 # $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-gpg/selinux-gpg-2.20101213-r2.ebuild,v 1.1 2011/07/25 22:49:21 blueness Exp $
65
66 MODS="gpg"
67 IUSE=""
68
69 inherit selinux-policy-2
70
71 DESCRIPTION="SELinux policy for GNU privacy guard"
72
73 KEYWORDS="~amd64 ~x86"
74 RDEPEND="!<=sec-policy/selinux-gnupg-2.20101213-r1
75 >=sys-apps/policycoreutils-1.30.30
76 >=sec-policy/selinux-base-policy-${PV}"
77
78 POLICY_PATCH="${FILESDIR}/fix-apps-gpg-r2.patch"