summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2014-06-20 14:44:00 +0000
committerDirkjan Ochtman <djc@gentoo.org>2014-06-20 14:44:00 +0000
commit93b6d146c9dd03a9b7c38eb9da97e5866006eeec (patch)
tree84a20e5b31bada75f372386b9e6993ea372588b1
parentadd py3.4 support to all of SLOT 3 (diff)
downloadgentoo-2-93b6d146c9dd03a9b7c38eb9da97e5866006eeec.tar.gz
gentoo-2-93b6d146c9dd03a9b7c38eb9da97e5866006eeec.tar.bz2
gentoo-2-93b6d146c9dd03a9b7c38eb9da97e5866006eeec.zip
Fix SRC_URI to use bitbucket mirrors
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 30380381)
-rw-r--r--dev-python/pycparser/ChangeLog5
-rw-r--r--dev-python/pycparser/pycparser-2.09.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pycparser/ChangeLog b/dev-python/pycparser/ChangeLog
index 984754e3e240..05dd7ea400b2 100644
--- a/dev-python/pycparser/ChangeLog
+++ b/dev-python/pycparser/ChangeLog
@@ -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 <djc@gentoo.org> pycparser-2.09.1-r1.ebuild:
+ Fix SRC_URI to use bitbucket mirrors
08 Jun 2014; Akinori Hattori <hattya@gentoo.org> pycparser-2.09.1-r1.ebuild,
pycparser-2.10.ebuild:
diff --git a/dev-python/pycparser/pycparser-2.09.1-r1.ebuild b/dev-python/pycparser/pycparser-2.09.1-r1.ebuild
index 65a405d11517..582c22f39a95 100644
--- a/dev-python/pycparser/pycparser-2.09.1-r1.ebuild
+++ b/dev-python/pycparser/pycparser-2.09.1-r1.ebuild
@@ -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 @@ inherit distutils-r1 vcs-snapshot
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"