diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-01-29 09:52:19 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-01-29 09:52:19 +0000 |
commit | c82f7d1b3ca8d40dec066021d1a89b85db228c75 (patch) | |
tree | 1c269995b36aea339f363304632b25cb55209959 /sec-policy/selinux-ntop | |
parent | Module for interacting with the Jenkins CI server, ebuilds written by maintai... (diff) | |
download | gentoo-2-c82f7d1b3ca8d40dec066021d1a89b85db228c75.tar.gz gentoo-2-c82f7d1b3ca8d40dec066021d1a89b85db228c75.tar.bz2 gentoo-2-c82f7d1b3ca8d40dec066021d1a89b85db228c75.zip |
Release of 2.20141203-r3, stable 2.20141203-r2
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sec-policy/selinux-ntop')
-rw-r--r-- | sec-policy/selinux-ntop/ChangeLog | 10 | ||||
-rw-r--r-- | sec-policy/selinux-ntop/selinux-ntop-2.20141203-r2.ebuild | 6 | ||||
-rw-r--r-- | sec-policy/selinux-ntop/selinux-ntop-2.20141203-r3.ebuild | 17 |
3 files changed, 28 insertions, 5 deletions
diff --git a/sec-policy/selinux-ntop/ChangeLog b/sec-policy/selinux-ntop/ChangeLog index 3a46434c6e38..ac94d016ce9c 100644 --- a/sec-policy/selinux-ntop/ChangeLog +++ b/sec-policy/selinux-ntop/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-ntop -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ntop/ChangeLog,v 1.73 2014/12/21 14:20:28 swift Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ntop/ChangeLog,v 1.74 2015/01/29 09:52:12 perfinion Exp $ + +*selinux-ntop-2.20141203-r3 (29 Jan 2015) + + 29 Jan 2015; Jason Zaman <perfinion@gentoo.org> + +selinux-ntop-2.20141203-r3.ebuild, selinux-ntop-2.20141203-r2.ebuild: + Release of 2.20141203-r3, stable 2.20141203-r2 21 Dec 2014; Sven Vermeulen <swift@gentoo.org> -selinux-ntop-2.20140311-r1.ebuild, -selinux-ntop-2.20140311-r2.ebuild, diff --git a/sec-policy/selinux-ntop/selinux-ntop-2.20141203-r2.ebuild b/sec-policy/selinux-ntop/selinux-ntop-2.20141203-r2.ebuild index 23bb94ec1e72..7f6f05b0318c 100644 --- a/sec-policy/selinux-ntop/selinux-ntop-2.20141203-r2.ebuild +++ b/sec-policy/selinux-ntop/selinux-ntop-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-ntop/selinux-ntop-2.20141203-r2.ebuild,v 1.1 2014/12/21 13:56:04 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ntop/selinux-ntop-2.20141203-r2.ebuild,v 1.2 2015/01/29 09:52:12 perfinion Exp $ EAPI="5" IUSE="" @@ -13,5 +13,5 @@ DESCRIPTION="SELinux policy for ntop" if [[ $PV == 9999* ]] ; then KEYWORDS="" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi diff --git a/sec-policy/selinux-ntop/selinux-ntop-2.20141203-r3.ebuild b/sec-policy/selinux-ntop/selinux-ntop-2.20141203-r3.ebuild new file mode 100644 index 000000000000..32fa4563fae8 --- /dev/null +++ b/sec-policy/selinux-ntop/selinux-ntop-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-ntop/selinux-ntop-2.20141203-r3.ebuild,v 1.1 2015/01/29 09:52:12 perfinion Exp $ +EAPI="5" + +IUSE="" +MODS="ntop" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for ntop" + +if [[ $PV == 9999* ]] ; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi |