summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-05-29 18:58:06 +0000
committerSven Vermeulen <swift@gentoo.org>2014-05-29 18:58:06 +0000
commit10fb5a7517873c7983b3e02c9bc16d89fcadf556 (patch)
tree8d3af301fa09b24394f18cac69fee0c530270ab4 /sec-policy/selinux-mozilla
parentRestore stable keyword from 20140406. (diff)
downloadgentoo-2-10fb5a7517873c7983b3e02c9bc16d89fcadf556.tar.gz
gentoo-2-10fb5a7517873c7983b3e02c9bc16d89fcadf556.tar.bz2
gentoo-2-10fb5a7517873c7983b3e02c9bc16d89fcadf556.zip
Bump to 2.20140311-r3
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy/selinux-mozilla')
-rw-r--r--sec-policy/selinux-mozilla/ChangeLog8
-rw-r--r--sec-policy/selinux-mozilla/selinux-mozilla-2.20140311-r3.ebuild18
2 files changed, 25 insertions, 1 deletions
diff --git a/sec-policy/selinux-mozilla/ChangeLog b/sec-policy/selinux-mozilla/ChangeLog
index cbae0ae2302a..518ddae32f6e 100644
--- a/sec-policy/selinux-mozilla/ChangeLog
+++ b/sec-policy/selinux-mozilla/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sec-policy/selinux-mozilla
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v 1.55 2014/04/19 17:22:26 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v 1.56 2014/05/29 18:57:53 swift Exp $
+
+*selinux-mozilla-2.20140311-r3 (29 May 2014)
+
+ 29 May 2014; Sven Vermeulen <swift@gentoo.org>
+ +selinux-mozilla-2.20140311-r3.ebuild:
+ Bump to 2.20140311-r3
19 Apr 2014; Sven Vermeulen <swift@gentoo.org>
selinux-mozilla-2.20140311-r2.ebuild:
diff --git a/sec-policy/selinux-mozilla/selinux-mozilla-2.20140311-r3.ebuild b/sec-policy/selinux-mozilla/selinux-mozilla-2.20140311-r3.ebuild
new file mode 100644
index 000000000000..98723b136a7d
--- /dev/null
+++ b/sec-policy/selinux-mozilla/selinux-mozilla-2.20140311-r3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/selinux-mozilla-2.20140311-r3.ebuild,v 1.1 2014/05/29 18:57:53 swift Exp $
+EAPI="5"
+
+IUSE="alsa"
+MODS="mozilla"
+BASEPOL="2.20140311-r3"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for mozilla"
+
+KEYWORDS="~amd64 ~x86"
+DEPEND="${DEPEND}
+ sec-policy/selinux-xserver
+"
+RDEPEND="${DEPEND}"