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 1PCGkZ-0005I9-Lu for garchives@archives.gentoo.org; Sat, 30 Oct 2010 19:05:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B8B0E06C5; Sat, 30 Oct 2010 19:05:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F025DE086C for ; Sat, 30 Oct 2010 19:05:58 +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 5064C1B401C for ; Sat, 30 Oct 2010 19:05:58 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2244) id DD6E820051; Sat, 30 Oct 2010 19:05:56 +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 net-zope/zope-minmax: zope-minmax-1.1.2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: zope-minmax-1.1.2.ebuild X-VCS-Directories: net-zope/zope-minmax X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis Content-Type: text/plain; charset=utf8 Message-Id: <20101030190556.DD6E820051@flycatcher.gentoo.org> Date: Sat, 30 Oct 2010 19:05:56 +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: 51c43910-12ce-47df-9686-13db396306c9 X-Archives-Hash: 5fe165411fe7e1d75214e296dfef33b3 arfrever 10/10/30 19:05:56 Modified: zope-minmax-1.1.2.ebuild Log: Use PyPI mirrors. =20 (Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64) Revision Changes Path 1.5 net-zope/zope-minmax/zope-minmax-1.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-minm= ax/zope-minmax-1.1.2.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-minm= ax/zope-minmax-1.1.2.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-minm= ax/zope-minmax-1.1.2.ebuild?r1=3D1.4&r2=3D1.5 Index: zope-minmax-1.1.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/net-zope/zope-minmax/zope-minmax-1.1.2.= ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- zope-minmax-1.1.2.ebuild 14 Feb 2010 19:17:03 -0000 1.4 +++ zope-minmax-1.1.2.ebuild 30 Oct 2010 19:05:56 -0000 1.5 @@ -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/net-zope/zope-minmax/zope-minmax-1.1.= 2.ebuild,v 1.4 2010/02/14 19:17:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-minmax/zope-minmax-1.1.= 2.ebuild,v 1.5 2010/10/30 19:05:56 arfrever Exp $ =20 EAPI=3D"2" SUPPORT_PYTHON_ABIS=3D"1" @@ -12,7 +12,7 @@ =20 DESCRIPTION=3D"Homogeneous values favoring maximum or minimum for ZODB c= onflict resolution" HOMEPAGE=3D"http://pypi.python.org/pypi/zope.minmax" -SRC_URI=3D"http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/= ${MY_P}.tar.gz" +SRC_URI=3D"mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" =20 LICENSE=3D"ZPL" SLOT=3D"0"