summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2015-07-02 17:59:43 +0000
committerJason Zaman <perfinion@gentoo.org>2015-07-02 17:59:43 +0000
commitab6be9eed1e5668e4a2e8a8117f6d92a6d22c2d6 (patch)
tree5375c41d2b6d7bfad0ba195845d2f64bb27977f4 /sec-policy/selinux-nut
parentremove all old versions (diff)
downloadgentoo-2-ab6be9eed1e5668e4a2e8a8117f6d92a6d22c2d6.tar.gz
gentoo-2-ab6be9eed1e5668e4a2e8a8117f6d92a6d22c2d6.tar.bz2
gentoo-2-ab6be9eed1e5668e4a2e8a8117f6d92a6d22c2d6.zip
Release of 2.20141203-r7
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sec-policy/selinux-nut')
-rw-r--r--sec-policy/selinux-nut/ChangeLog8
-rw-r--r--sec-policy/selinux-nut/selinux-nut-2.20141203-r7.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/sec-policy/selinux-nut/ChangeLog b/sec-policy/selinux-nut/ChangeLog
index d46e995b8461..5c559bca2f5a 100644
--- a/sec-policy/selinux-nut/ChangeLog
+++ b/sec-policy/selinux-nut/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sec-policy/selinux-nut
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nut/ChangeLog,v 1.62 2015/06/05 16:10:30 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nut/ChangeLog,v 1.63 2015/07/02 17:59:33 perfinion Exp $
+
+*selinux-nut-2.20141203-r7 (02 Jul 2015)
+
+ 02 Jul 2015; Jason Zaman <perfinion@gentoo.org>
+ +selinux-nut-2.20141203-r7.ebuild:
+ Release of 2.20141203-r7
05 Jun 2015; Jason Zaman <perfinion@gentoo.org>
selinux-nut-2.20141203-r5.ebuild:
diff --git a/sec-policy/selinux-nut/selinux-nut-2.20141203-r7.ebuild b/sec-policy/selinux-nut/selinux-nut-2.20141203-r7.ebuild
new file mode 100644
index 000000000000..b2c182c3ab17
--- /dev/null
+++ b/sec-policy/selinux-nut/selinux-nut-2.20141203-r7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nut/selinux-nut-2.20141203-r7.ebuild,v 1.1 2015/07/02 17:59:33 perfinion Exp $
+EAPI="5"
+
+IUSE=""
+MODS="nut"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for nut"
+
+if [[ $PV == 9999* ]] ; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi
+DEPEND="${DEPEND}
+ sec-policy/selinux-apache
+"
+RDEPEND="${RDEPEND}
+ sec-policy/selinux-apache
+"