diff options
Diffstat (limited to 'sec-policy/selinux-vnstatd')
-rw-r--r-- | sec-policy/selinux-vnstatd/ChangeLog | 10 | ||||
-rw-r--r-- | sec-policy/selinux-vnstatd/selinux-vnstatd-2.20141203-r2.ebuild | 6 | ||||
-rw-r--r-- | sec-policy/selinux-vnstatd/selinux-vnstatd-2.20141203-r3.ebuild | 17 |
3 files changed, 28 insertions, 5 deletions
diff --git a/sec-policy/selinux-vnstatd/ChangeLog b/sec-policy/selinux-vnstatd/ChangeLog index bf85fe5252d8..4d3587f5610f 100644 --- a/sec-policy/selinux-vnstatd/ChangeLog +++ b/sec-policy/selinux-vnstatd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-vnstatd -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-vnstatd/ChangeLog,v 1.51 2014/12/21 14:20:33 swift Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-vnstatd/ChangeLog,v 1.52 2015/01/29 09:52:11 perfinion Exp $ + +*selinux-vnstatd-2.20141203-r3 (29 Jan 2015) + + 29 Jan 2015; Jason Zaman <perfinion@gentoo.org> + +selinux-vnstatd-2.20141203-r3.ebuild, selinux-vnstatd-2.20141203-r2.ebuild: + Release of 2.20141203-r3, stable 2.20141203-r2 21 Dec 2014; Sven Vermeulen <swift@gentoo.org> -selinux-vnstatd-2.20140311-r1.ebuild, -selinux-vnstatd-2.20140311-r2.ebuild, diff --git a/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20141203-r2.ebuild b/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20141203-r2.ebuild index 5df2a579e0c5..2950c062afae 100644 --- a/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20141203-r2.ebuild +++ b/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20141203-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20141203-r2.ebuild,v 1.1 2014/12/21 13:56:05 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20141203-r2.ebuild,v 1.2 2015/01/29 09:52:11 perfinion Exp $ EAPI="5" IUSE="" @@ -13,5 +13,5 @@ DESCRIPTION="SELinux policy for vnstatd" if [[ $PV == 9999* ]] ; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi diff --git a/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20141203-r3.ebuild b/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20141203-r3.ebuild new file mode 100644 index 000000000000..9605457542c7 --- /dev/null +++ b/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20141203-r3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20141203-r3.ebuild,v 1.1 2015/01/29 09:52:11 perfinion Exp $ +EAPI="5" + +IUSE="" +MODS="vnstatd" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for vnstatd" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi |