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 8E1A21381F3 for ; Thu, 5 Sep 2013 18:50:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BBFFE1183; Thu, 5 Sep 2013 18:46:43 +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 CCEE4E1177 for ; Thu, 5 Sep 2013 18:46:40 +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 AD32D33EBD5 for ; Thu, 5 Sep 2013 18:46:39 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id 7B62120063; Thu, 5 Sep 2013 18:46:38 +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/oauthlib: oauthlib-0.4.0.ebuild oauthlib-0.3.8.ebuild oauthlib-0.3.7.ebuild oauthlib-0.4.1.ebuild oauthlib-0.4.2.ebuild oauthlib-0.5.0.ebuild oauthlib-0.3.6.ebuild oauthlib-0.5.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: oauthlib-0.4.0.ebuild oauthlib-0.3.8.ebuild oauthlib-0.3.7.ebuild oauthlib-0.4.1.ebuild oauthlib-0.4.2.ebuild oauthlib-0.5.0.ebuild oauthlib-0.3.6.ebuild oauthlib-0.5.1.ebuild ChangeLog X-VCS-Directories: dev-python/oauthlib X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130905184638.7B62120063@flycatcher.gentoo.org> Date: Thu, 5 Sep 2013 18:46:38 +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: 2dd3c767-cf04-454c-bcee-6c0e1e02ff8c X-Archives-Hash: 7de011a0b14c40f1f067228425596356 mgorny 13/09/05 18:46:38 Modified: oauthlib-0.4.0.ebuild oauthlib-0.3.8.ebuild oauthlib-0.3.7.ebuild oauthlib-0.4.1.ebuild oauthlib-0.4.2.ebuild oauthlib-0.5.0.ebuild oauthlib-0.3.6.ebuild oauthlib-0.5.1.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/oauthlib/oauthlib-0.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.4.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.4.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.4.0.ebuild?r1=1.1&r2=1.2 Index: oauthlib-0.4.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.4.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- oauthlib-0.4.0.ebuild 28 Mar 2013 06:31:23 -0000 1.1 +++ oauthlib-0.4.0.ebuild 5 Sep 2013 18:46:38 -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/oauthlib/oauthlib-0.4.0.ebuild,v 1.1 2013/03/28 06:31:23 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.4.0.ebuild,v 1.2 2013/09/05 18:46:38 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 1.2 dev-python/oauthlib/oauthlib-0.3.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.8.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.8.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.8.ebuild?r1=1.1&r2=1.2 Index: oauthlib-0.3.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.8.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- oauthlib-0.3.8.ebuild 6 Mar 2013 03:39:08 -0000 1.1 +++ oauthlib-0.3.8.ebuild 5 Sep 2013 18:46:38 -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/oauthlib/oauthlib-0.3.8.ebuild,v 1.1 2013/03/06 03:39:08 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.8.ebuild,v 1.2 2013/09/05 18:46:38 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 1.2 dev-python/oauthlib/oauthlib-0.3.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.7.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.7.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.7.ebuild?r1=1.1&r2=1.2 Index: oauthlib-0.3.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.7.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- oauthlib-0.3.7.ebuild 12 Feb 2013 09:53:36 -0000 1.1 +++ oauthlib-0.3.7.ebuild 5 Sep 2013 18:46:38 -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/oauthlib/oauthlib-0.3.7.ebuild,v 1.1 2013/02/12 09:53:36 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.7.ebuild,v 1.2 2013/09/05 18:46:38 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 1.2 dev-python/oauthlib/oauthlib-0.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.4.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.4.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.4.1.ebuild?r1=1.1&r2=1.2 Index: oauthlib-0.4.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.4.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- oauthlib-0.4.1.ebuild 22 May 2013 07:02:56 -0000 1.1 +++ oauthlib-0.4.1.ebuild 5 Sep 2013 18:46:38 -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/oauthlib/oauthlib-0.4.1.ebuild,v 1.1 2013/05/22 07:02:56 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.4.1.ebuild,v 1.2 2013/09/05 18:46:38 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 1.2 dev-python/oauthlib/oauthlib-0.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.4.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.4.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.4.2.ebuild?r1=1.1&r2=1.2 Index: oauthlib-0.4.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.4.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- oauthlib-0.4.2.ebuild 6 Jun 2013 03:27:09 -0000 1.1 +++ oauthlib-0.4.2.ebuild 5 Sep 2013 18:46:38 -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/oauthlib/oauthlib-0.4.2.ebuild,v 1.1 2013/06/06 03:27:09 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.4.2.ebuild,v 1.2 2013/09/05 18:46:38 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 1.2 dev-python/oauthlib/oauthlib-0.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.5.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.5.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.5.0.ebuild?r1=1.1&r2=1.2 Index: oauthlib-0.5.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.5.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- oauthlib-0.5.0.ebuild 9 Jul 2013 18:22:39 -0000 1.1 +++ oauthlib-0.5.0.ebuild 5 Sep 2013 18:46:38 -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/oauthlib/oauthlib-0.5.0.ebuild,v 1.1 2013/07/09 18:22:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.5.0.ebuild,v 1.2 2013/09/05 18:46:38 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 1.2 dev-python/oauthlib/oauthlib-0.3.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.6.ebuild?r1=1.1&r2=1.2 Index: oauthlib-0.3.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- oauthlib-0.3.6.ebuild 6 Feb 2013 06:53:37 -0000 1.1 +++ oauthlib-0.3.6.ebuild 5 Sep 2013 18:46:38 -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/oauthlib/oauthlib-0.3.6.ebuild,v 1.1 2013/02/06 06:53:37 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.6.ebuild,v 1.2 2013/09/05 18:46:38 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 1.2 dev-python/oauthlib/oauthlib-0.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.5.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.5.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.5.1.ebuild?r1=1.1&r2=1.2 Index: oauthlib-0.5.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.5.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- oauthlib-0.5.1.ebuild 31 Jul 2013 22:05:39 -0000 1.1 +++ oauthlib-0.5.1.ebuild 5 Sep 2013 18:46:38 -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/oauthlib/oauthlib-0.5.1.ebuild,v 1.1 2013/07/31 22:05:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.5.1.ebuild,v 1.2 2013/09/05 18:46:38 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 1.29 dev-python/oauthlib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 31 Jul 2013 22:05:39 -0000 1.28 +++ ChangeLog 5 Sep 2013 18:46:38 -0000 1.29 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/oauthlib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v 1.28 2013/07/31 22:05:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v 1.29 2013/09/05 18:46:38 mgorny Exp $ + + 05 Sep 2013; Michał Górny oauthlib-0.3.6.ebuild, + oauthlib-0.3.7.ebuild, oauthlib-0.3.8.ebuild, oauthlib-0.4.0.ebuild, + oauthlib-0.4.1.ebuild, oauthlib-0.4.2.ebuild, oauthlib-0.5.0.ebuild, + oauthlib-0.5.1.ebuild: + Clean up PYTHON_COMPAT from old implementations. *oauthlib-0.5.1 (31 Jul 2013)