diff options
author | Sven Vermeulen <swift@gentoo.org> | 2015-03-22 13:47:34 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2015-03-22 13:47:34 +0000 |
commit | 0d48a2aa334d9cc27f6feeca197f5ba9285efecb (patch) | |
tree | bf2dba0bbcd64e3def1991c5ef0d3e22599bf2d5 /sec-policy/selinux-pyzor | |
parent | Extend EAPI=4 whitelist to cover crossdev gdb. (diff) | |
download | gentoo-2-0d48a2aa334d9cc27f6feeca197f5ba9285efecb.tar.gz gentoo-2-0d48a2aa334d9cc27f6feeca197f5ba9285efecb.tar.bz2 gentoo-2-0d48a2aa334d9cc27f6feeca197f5ba9285efecb.zip |
Release of 2.20141203-r4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sec-policy/selinux-pyzor')
-rw-r--r-- | sec-policy/selinux-pyzor/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-pyzor/selinux-pyzor-2.20141203-r4.ebuild | 17 | ||||
-rw-r--r-- | sec-policy/selinux-pyzor/selinux-pyzor-9999.ebuild | 4 |
3 files changed, 26 insertions, 3 deletions
diff --git a/sec-policy/selinux-pyzor/ChangeLog b/sec-policy/selinux-pyzor/ChangeLog index a051bff26f1b..7dd97c0568eb 100644 --- a/sec-policy/selinux-pyzor/ChangeLog +++ b/sec-policy/selinux-pyzor/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-pyzor # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-pyzor/ChangeLog,v 1.63 2015/01/29 09:52:18 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-pyzor/ChangeLog,v 1.64 2015/03/22 13:47:33 swift Exp $ + +*selinux-pyzor-2.20141203-r4 (22 Mar 2015) + + 22 Mar 2015; Sven Vermeulen <swift@gentoo.org> + +selinux-pyzor-2.20141203-r4.ebuild, selinux-pyzor-9999.ebuild: + Release of 2.20141203-r4 *selinux-pyzor-2.20141203-r3 (29 Jan 2015) diff --git a/sec-policy/selinux-pyzor/selinux-pyzor-2.20141203-r4.ebuild b/sec-policy/selinux-pyzor/selinux-pyzor-2.20141203-r4.ebuild new file mode 100644 index 000000000000..cfc19f847d26 --- /dev/null +++ b/sec-policy/selinux-pyzor/selinux-pyzor-2.20141203-r4.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-pyzor/selinux-pyzor-2.20141203-r4.ebuild,v 1.1 2015/03/22 13:47:33 swift Exp $ +EAPI="5" + +IUSE="" +MODS="pyzor" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for pyzor" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi diff --git a/sec-policy/selinux-pyzor/selinux-pyzor-9999.ebuild b/sec-policy/selinux-pyzor/selinux-pyzor-9999.ebuild index 824e5b490805..d3405581741f 100644 --- a/sec-policy/selinux-pyzor/selinux-pyzor-9999.ebuild +++ b/sec-policy/selinux-pyzor/selinux-pyzor-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-pyzor/selinux-pyzor-9999.ebuild,v 1.3 2014/11/01 16:13:41 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-pyzor/selinux-pyzor-9999.ebuild,v 1.4 2015/03/22 13:47:33 swift Exp $ EAPI="5" IUSE="" |