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 79C0513877A for ; Fri, 8 Aug 2014 18:52:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D7D0E0B22; Fri, 8 Aug 2014 18:50:16 +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 8CC86E0AD8 for ; Fri, 8 Aug 2014 18:50:10 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E732533FE8F for ; Fri, 8 Aug 2014 18:50:07 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id C61ED20062; Fri, 8 Aug 2014 18:50:05 +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-awstats: selinux-awstats-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: selinux-awstats-9999.ebuild ChangeLog X-VCS-Directories: sec-policy/selinux-awstats X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140808185005.C61ED20062@flycatcher.gentoo.org> Date: Fri, 8 Aug 2014 18:50:05 +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: 423f7fc4-d15b-49b2-9bcb-15e7184f9897 X-Archives-Hash: 5f71ed6a3faa9d48f7897ee483333854 swift 14/08/08 18:50:05 Modified: selinux-awstats-9999.ebuild ChangeLog Log: Make 9999 ebuilds EAPI=5 and transform to make master for version bumps (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47) Revision Changes Path 1.2 sec-policy/selinux-awstats/selinux-awstats-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-awstats/selinux-awstats-9999.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-awstats/selinux-awstats-9999.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-awstats/selinux-awstats-9999.ebuild?r1=1.1&r2=1.2 Index: selinux-awstats-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-awstats/selinux-awstats-9999.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- selinux-awstats-9999.ebuild 13 Oct 2012 16:30:38 -0000 1.1 +++ selinux-awstats-9999.ebuild 8 Aug 2014 18:50:05 -0000 1.2 @@ -1,11 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-awstats/selinux-awstats-9999.ebuild,v 1.1 2012/10/13 16:30:38 swift Exp $ -EAPI="4" +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-awstats/selinux-awstats-9999.ebuild,v 1.2 2014/08/08 18:50:05 swift Exp $ +EAPI="5" IUSE="" MODS="awstats" -BASEPOL="9999" inherit selinux-policy-2 1.43 sec-policy/selinux-awstats/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-awstats/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-awstats/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-awstats/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-awstats/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 5 Aug 2014 09:23:35 -0000 1.42 +++ ChangeLog 8 Aug 2014 18:50:05 -0000 1.43 @@ -1,6 +1,9 @@ # ChangeLog for sec-policy/selinux-awstats # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-awstats/ChangeLog,v 1.42 2014/08/05 09:23:35 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-awstats/ChangeLog,v 1.43 2014/08/08 18:50:05 swift Exp $ + + 08 Aug 2014; Sven Vermeulen selinux-awstats-9999.ebuild: + Make 9999 ebuilds EAPI=5 and transform to make master for version bumps 05 Aug 2014; Sven Vermeulen -selinux-awstats-2.20130424-r1.ebuild, -selinux-awstats-2.20130424-r2.ebuild,