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 1QaWcn-0002nO-Pz for garchives@archives.gentoo.org; Sat, 25 Jun 2011 17:26:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C3E41C1D1; Sat, 25 Jun 2011 17:22:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0EECF1C1CC for ; Sat, 25 Jun 2011 17:22:02 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3188A2AC07F for ; Sat, 25 Jun 2011 17:22:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6B77580052 for ; Sat, 25 Jun 2011 17:22:01 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pythoncgns/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/pythoncgns/ChangeLog dev-python/pythoncgns/pythoncgns-2009.10.30.ebuild X-VCS-Directories: dev-python/pythoncgns/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b522f482c7dda6c876315389c027d09d0fa2a8e8 Date: Sat, 25 Jun 2011 17:22:01 +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: X-Archives-Hash: ae9e8f9f1b03fffb9f91c00c86d86b4a commit: b522f482c7dda6c876315389c027d09d0fa2a8e8 Author: Justin Lecher gentoo org> AuthorDate: Sat Jun 25 14:15:27 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jun 25 14:15:27 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Db522f482 'http://pypi.python.org/packages/source' found in thirdpartymirrors (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- dev-python/pythoncgns/ChangeLog | 5 ++++- dev-python/pythoncgns/pythoncgns-2009.10.30.ebuild | 11 +++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/dev-python/pythoncgns/ChangeLog b/dev-python/pythoncgns/Chan= geLog index 643e48b..df25ae7 100644 --- a/dev-python/pythoncgns/ChangeLog +++ b/dev-python/pythoncgns/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-python/pythoncgns -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 25 Jun 2011; Justin Lecher pythoncgns-2009.10.30.ebu= ild: + 'http://pypi.python.org/packages/source' found in thirdpartymirrors + 26 Jun 2010; Justin Lecher pythoncgns-2009.10.30.ebu= ild: Python ABI fixes =20 diff --git a/dev-python/pythoncgns/pythoncgns-2009.10.30.ebuild b/dev-pyt= hon/pythoncgns/pythoncgns-2009.10.30.ebuild index 87a5051..adbb333 100644 --- a/dev-python/pythoncgns/pythoncgns-2009.10.30.ebuild +++ b/dev-python/pythoncgns/pythoncgns-2009.10.30.ebuild @@ -1,22 +1,21 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D2 +EAPI=3D3 =20 PYTHON_DEPEND=3D"2" SUPPORT_PYTHON_ABIS=3D"1" +PYTHON_MODNAME=3D"CGNS" =20 inherit distutils =20 -PYTHON_MODNAME=3D"CGNS" - MY_PN=3D"CGNS" MY_P=3D"${MY_PN}-${PV}" =20 DESCRIPTION=3D"Python language bindings for the CGNS library" -HOMEPAGE=3D"http://pypi.python.org/pypi/CGNS" -SRC_URI=3D"http://pypi.python.org/packages/source/C/${MY_PN}/${MY_P}.tar= .gz" +HOMEPAGE=3D"http://pypi.python.org/pypi/CGNS/" +SRC_URI=3D"mirror://pypi/C/${MY_PN}/${MY_P}.tar.gz" =20 LICENSE=3D"GPL-3" KEYWORDS=3D"~amd64 ~x86"