summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2015-01-29 10:13:51 +0000
committerJason Zaman <perfinion@gentoo.org>2015-01-29 10:13:51 +0000
commitf2dcb7c14df415a80f1b26b00a8b2809445893b0 (patch)
treee28cbe43e0d756e8ed4bf40210776628d569ed4e /sec-policy
parentamd64 stable, bug #531450 (diff)
downloadgentoo-2-f2dcb7c14df415a80f1b26b00a8b2809445893b0.tar.gz
gentoo-2-f2dcb7c14df415a80f1b26b00a8b2809445893b0.tar.bz2
gentoo-2-f2dcb7c14df415a80f1b26b00a8b2809445893b0.zip
add sec-policy/selinux-git
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sec-policy')
-rw-r--r--sec-policy/selinux-git/ChangeLog9
-rw-r--r--sec-policy/selinux-git/metadata.xml6
-rw-r--r--sec-policy/selinux-git/selinux-git-9999.ebuild17
3 files changed, 32 insertions, 0 deletions
diff --git a/sec-policy/selinux-git/ChangeLog b/sec-policy/selinux-git/ChangeLog
new file mode 100644
index 000000000000..274f7ef04247
--- /dev/null
+++ b/sec-policy/selinux-git/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sec-policy/selinux-git
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-git/ChangeLog,v 1.1 2015/01/29 10:13:51 perfinion Exp $
+
+*selinux-git-2.20141203-r3 (29 Jan 2015)
+
+ 29 Jan 2015; Jason Zaman <perfinion@gentoo.org>
+ +selinux-git-2.20141203-r3.ebuild, selinux-git-2.20141203-r2.ebuild:
+ Initial commit to portage.
diff --git a/sec-policy/selinux-git/metadata.xml b/sec-policy/selinux-git/metadata.xml
new file mode 100644
index 000000000000..02400cbfe2e9
--- /dev/null
+++ b/sec-policy/selinux-git/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>selinux</herd>
+ <longdescription>Gentoo SELinux policy for git</longdescription>
+</pkgmetadata>
diff --git a/sec-policy/selinux-git/selinux-git-9999.ebuild b/sec-policy/selinux-git/selinux-git-9999.ebuild
new file mode 100644
index 000000000000..9610ed88f458
--- /dev/null
+++ b/sec-policy/selinux-git/selinux-git-9999.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-git/selinux-git-9999.ebuild,v 1.1 2015/01/29 10:13:51 perfinion Exp $
+EAPI="5"
+
+IUSE=""
+MODS="git"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for git"
+
+if [[ $PV == 9999* ]] ; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi