diff options
Diffstat (limited to 'sec-policy/selinux-thunderbird')
3 files changed, 32 insertions, 3 deletions
diff --git a/sec-policy/selinux-thunderbird/ChangeLog b/sec-policy/selinux-thunderbird/ChangeLog index 68daa069089b..ae54cc597562 100644 --- a/sec-policy/selinux-thunderbird/ChangeLog +++ b/sec-policy/selinux-thunderbird/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-thunderbird # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-thunderbird/ChangeLog,v 1.56 2015/01/29 09:52:17 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-thunderbird/ChangeLog,v 1.57 2015/03/22 13:47:24 swift Exp $ + +*selinux-thunderbird-2.20141203-r4 (22 Mar 2015) + + 22 Mar 2015; Sven Vermeulen <swift@gentoo.org> + +selinux-thunderbird-2.20141203-r4.ebuild, selinux-thunderbird-9999.ebuild: + Release of 2.20141203-r4 *selinux-thunderbird-2.20141203-r3 (29 Jan 2015) diff --git a/sec-policy/selinux-thunderbird/selinux-thunderbird-2.20141203-r4.ebuild b/sec-policy/selinux-thunderbird/selinux-thunderbird-2.20141203-r4.ebuild new file mode 100644 index 000000000000..48c6a4a7e3aa --- /dev/null +++ b/sec-policy/selinux-thunderbird/selinux-thunderbird-2.20141203-r4.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-thunderbird/selinux-thunderbird-2.20141203-r4.ebuild,v 1.1 2015/03/22 13:47:24 swift Exp $ +EAPI="5" + +IUSE="" +MODS="thunderbird" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for thunderbird" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi +DEPEND="${DEPEND} + sec-policy/selinux-xserver +" +RDEPEND="${RDEPEND} + sec-policy/selinux-xserver +" diff --git a/sec-policy/selinux-thunderbird/selinux-thunderbird-9999.ebuild b/sec-policy/selinux-thunderbird/selinux-thunderbird-9999.ebuild index add6d246ae45..2eccb9574dc7 100644 --- a/sec-policy/selinux-thunderbird/selinux-thunderbird-9999.ebuild +++ b/sec-policy/selinux-thunderbird/selinux-thunderbird-9999.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-thunderbird/selinux-thunderbird-9999.ebuild,v 1.4 2014/11/27 09:58:53 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-thunderbird/selinux-thunderbird-9999.ebuild,v 1.5 2015/03/22 13:47:24 swift Exp $ EAPI="5" IUSE="" |