diff options
Diffstat (limited to 'sec-policy/selinux-podsleuth')
-rw-r--r-- | sec-policy/selinux-podsleuth/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-podsleuth/selinux-podsleuth-2.20120725-r12.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/sec-policy/selinux-podsleuth/ChangeLog b/sec-policy/selinux-podsleuth/ChangeLog index 1d97ce173f3e..6b0e5fd96504 100644 --- a/sec-policy/selinux-podsleuth/ChangeLog +++ b/sec-policy/selinux-podsleuth/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-podsleuth # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-podsleuth/ChangeLog,v 1.24 2013/02/23 17:24:40 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-podsleuth/ChangeLog,v 1.25 2013/03/09 12:37:19 swift Exp $ + +*selinux-podsleuth-2.20120725-r12 (09 Mar 2013) + + 09 Mar 2013; Sven Vermeulen <swift@gentoo.org> + +selinux-podsleuth-2.20120725-r12.ebuild: + Pushing out rev 12 23 Feb 2013; Sven Vermeulen <swift@gentoo.org> selinux-podsleuth-2.20120725-r11.ebuild: diff --git a/sec-policy/selinux-podsleuth/selinux-podsleuth-2.20120725-r12.ebuild b/sec-policy/selinux-podsleuth/selinux-podsleuth-2.20120725-r12.ebuild new file mode 100644 index 000000000000..555abd7f8f3e --- /dev/null +++ b/sec-policy/selinux-podsleuth/selinux-podsleuth-2.20120725-r12.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-podsleuth/selinux-podsleuth-2.20120725-r12.ebuild,v 1.1 2013/03/09 12:37:19 swift Exp $ +EAPI="4" + +IUSE="" +MODS="podsleuth" +BASEPOL="2.20120725-r12" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for podsleuth" + +KEYWORDS="~amd64 ~x86" |