diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-11-18 15:18:31 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-11-18 15:18:31 +0000 |
commit | 9c03edfc8c367c5262a0ce0f9b6be9225e0a4a50 (patch) | |
tree | 37d3d76ce76dfb6a4bceb830c2c5fc62f5917194 /sec-policy/selinux-dnsmasq | |
parent | Fix parallel build wrt #259115 by Mr. Anderson <walch.martin@web.de> (diff) | |
download | gentoo-2-9c03edfc8c367c5262a0ce0f9b6be9225e0a4a50.tar.gz gentoo-2-9c03edfc8c367c5262a0ce0f9b6be9225e0a4a50.tar.bz2 gentoo-2-9c03edfc8c367c5262a0ce0f9b6be9225e0a4a50.zip |
Introducing rev 7
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy/selinux-dnsmasq')
-rw-r--r-- | sec-policy/selinux-dnsmasq/ChangeLog | 7 | ||||
-rw-r--r-- | sec-policy/selinux-dnsmasq/selinux-dnsmasq-2.20120725-r7.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/sec-policy/selinux-dnsmasq/ChangeLog b/sec-policy/selinux-dnsmasq/ChangeLog index 97764135d705..f21df054ff10 100644 --- a/sec-policy/selinux-dnsmasq/ChangeLog +++ b/sec-policy/selinux-dnsmasq/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sec-policy/selinux-dnsmasq # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dnsmasq/ChangeLog,v 1.24 2012/10/13 16:30:36 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-dnsmasq/ChangeLog,v 1.25 2012/11/18 15:18:00 swift Exp $ + +*selinux-dnsmasq-2.20120725-r7 (18 Nov 2012) + + 18 Nov 2012; <swift@gentoo.org> +selinux-dnsmasq-2.20120725-r7.ebuild: + Pushing out rev 7 *selinux-dnsmasq-9999 (13 Oct 2012) diff --git a/sec-policy/selinux-dnsmasq/selinux-dnsmasq-2.20120725-r7.ebuild b/sec-policy/selinux-dnsmasq/selinux-dnsmasq-2.20120725-r7.ebuild new file mode 100644 index 000000000000..ae93111af1c7 --- /dev/null +++ b/sec-policy/selinux-dnsmasq/selinux-dnsmasq-2.20120725-r7.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-dnsmasq/selinux-dnsmasq-2.20120725-r7.ebuild,v 1.1 2012/11/18 15:18:00 swift Exp $ +EAPI="4" + +IUSE="" +MODS="dnsmasq" +BASEPOL="2.20120725-r7" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for dnsmasq" + +KEYWORDS="~amd64 ~x86" |