From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PCH1o-00087u-7r for garchives@archives.gentoo.org; Sat, 30 Oct 2010 19:23:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21C24E0801; Sat, 30 Oct 2010 19:23:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EC687E0801 for ; Sat, 30 Oct 2010 19:23:43 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F52B1B401C for ; Sat, 30 Oct 2010 19:23:43 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2244) id 0AE9E20051; Sat, 30 Oct 2010 19:23:42 +0000 (UTC) From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, arfrever@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/arrayterator: arrayterator-1.0.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: arrayterator-1.0.1.ebuild X-VCS-Directories: dev-python/arrayterator X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis Content-Type: text/plain; charset=utf8 Message-Id: <20101030192342.0AE9E20051@flycatcher.gentoo.org> Date: Sat, 30 Oct 2010 19:23:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: cf89ddc8-3f4f-4b36-91e9-1fb565beed20 X-Archives-Hash: 32d178324006beae50b5bc6c785d3976 arfrever 10/10/30 19:23:42 Modified: arrayterator-1.0.1.ebuild Log: Use PyPI mirrors. =20 (Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64) Revision Changes Path 1.4 dev-python/arrayterator/arrayterator-1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/arrayte= rator/arrayterator-1.0.1.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/arrayte= rator/arrayterator-1.0.1.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/arrayte= rator/arrayterator-1.0.1.ebuild?r1=3D1.3&r2=3D1.4 Index: arrayterator-1.0.1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-python/arrayterator/arrayterator-1.= 0.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- arrayterator-1.0.1.ebuild 9 Jul 2010 22:20:03 -0000 1.3 +++ arrayterator-1.0.1.ebuild 30 Oct 2010 19:23:41 -0000 1.4 @@ -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/arrayterator/arrayterator-= 1.0.1.ebuild,v 1.3 2010/07/09 22:20:03 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/arrayterator/arrayterator-= 1.0.1.ebuild,v 1.4 2010/10/30 19:23:41 arfrever Exp $ =20 EAPI=3D"2" PYTHON_DEPEND=3D"2" @@ -11,7 +11,7 @@ =20 DESCRIPTION=3D"This class creates a buffered iterator for reading big ar= rays in small contiguous blocks." HOMEPAGE=3D"http://pypi.python.org/pypi/arrayterator" -SRC_URI=3D"http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.t= ar.gz" +SRC_URI=3D"mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" =20 LICENSE=3D"MIT" SLOT=3D"0"