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 <[email protected]> pycparser-2.09.1-r1.ebuild: + Fix SRC_URI to use bitbucket mirrors 08 Jun 2014; Akinori Hattori <[email protected]> pycparser-2.09.1-r1.ebuild, pycparser-2.10.ebuild:
