diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-08-01 21:04:47 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-08-01 21:04:47 +0000 |
commit | d842a89ef814972b78b5cec28c801b5c3e878137 (patch) | |
tree | bd7a845f5ebd0520cd627f6a22704b8a7311279f /sec-policy/selinux-pyzor | |
parent | Revision bump to use less bundled libs and fix documentation install. Ack by ... (diff) | |
download | gentoo-2-d842a89ef814972b78b5cec28c801b5c3e878137.tar.gz gentoo-2-d842a89ef814972b78b5cec28c801b5c3e878137.tar.bz2 gentoo-2-d842a89ef814972b78b5cec28c801b5c3e878137.zip |
Stabilization of r3, and make r4 available for testing
(Portage version: 2.2.8-r1/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.20140311-r3.ebuild | 4 | ||||
-rw-r--r-- | sec-policy/selinux-pyzor/selinux-pyzor-2.20140311-r4.ebuild | 14 |
3 files changed, 23 insertions, 3 deletions
diff --git a/sec-policy/selinux-pyzor/ChangeLog b/sec-policy/selinux-pyzor/ChangeLog index 1cc4bfe234ce..bde761885d31 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-pyzor/ChangeLog,v 1.48 2014/05/29 20:23:42 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-pyzor/ChangeLog,v 1.49 2014/08/01 21:04:12 swift Exp $ + +*selinux-pyzor-2.20140311-r4 (01 Aug 2014) + + 01 Aug 2014; Sven Vermeulen <swift@gentoo.org> + +selinux-pyzor-2.20140311-r4.ebuild, selinux-pyzor-2.20140311-r3.ebuild: + Stabilization of r3, and make r4 available for testing 29 May 2014; Sven Vermeulen <swift@gentoo.org> selinux-pyzor-2.20140311-r2.ebuild: diff --git a/sec-policy/selinux-pyzor/selinux-pyzor-2.20140311-r3.ebuild b/sec-policy/selinux-pyzor/selinux-pyzor-2.20140311-r3.ebuild index 4c73585b20ab..6e4bdab4f971 100644 --- a/sec-policy/selinux-pyzor/selinux-pyzor-2.20140311-r3.ebuild +++ b/sec-policy/selinux-pyzor/selinux-pyzor-2.20140311-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.20140311-r3.ebuild,v 1.1 2014/05/29 18:57:25 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-pyzor/selinux-pyzor-2.20140311-r3.ebuild,v 1.2 2014/08/01 21:04:12 swift Exp $ EAPI="5" IUSE="" @@ -11,4 +11,4 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for pyzor" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" diff --git a/sec-policy/selinux-pyzor/selinux-pyzor-2.20140311-r4.ebuild b/sec-policy/selinux-pyzor/selinux-pyzor-2.20140311-r4.ebuild new file mode 100644 index 000000000000..1cf4ea2f48be --- /dev/null +++ b/sec-policy/selinux-pyzor/selinux-pyzor-2.20140311-r4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2014 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.20140311-r4.ebuild,v 1.1 2014/08/01 21:04:12 swift Exp $ +EAPI="5" + +IUSE="" +MODS="pyzor" +BASEPOL="2.20140311-r4" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for pyzor" + +KEYWORDS="~amd64 ~x86" |