summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sec-policy/selinux-apcupsd')
-rw-r--r--sec-policy/selinux-apcupsd/ChangeLog8
-rw-r--r--sec-policy/selinux-apcupsd/selinux-apcupsd-2.20141203-r1.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/sec-policy/selinux-apcupsd/ChangeLog b/sec-policy/selinux-apcupsd/ChangeLog
index b16013c24eaf..5e54d33a5192 100644
--- a/sec-policy/selinux-apcupsd/ChangeLog
+++ b/sec-policy/selinux-apcupsd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sec-policy/selinux-apcupsd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-apcupsd/ChangeLog,v 1.50 2014/11/27 09:58:52 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-apcupsd/ChangeLog,v 1.51 2014/12/07 11:49:48 perfinion Exp $
+
+*selinux-apcupsd-2.20141203-r1 (07 Dec 2014)
+
+ 07 Dec 2014; Jason Zaman <perfinion@gentoo.org>
+ +selinux-apcupsd-2.20141203-r1.ebuild:
+ Release of 2.20141203-r1
27 Nov 2014; Sven Vermeulen <swift@gentoo.org> selinux-apcupsd-9999.ebuild:
Do not pull in DEPEND in RDEPEND unnecessary
diff --git a/sec-policy/selinux-apcupsd/selinux-apcupsd-2.20141203-r1.ebuild b/sec-policy/selinux-apcupsd/selinux-apcupsd-2.20141203-r1.ebuild
new file mode 100644
index 000000000000..334723758143
--- /dev/null
+++ b/sec-policy/selinux-apcupsd/selinux-apcupsd-2.20141203-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-apcupsd/selinux-apcupsd-2.20141203-r1.ebuild,v 1.1 2014/12/07 11:49:48 perfinion Exp $
+EAPI="5"
+
+IUSE=""
+MODS="apcupsd"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for apcupsd"
+
+if [[ $PV == 9999* ]] ; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi
+DEPEND="${DEPEND}
+ sec-policy/selinux-apache
+"
+RDEPEND="${RDEPEND}
+ sec-policy/selinux-apache
+"