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 3CE9B138010 for ; Tue, 28 Aug 2012 19:11:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 609EBE027D; Tue, 28 Aug 2012 19:11:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1AD7DE027D for ; Tue, 28 Aug 2012 19:11:26 +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 0259233C3B4 for ; Tue, 28 Aug 2012 19:11:26 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2304) id A3BBB20A6A; Tue, 28 Aug 2012 19:11:24 +0000 (UTC) From: "Mike Gilbert (floppym)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, floppym@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/sphinxcontrib-googleanalytics: sphinxcontrib-googleanalytics-0.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: sphinxcontrib-googleanalytics-0.1.ebuild ChangeLog X-VCS-Directories: dev-python/sphinxcontrib-googleanalytics X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120828191124.A3BBB20A6A@flycatcher.gentoo.org> Date: Tue, 28 Aug 2012 19:11:24 +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: c179c2c3-1bf1-4617-a816-7ec1dafbd6bc X-Archives-Hash: 205b95ced8b08240ba5fd55f469f9707 floppym 12/08/28 19:11:24 Modified: sphinxcontrib-googleanalytics-0.1.ebuild ChangeLog Log: Restrict python 3. (Portage version: 2.2.0_alpha123/cvs/Linux x86_64) Revision Changes Path 1.3 dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild?r1=1.2&r2=1.3 Index: sphinxcontrib-googleanalytics-0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sphinxcontrib-googleanalytics-0.1.ebuild 5 Aug 2012 03:53:12 -0000 1.2 +++ sphinxcontrib-googleanalytics-0.1.ebuild 28 Aug 2012 19:11:24 -0000 1.3 @@ -1,9 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild,v 1.2 2012/08/05 03:53:12 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild,v 1.3 2012/08/28 19:11:24 floppym Exp $ EAPI="4" +PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils eutils 1.3 dev-python/sphinxcontrib-googleanalytics/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 5 Aug 2012 03:53:12 -0000 1.2 +++ ChangeLog 28 Aug 2012 19:11:24 -0000 1.3 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/sphinxcontrib-googleanalytics # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v 1.2 2012/08/05 03:53:12 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v 1.3 2012/08/28 19:11:24 floppym Exp $ + + 28 Aug 2012; Mike Gilbert + sphinxcontrib-googleanalytics-0.1.ebuild: + Restrict python 3. 05 Aug 2012; Mike Gilbert +files/setup.py.utf-8.patch, sphinxcontrib-googleanalytics-0.1.ebuild: