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 CCEBF1381F3 for ; Thu, 5 Sep 2013 18:47:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5D9FE110D; Thu, 5 Sep 2013 18:46:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9859DE1102 for ; Thu, 5 Sep 2013 18:46:18 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9EF6233EC08 for ; Thu, 5 Sep 2013 18:46:17 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id 62DDE20057; Thu, 5 Sep 2013 18:46:16 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/wsgilog: wsgilog-0.3-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: wsgilog-0.3-r1.ebuild ChangeLog X-VCS-Directories: dev-python/wsgilog X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130905184616.62DDE20057@flycatcher.gentoo.org> Date: Thu, 5 Sep 2013 18:46:16 +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: b8da94b9-9eb1-4c91-b0b5-ac8a8662c2fa X-Archives-Hash: a9a9538051530ef16c3ff8f73ca133ee mgorny 13/09/05 18:46:16 Modified: wsgilog-0.3-r1.ebuild ChangeLog Log: Clean up PYTHON_COMPAT from old implementations. (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.2 dev-python/wsgilog/wsgilog-0.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild?r1=1.1&r2=1.2 Index: wsgilog-0.3-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wsgilog-0.3-r1.ebuild 16 Mar 2013 09:07:37 -0000 1.1 +++ wsgilog-0.3-r1.ebuild 5 Sep 2013 18:46:16 -0000 1.2 @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild,v 1.1 2013/03/16 09:07:37 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgilog/wsgilog-0.3-r1.ebuild,v 1.2 2013/09/05 18:46:16 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python2_7 pypy{1_9,2_0} ) +PYTHON_COMPAT=( python2_7 pypy2_0 ) inherit distutils-r1 1.3 dev-python/wsgilog/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgilog/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgilog/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 16 Mar 2013 09:07:37 -0000 1.2 +++ ChangeLog 5 Sep 2013 18:46:16 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/wsgilog # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgilog/ChangeLog,v 1.2 2013/03/16 09:07:37 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgilog/ChangeLog,v 1.3 2013/09/05 18:46:16 mgorny Exp $ + + 05 Sep 2013; Michał Górny wsgilog-0.3-r1.ebuild: + Clean up PYTHON_COMPAT from old implementations. *wsgilog-0.3-r1 (16 Mar 2013)