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 1PWsMq-0007B8-78 for garchives@archives.gentoo.org; Sun, 26 Dec 2010 15:18:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD11DE045E; Sun, 26 Dec 2010 15:18:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7F73FE045E for ; Sun, 26 Dec 2010 15:18:33 +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 E8B921B40A0 for ; Sun, 26 Dec 2010 15:18:32 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2244) id 81FD020054; Sun, 26 Dec 2010 15:18:31 +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/pylzma: pylzma-0.4.2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: pylzma-0.4.2.ebuild X-VCS-Directories: dev-python/pylzma X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis Content-Type: text/plain; charset=utf8 Message-Id: <20101226151831.81FD020054@flycatcher.gentoo.org> Date: Sun, 26 Dec 2010 15:18:31 +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: 2d57dc52-03cb-4010-a25b-26209db57667 X-Archives-Hash: bad3c8a0ed2a859899a811601d2b46b3 arfrever 10/12/26 15:18:31 Modified: pylzma-0.4.2.ebuild Log: Use PyPI mirrors. =20 (Portage version: 2.2.0_alpha10_p8/cvs/Linux x86_64) Revision Changes Path 1.3 dev-python/pylzma/pylzma-0.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylzma/= pylzma-0.4.2.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylzma/= pylzma-0.4.2.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylzma/= pylzma-0.4.2.ebuild?r1=3D1.2&r2=3D1.3 Index: pylzma-0.4.2.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/pylzma/pylzma-0.4.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pylzma-0.4.2.ebuild 3 Jul 2010 22:22:13 -0000 1.2 +++ pylzma-0.4.2.ebuild 26 Dec 2010 15:18:31 -0000 1.3 @@ -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/pylzma/pylzma-0.4.2.ebuild= ,v 1.2 2010/07/03 22:22:13 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylzma/pylzma-0.4.2.ebuild= ,v 1.3 2010/12/26 15:18:31 arfrever Exp $ =20 EAPI=3D"3" PYTHON_DEPEND=3D"2" @@ -11,7 +11,7 @@ =20 DESCRIPTION=3D"Python bindings for the LZMA compression library" HOMEPAGE=3D"http://www.joachim-bauch.de/projects/python/pylzma/ http://p= ypi.python.org/pypi/pylzma" -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"LGPL-2.1" SLOT=3D"0"