summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2015-04-15 15:43:32 +0000
committerJason Zaman <perfinion@gentoo.org>2015-04-15 15:43:32 +0000
commit5b30b7c6f7583da5ea0fa73fe2edbdce7643205d (patch)
treeb228421e701d11b35dff10aec8c1f27d349d3537 /sec-policy/selinux-dbadm
parentVersion bump (diff)
downloadgentoo-2-5b30b7c6f7583da5ea0fa73fe2edbdce7643205d.tar.gz
gentoo-2-5b30b7c6f7583da5ea0fa73fe2edbdce7643205d.tar.bz2
gentoo-2-5b30b7c6f7583da5ea0fa73fe2edbdce7643205d.zip
Release of 2.20141203-r5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sec-policy/selinux-dbadm')
-rw-r--r--sec-policy/selinux-dbadm/ChangeLog8
-rw-r--r--sec-policy/selinux-dbadm/selinux-dbadm-2.20141203-r5.ebuild17
2 files changed, 24 insertions, 1 deletions
diff --git a/sec-policy/selinux-dbadm/ChangeLog b/sec-policy/selinux-dbadm/ChangeLog
index 3ca9602a3fc5..141493ef3e70 100644
--- a/sec-policy/selinux-dbadm/ChangeLog
+++ b/sec-policy/selinux-dbadm/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sec-policy/selinux-dbadm
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dbadm/ChangeLog,v 1.41 2015/03/22 14:17:01 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dbadm/ChangeLog,v 1.42 2015/04/15 15:43:30 perfinion Exp $
+
+*selinux-dbadm-2.20141203-r5 (15 Apr 2015)
+
+ 15 Apr 2015; Jason Zaman <perfinion@gentoo.org>
+ +selinux-dbadm-2.20141203-r5.ebuild:
+ Release of 2.20141203-r5
22 Mar 2015; Sven Vermeulen <swift@gentoo.org>
selinux-dbadm-2.20141203-r3.ebuild:
diff --git a/sec-policy/selinux-dbadm/selinux-dbadm-2.20141203-r5.ebuild b/sec-policy/selinux-dbadm/selinux-dbadm-2.20141203-r5.ebuild
new file mode 100644
index 000000000000..057a92532d31
--- /dev/null
+++ b/sec-policy/selinux-dbadm/selinux-dbadm-2.20141203-r5.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-dbadm/selinux-dbadm-2.20141203-r5.ebuild,v 1.1 2015/04/15 15:43:30 perfinion Exp $
+EAPI="5"
+
+IUSE=""
+MODS="dbadm"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for dbadm"
+
+if [[ $PV == 9999* ]] ; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi