diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-10-13 16:31:06 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-10-13 16:31:06 +0000 |
commit | ab96f8645a97f010a7e8d2d5c477320cb90aa5c8 (patch) | |
tree | 47019871d8f47b5408c744292e4c34b04e487f8f /sec-policy/selinux-skype | |
parent | 5906 device short DMA fragment workaround. Linux patch 3.0.46 (diff) | |
download | historical-ab96f8645a97f010a7e8d2d5c477320cb90aa5c8.tar.gz historical-ab96f8645a97f010a7e8d2d5c477320cb90aa5c8.tar.bz2 historical-ab96f8645a97f010a7e8d2d5c477320cb90aa5c8.zip |
Adding live ebuilds for SELinux policies
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'sec-policy/selinux-skype')
-rw-r--r-- | sec-policy/selinux-skype/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-skype/selinux-skype-9999.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/sec-policy/selinux-skype/ChangeLog b/sec-policy/selinux-skype/ChangeLog index f07d01ecc79b..e9b93cd9d6f1 100644 --- a/sec-policy/selinux-skype/ChangeLog +++ b/sec-policy/selinux-skype/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-skype # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-skype/ChangeLog,v 1.21 2012/10/04 18:29:19 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-skype/ChangeLog,v 1.22 2012/10/13 16:30:33 swift Exp $ + +*selinux-skype-9999 (13 Oct 2012) + + 13 Oct 2012; <swift@gentoo.org> +selinux-skype-9999.ebuild: + Adding live ebuild 04 Oct 2012; <swift@gentoo.org> selinux-skype-2.20120725-r5.ebuild: Stabilization diff --git a/sec-policy/selinux-skype/selinux-skype-9999.ebuild b/sec-policy/selinux-skype/selinux-skype-9999.ebuild new file mode 100644 index 000000000000..60f07ce0a339 --- /dev/null +++ b/sec-policy/selinux-skype/selinux-skype-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-skype/selinux-skype-9999.ebuild,v 1.1 2012/10/13 16:30:33 swift Exp $ +EAPI="4" + +IUSE="" +MODS="skype" +BASEPOL="9999" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for skype" + +KEYWORDS="" +DEPEND="${DEPEND} + sec-policy/selinux-xserver +" +RDEPEND="${DEPEND}" |