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 0497D13877A for ; Fri, 20 Jun 2014 14:44:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A538E08F5; Fri, 20 Jun 2014 14:44:03 +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 F1C6DE08F5 for ; Fri, 20 Jun 2014 14:44:02 +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 016B13401B6 for ; Fri, 20 Jun 2014 14:44:02 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2256) id BE6782004E; Fri, 20 Jun 2014 14:44:00 +0000 (UTC) From: "Dirkjan Ochtman (djc)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, djc@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pycparser: pycparser-2.09.1-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pycparser-2.09.1-r1.ebuild ChangeLog X-VCS-Directories: dev-python/pycparser X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140620144400.BE6782004E@flycatcher.gentoo.org> Date: Fri, 20 Jun 2014 14:44:00 +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: 052848f9-6b77-4299-beda-57f3c27e254e X-Archives-Hash: fad9374769f35318f7a6e1fbc64c0eab djc 14/06/20 14:44:00 Modified: pycparser-2.09.1-r1.ebuild ChangeLog Log: Fix SRC_URI to use bitbucket mirrors (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 30380381) Revision Changes Path 1.7 dev-python/pycparser/pycparser-2.09.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycparser/pycparser-2.09.1-r1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycparser/pycparser-2.09.1-r1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycparser/pycparser-2.09.1-r1.ebuild?r1=1.6&r2=1.7 Index: pycparser-2.09.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.09.1-r1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- pycparser-2.09.1-r1.ebuild 8 Jun 2014 12:05:21 -0000 1.6 +++ pycparser-2.09.1-r1.ebuild 20 Jun 2014 14:44:00 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.09.1-r1.ebuild,v 1.6 2014/06/08 12:05:21 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.09.1-r1.ebuild,v 1.7 2014/06/20 14:44:00 djc Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) @@ -9,7 +9,7 @@ DESCRIPTION="C parser and AST generator written in Python" HOMEPAGE="https://bitbucket.org/eliben/pycparser/" -SRC_URI="https://bitbucket.org/eliben/${PN}/get/release_v${PV}.tar.bz2 -> ${P}.tar.bz2" +SRC_URI="mirror://bitbucket/eliben/${PN}/get/release_v${PV}.tar.bz2 -> ${P}.tar.bz2" LICENSE="BSD" SLOT="0" 1.21 dev-python/pycparser/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycparser/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycparser/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycparser/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 8 Jun 2014 12:05:21 -0000 1.20 +++ ChangeLog 20 Jun 2014 14:44:00 -0000 1.21 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pycparser # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.20 2014/06/08 12:05:21 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.21 2014/06/20 14:44:00 djc Exp $ + + 20 Jun 2014; Dirkjan Ochtman pycparser-2.09.1-r1.ebuild: + Fix SRC_URI to use bitbucket mirrors 08 Jun 2014; Akinori Hattori pycparser-2.09.1-r1.ebuild, pycparser-2.10.ebuild: