summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-26 15:30:10 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-26 15:30:10 +0000
commitd52e231a1622ed8b1dd4ddef503b1a6c5120f8cb (patch)
tree7268c065cf5d34c026e11d0d67d0f1cf9b2b99ec /dev-python/python-ptrace
parentUse PyPI mirrors. (diff)
downloadgentoo-2-d52e231a1622ed8b1dd4ddef503b1a6c5120f8cb.tar.gz
gentoo-2-d52e231a1622ed8b1dd4ddef503b1a6c5120f8cb.tar.bz2
gentoo-2-d52e231a1622ed8b1dd4ddef503b1a6c5120f8cb.zip
Use PyPI mirrors.
(Portage version: 2.2.0_alpha10_p8/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-ptrace')
-rw-r--r--dev-python/python-ptrace/python-ptrace-0.6.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild b/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild
index e4bc32b392f0..f609381a6f8c 100644
--- a/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild
+++ b/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild,v 1.3 2010/02/28 13:45:43 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild,v 1.4 2010/12/26 15:30:10 arfrever Exp $
EAPI="2"
PYTHON_DEPEND="2:2.5"
@@ -10,7 +10,7 @@ inherit distutils eutils
DESCRIPTION="python-ptrace is a debugger using ptrace (Linux, BSD and Darwin system call to trace processes)."
HOMEPAGE="http://bitbucket.org/haypo/python-ptrace/ http://pypi.python.org/pypi/python-ptrace"
-SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"