summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sec-policy/selinux-nagios')
-rw-r--r--sec-policy/selinux-nagios/ChangeLog8
-rw-r--r--sec-policy/selinux-nagios/selinux-nagios-2.20130424-r4.ebuild18
2 files changed, 25 insertions, 1 deletions
diff --git a/sec-policy/selinux-nagios/ChangeLog b/sec-policy/selinux-nagios/ChangeLog
index 2e871bbf445f..043aa0f9bbd0 100644
--- a/sec-policy/selinux-nagios/ChangeLog
+++ b/sec-policy/selinux-nagios/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sec-policy/selinux-nagios
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nagios/ChangeLog,v 1.35 2013/09/26 17:24:40 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nagios/ChangeLog,v 1.36 2013/12/11 13:20:44 swift Exp $
+
+*selinux-nagios-2.20130424-r4 (11 Dec 2013)
+
+ 11 Dec 2013; Sven Vermeulen <swift@gentoo.org>
+ +selinux-nagios-2.20130424-r4.ebuild:
+ Release of 2.20130424-r4
*selinux-nagios-2.20130424-r3 (26 Sep 2013)
diff --git a/sec-policy/selinux-nagios/selinux-nagios-2.20130424-r4.ebuild b/sec-policy/selinux-nagios/selinux-nagios-2.20130424-r4.ebuild
new file mode 100644
index 000000000000..ce6cb968cba9
--- /dev/null
+++ b/sec-policy/selinux-nagios/selinux-nagios-2.20130424-r4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nagios/selinux-nagios-2.20130424-r4.ebuild,v 1.1 2013/12/11 13:20:44 swift Exp $
+EAPI="4"
+
+IUSE=""
+MODS="nagios"
+BASEPOL="2.20130424-r4"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for nagios"
+
+KEYWORDS="~amd64 ~x86"
+DEPEND="${DEPEND}
+ sec-policy/selinux-apache
+"
+RDEPEND="${DEPEND}"