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 20B90138CA2 for ; Wed, 15 Apr 2015 15:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20CC0E0729; Wed, 15 Apr 2015 15:44:10 +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 E0E41E0A6A for ; Wed, 15 Apr 2015 15:44:02 +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 003A8340B9A for ; Wed, 15 Apr 2015 15:43:51 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2368) id 64E0E160A5; Wed, 15 Apr 2015 15:43:31 +0000 (UTC) From: "Jason Zaman (perfinion)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, perfinion@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-collectd: selinux-collectd-2.20141203-r5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: selinux-collectd-2.20141203-r5.ebuild ChangeLog X-VCS-Directories: sec-policy/selinux-collectd X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150415154331.64E0E160A5@oystercatcher.gentoo.org> Date: Wed, 15 Apr 2015 15:43:31 +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: 2d99cf61-e4d2-4694-8565-c521364abe60 X-Archives-Hash: 9b06e578e58f285f30cefac175520c61 perfinion 15/04/15 15:43:31 Modified: ChangeLog Added: selinux-collectd-2.20141203-r5.ebuild Log: Release of 2.20141203-r5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF) Revision Changes Path 1.21 sec-policy/selinux-collectd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-collectd/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-collectd/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-collectd/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-collectd/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 22 Mar 2015 14:17:15 -0000 1.20 +++ ChangeLog 15 Apr 2015 15:43:31 -0000 1.21 @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-collectd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-collectd/ChangeLog,v 1.20 2015/03/22 14:17:15 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-collectd/ChangeLog,v 1.21 2015/04/15 15:43:31 perfinion Exp $ + +*selinux-collectd-2.20141203-r5 (15 Apr 2015) + + 15 Apr 2015; Jason Zaman + +selinux-collectd-2.20141203-r5.ebuild: + Release of 2.20141203-r5 22 Mar 2015; Sven Vermeulen selinux-collectd-2.20141203-r3.ebuild: 1.1 sec-policy/selinux-collectd/selinux-collectd-2.20141203-r5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-collectd/selinux-collectd-2.20141203-r5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-collectd/selinux-collectd-2.20141203-r5.ebuild?rev=1.1&content-type=text/plain Index: selinux-collectd-2.20141203-r5.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-collectd/selinux-collectd-2.20141203-r5.ebuild,v 1.1 2015/04/15 15:43:31 perfinion Exp $ EAPI="5" IUSE="" MODS="collectd" inherit selinux-policy-2 DESCRIPTION="SELinux policy for collectd" if [[ $PV == 9999* ]] ; then KEYWORDS="" else KEYWORDS="~amd64 ~x86" fi DEPEND="${DEPEND} sec-policy/selinux-apache " RDEPEND="${RDEPEND} sec-policy/selinux-apache "