From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BECA8138825 for ; Sat, 1 Nov 2014 17:26:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E7F4E0BFD; Sat, 1 Nov 2014 17:26:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0EE7E0BFC for ; Sat, 1 Nov 2014 17:26:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1C3934049F for ; Sat, 1 Nov 2014 17:26:13 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 617) id E6E859396; Sat, 1 Nov 2014 17:26:10 +0000 (UTC) From: "Sven Vermeulen (swift)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, swift@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-vnstatd: selinux-vnstatd-2.20140311-r7.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: selinux-vnstatd-2.20140311-r7.ebuild ChangeLog X-VCS-Directories: sec-policy/selinux-vnstatd X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141101172610.E6E859396@oystercatcher.gentoo.org> Date: Sat, 1 Nov 2014 17:26:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 49a953d3-22d0-452e-ac5c-31bf86ca70ad X-Archives-Hash: d322bd49daf92aa31b8f45657fd65ed0 swift 14/11/01 17:26:10 Modified: ChangeLog Added: selinux-vnstatd-2.20140311-r7.ebuild Log: Bump revision r7 of SELinux policies (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47) Revision Changes Path 1.45 sec-policy/selinux-vnstatd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-vnstatd/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-vnstatd/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-vnstatd/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-vnstatd/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 1 Nov 2014 16:13:38 -0000 1.44 +++ ChangeLog 1 Nov 2014 17:26:10 -0000 1.45 @@ -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.44 2014/11/01 16:13:38 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-vnstatd/ChangeLog,v 1.45 2014/11/01 17:26:10 swift Exp $ + +*selinux-vnstatd-2.20140311-r7 (01 Nov 2014) + + 01 Nov 2014; Sven Vermeulen + +selinux-vnstatd-2.20140311-r7.ebuild: + Bump revision r7 of SELinux policies 01 Nov 2014; Sven Vermeulen selinux-vnstatd-9999.ebuild: Add KEYWORDS logic in -9999 ebuilds for ease of copying 1.1 sec-policy/selinux-vnstatd/selinux-vnstatd-2.20140311-r7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20140311-r7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-vnstatd/selinux-vnstatd-2.20140311-r7.ebuild?rev=1.1&content-type=text/plain Index: selinux-vnstatd-2.20140311-r7.ebuild =================================================================== # Copyright 1999-2014 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.20140311-r7.ebuild,v 1.1 2014/11/01 17:26:10 swift 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