diff options
author | 2015-01-29 09:52:19 +0000 | |
---|---|---|
committer | 2015-01-29 09:52:19 +0000 | |
commit | c82f7d1b3ca8d40dec066021d1a89b85db228c75 (patch) | |
tree | 1c269995b36aea339f363304632b25cb55209959 /sec-policy/selinux-mozilla | |
parent | Module for interacting with the Jenkins CI server, ebuilds written by maintai... (diff) | |
download | gentoo-2-c82f7d1b3ca8d40dec066021d1a89b85db228c75.tar.gz gentoo-2-c82f7d1b3ca8d40dec066021d1a89b85db228c75.tar.bz2 gentoo-2-c82f7d1b3ca8d40dec066021d1a89b85db228c75.zip |
Release of 2.20141203-r3, stable 2.20141203-r2
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sec-policy/selinux-mozilla')
-rw-r--r-- | sec-policy/selinux-mozilla/ChangeLog | 10 | ||||
-rw-r--r-- | sec-policy/selinux-mozilla/selinux-mozilla-2.20141203-r2.ebuild | 6 | ||||
-rw-r--r-- | sec-policy/selinux-mozilla/selinux-mozilla-2.20141203-r3.ebuild | 23 |
3 files changed, 34 insertions, 5 deletions
diff --git a/sec-policy/selinux-mozilla/ChangeLog b/sec-policy/selinux-mozilla/ChangeLog index b25092151096..5f3efcbd5ed0 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.72 2014/12/21 14:20:28 swift Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/ChangeLog,v 1.73 2015/01/29 09:52:10 perfinion Exp $ + +*selinux-mozilla-2.20141203-r3 (29 Jan 2015) + + 29 Jan 2015; Jason Zaman <perfinion@gentoo.org> + +selinux-mozilla-2.20141203-r3.ebuild, selinux-mozilla-2.20141203-r2.ebuild: + Release of 2.20141203-r3, stable 2.20141203-r2 21 Dec 2014; Sven Vermeulen <swift@gentoo.org> -selinux-mozilla-2.20140311-r1.ebuild, -selinux-mozilla-2.20140311-r2.ebuild, diff --git a/sec-policy/selinux-mozilla/selinux-mozilla-2.20141203-r2.ebuild b/sec-policy/selinux-mozilla/selinux-mozilla-2.20141203-r2.ebuild index 8b94edf3817b..f55d9d0fafb8 100644 --- a/sec-policy/selinux-mozilla/selinux-mozilla-2.20141203-r2.ebuild +++ b/sec-policy/selinux-mozilla/selinux-mozilla-2.20141203-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.20141203-r2.ebuild,v 1.1 2014/12/21 13:56:03 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mozilla/selinux-mozilla-2.20141203-r2.ebuild,v 1.2 2015/01/29 09:52:10 perfinion Exp $ EAPI="5" IUSE="alsa" @@ -13,7 +13,7 @@ DESCRIPTION="SELinux policy for mozilla" if [[ $PV == 9999* ]] ; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi DEPEND="${DEPEND} sec-policy/selinux-xserver diff --git a/sec-policy/selinux-mozilla/selinux-mozilla-2.20141203-r3.ebuild b/sec-policy/selinux-mozilla/selinux-mozilla-2.20141203-r3.ebuild new file mode 100644 index 000000000000..426450f9f819 --- /dev/null +++ b/sec-policy/selinux-mozilla/selinux-mozilla-2.20141203-r3.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-mozilla/selinux-mozilla-2.20141203-r3.ebuild,v 1.1 2015/01/29 09:52:10 perfinion Exp $ +EAPI="5" + +IUSE="alsa" +MODS="mozilla" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for mozilla" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi +DEPEND="${DEPEND} + sec-policy/selinux-xserver +" +RDEPEND="${RDEPEND} + sec-policy/selinux-xserver +" |