diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-07-17 14:27:33 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-07-17 14:27:33 +0000 |
commit | 686dd7cb0ccc6362e6935aac88ec802ed16dfd1e (patch) | |
tree | e2af1e1d73561014564626338e36a2a61266e4ad /sec-policy/selinux-loadkeys | |
parent | Keyword ~ppc ~ppc64 (diff) | |
download | historical-686dd7cb0ccc6362e6935aac88ec802ed16dfd1e.tar.gz historical-686dd7cb0ccc6362e6935aac88ec802ed16dfd1e.tar.bz2 historical-686dd7cb0ccc6362e6935aac88ec802ed16dfd1e.zip |
Bumping to rev14, initial release to support /run directories
Package-Manager: portage-2.1.10.65/cvs/Linux x86_64
Diffstat (limited to 'sec-policy/selinux-loadkeys')
-rw-r--r-- | sec-policy/selinux-loadkeys/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-loadkeys/selinux-loadkeys-2.20120215-r14.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/sec-policy/selinux-loadkeys/ChangeLog b/sec-policy/selinux-loadkeys/ChangeLog index 9a4536fe3169..baee49cabcbb 100644 --- a/sec-policy/selinux-loadkeys/ChangeLog +++ b/sec-policy/selinux-loadkeys/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-loadkeys # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-loadkeys/ChangeLog,v 1.9 2012/06/27 20:34:10 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-loadkeys/ChangeLog,v 1.10 2012/07/17 14:27:33 swift Exp $ + +*selinux-loadkeys-2.20120215-r14 (17 Jul 2012) + + 17 Jul 2012; <swift@gentoo.org> +selinux-loadkeys-2.20120215-r14.ebuild: + Bumping to rev 14 *selinux-loadkeys-2.20120215-r1 (27 Jun 2012) diff --git a/sec-policy/selinux-loadkeys/selinux-loadkeys-2.20120215-r14.ebuild b/sec-policy/selinux-loadkeys/selinux-loadkeys-2.20120215-r14.ebuild new file mode 100644 index 000000000000..bb5bfedb5bc3 --- /dev/null +++ b/sec-policy/selinux-loadkeys/selinux-loadkeys-2.20120215-r14.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-loadkeys/selinux-loadkeys-2.20120215-r14.ebuild,v 1.1 2012/07/17 14:27:33 swift Exp $ +EAPI="4" + +IUSE="" +MODS="loadkeys" +BASEPOL="2.20120215-r14" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for loadkeys" + +KEYWORDS="~amd64 ~x86" |