diff options
Diffstat (limited to 'sec-policy/selinux-gorg')
-rw-r--r-- | sec-policy/selinux-gorg/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-gorg/selinux-gorg-2.20120725-r5.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/sec-policy/selinux-gorg/ChangeLog b/sec-policy/selinux-gorg/ChangeLog index 14f93b1c972e..4facf106cdd4 100644 --- a/sec-policy/selinux-gorg/ChangeLog +++ b/sec-policy/selinux-gorg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-gorg # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-gorg/ChangeLog,v 1.15 2012/07/30 16:26:06 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-gorg/ChangeLog,v 1.16 2012/09/22 09:26:50 swift Exp $ + +*selinux-gorg-2.20120725-r5 (21 Sep 2012) + + 21 Sep 2012; <swift@gentoo.org> +selinux-gorg-2.20120725-r5.ebuild: + Introducing policy for 2.20120725, rev5 30 Jul 2012; <swift@gentoo.org> selinux-gorg-2.20120215-r14.ebuild: Stabilization of revision 14 of the SELinux policy modules diff --git a/sec-policy/selinux-gorg/selinux-gorg-2.20120725-r5.ebuild b/sec-policy/selinux-gorg/selinux-gorg-2.20120725-r5.ebuild new file mode 100644 index 000000000000..81b5564b355a --- /dev/null +++ b/sec-policy/selinux-gorg/selinux-gorg-2.20120725-r5.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-gorg/selinux-gorg-2.20120725-r5.ebuild,v 1.1 2012/09/22 09:26:50 swift Exp $ +EAPI="4" + +IUSE="" +MODS="gorg" +BASEPOL="2.20120725-r5" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for gorg" + +KEYWORDS="~amd64 ~x86" |