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 D005D138825 for ; Sat, 1 Nov 2014 17:26:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4DCEE0C0A; 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 B6291E0C04 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 A911A340490 for ; Sat, 1 Nov 2014 17:26:13 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 617) id D33F29394; 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-rtorrent: selinux-rtorrent-2.20140311-r7.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: selinux-rtorrent-2.20140311-r7.ebuild ChangeLog X-VCS-Directories: sec-policy/selinux-rtorrent X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141101172610.D33F29394@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: 6ddf8f10-2489-4b84-96dd-9966aa7077c5 X-Archives-Hash: c13434ba11adaf77fb06517c14014910 swift 14/11/01 17:26:10 Modified: ChangeLog Added: selinux-rtorrent-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.32 sec-policy/selinux-rtorrent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-rtorrent/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-rtorrent/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-rtorrent/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtorrent/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 1 Nov 2014 16:13:40 -0000 1.31 +++ ChangeLog 1 Nov 2014 17:26:10 -0000 1.32 @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-rtorrent # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtorrent/ChangeLog,v 1.31 2014/11/01 16:13:40 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-rtorrent/ChangeLog,v 1.32 2014/11/01 17:26:10 swift Exp $ + +*selinux-rtorrent-2.20140311-r7 (01 Nov 2014) + + 01 Nov 2014; Sven Vermeulen + +selinux-rtorrent-2.20140311-r7.ebuild: + Bump revision r7 of SELinux policies 01 Nov 2014; Sven Vermeulen selinux-rtorrent-9999.ebuild: Add KEYWORDS logic in -9999 ebuilds for ease of copying 1.1 sec-policy/selinux-rtorrent/selinux-rtorrent-2.20140311-r7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-rtorrent/selinux-rtorrent-2.20140311-r7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-rtorrent/selinux-rtorrent-2.20140311-r7.ebuild?rev=1.1&content-type=text/plain Index: selinux-rtorrent-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-rtorrent/selinux-rtorrent-2.20140311-r7.ebuild,v 1.1 2014/11/01 17:26:10 swift Exp $ EAPI="5" IUSE="" MODS="rtorrent" inherit selinux-policy-2 DESCRIPTION="SELinux policy for rtorrent" if [[ $PV == 9999* ]] ; then KEYWORDS="" else KEYWORDS="~amd64 ~x86" fi