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 C8B8C138CD0 for ; Thu, 2 Jul 2015 17:59:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00C9E1400F; Thu, 2 Jul 2015 17:59:34 +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 CD4A9E084E for ; Thu, 2 Jul 2015 17:59:31 +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 79FB9340976 for ; Thu, 2 Jul 2015 17:59:30 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2368) id 056F4756; Thu, 2 Jul 2015 17:59:28 +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-amanda: selinux-amanda-2.20141203-r7.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: selinux-amanda-2.20141203-r7.ebuild ChangeLog X-VCS-Directories: sec-policy/selinux-amanda X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150702175928.056F4756@oystercatcher.gentoo.org> Date: Thu, 2 Jul 2015 17:59:28 +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: 47ac64c8-d0d8-4bed-8ad1-04a2408137c4 X-Archives-Hash: ca2c79e7d60aa5f90a4f8665ac42cc3d perfinion 15/07/02 17:59:28 Modified: ChangeLog Added: selinux-amanda-2.20141203-r7.ebuild Log: Release of 2.20141203-r7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF) Revision Changes Path 1.64 sec-policy/selinux-amanda/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-amanda/ChangeLog?rev=1.64&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-amanda/ChangeLog?rev=1.64&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-amanda/ChangeLog?r1=1.63&r2=1.64 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-amanda/ChangeLog,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- ChangeLog 5 Jun 2015 16:10:23 -0000 1.63 +++ ChangeLog 2 Jul 2015 17:59:27 -0000 1.64 @@ -1,6 +1,12 @@ # ChangeLog for sec-policy/selinux-amanda # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-amanda/ChangeLog,v 1.63 2015/06/05 16:10:23 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-amanda/ChangeLog,v 1.64 2015/07/02 17:59:27 perfinion Exp $ + +*selinux-amanda-2.20141203-r7 (02 Jul 2015) + + 02 Jul 2015; Jason Zaman + +selinux-amanda-2.20141203-r7.ebuild: + Release of 2.20141203-r7 05 Jun 2015; Jason Zaman selinux-amanda-2.20141203-r5.ebuild: 1.1 sec-policy/selinux-amanda/selinux-amanda-2.20141203-r7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-amanda/selinux-amanda-2.20141203-r7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-amanda/selinux-amanda-2.20141203-r7.ebuild?rev=1.1&content-type=text/plain Index: selinux-amanda-2.20141203-r7.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-amanda/selinux-amanda-2.20141203-r7.ebuild,v 1.1 2015/07/02 17:59:27 perfinion Exp $ EAPI="5" IUSE="" MODS="amanda" inherit selinux-policy-2 DESCRIPTION="SELinux policy for amanda" if [[ $PV == 9999* ]] ; then KEYWORDS="" else KEYWORDS="~amd64 ~x86" fi DEPEND="${DEPEND} sec-policy/selinux-inetd " RDEPEND="${RDEPEND} sec-policy/selinux-inetd "