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 1QHLmv-00059Y-VM for garchives@archives.gentoo.org; Tue, 03 May 2011 20:01:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24D351C017; Tue, 3 May 2011 20:01:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D6A411C00B for ; Tue, 3 May 2011 20:01:24 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 393091CC014 for ; Tue, 3 May 2011 20:01:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 70BFA8050D for ; Tue, 3 May 2011 20:01:23 +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/pysolar/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/pysolar/ChangeLog dev-python/pysolar/pysolar-0.4.2.ebuild dev-python/pysolar/pysolar-0.4.3.ebuild X-VCS-Directories: dev-python/pysolar/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a4a6ffe0b00864e3d0f60eae69d6d762d4f764f7 Date: Tue, 3 May 2011 20:01:23 +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: 41f0fa0aa7a4050b7b35a06e79f909d4 commit: a4a6ffe0b00864e3d0f60eae69d6d762d4f764f7 Author: Justin Lecher gentoo org> AuthorDate: Tue May 3 19:54:43 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue May 3 19:54:43 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Da4a6ffe0 Version Bump, notified by euscan (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- dev-python/pysolar/ChangeLog | 6 ++++++ dev-python/pysolar/pysolar-0.4.2.ebuild | 8 ++++---- .../{pysolar-0.4.2.ebuild =3D> pysolar-0.4.3.ebuild} | 11 ++++++----- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/dev-python/pysolar/ChangeLog b/dev-python/pysolar/ChangeLog index 780b5a1..a5193ac 100644 --- a/dev-python/pysolar/ChangeLog +++ b/dev-python/pysolar/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*pysolar-0.4.3 (03 May 2011) + + 03 May 2011; Justin Lecher pysolar-0.4.2.ebuild, + +pysolar-0.4.3.ebuild: + Version Bump, notified by euscan + 07 Mar 2011; Justin Lecher pysolar-0.4.2.ebuild: Correct Slots for gtk 3 introduction to tree =20 diff --git a/dev-python/pysolar/pysolar-0.4.2.ebuild b/dev-python/pysolar= /pysolar-0.4.2.ebuild index 4d7cbc0..4c335dc 100644 --- a/dev-python/pysolar/pysolar-0.4.2.ebuild +++ b/dev-python/pysolar/pysolar-0.4.2.ebuild @@ -6,11 +6,12 @@ EAPI=3D2 =20 PYTHON_DEPEND=3D"2:2.5" SUPPORT_PYTHON_ABIS=3D"1" +RESTRICT_PYTHON_ABIS=3D"3.*" =20 inherit distutils python =20 DESCRIPTION=3D"A collection of Python libraries for simulating the Sun's= irradiation" -HOMEPAGE=3D"http://pysolar.org/ http://pypi.python.org/pypi/Pysolar" +HOMEPAGE=3D"http://pysolar.org/ http://pypi.python.org/pypi/Pysolar/" SRC_URI=3D"http://github.com/pingswept/${PN}/tarball/${PV} -> ${P}.tar.g= z" =20 LICENSE=3D"GPL-3" @@ -33,10 +34,9 @@ PYTHON_MODNAME=3D"constants.py horizon.py julian.py \ poly.py query_usno.py radiation.py shade.py \ simulate.py solar.py util.py" =20 -RESTRICT_PYTHON_ABIS=3D"3.*" - src_prepare() { - sed -e "s:'testsolar', ::" \ + sed \ + -e "s:'testsolar', ::" \ -e "s:'shade_test', ::" \ -i setup.py || die } diff --git a/dev-python/pysolar/pysolar-0.4.2.ebuild b/dev-python/pysolar= /pysolar-0.4.3.ebuild similarity index 89% copy from dev-python/pysolar/pysolar-0.4.2.ebuild copy to dev-python/pysolar/pysolar-0.4.3.ebuild index 4d7cbc0..5cc5158 100644 --- a/dev-python/pysolar/pysolar-0.4.2.ebuild +++ b/dev-python/pysolar/pysolar-0.4.3.ebuild @@ -6,12 +6,13 @@ EAPI=3D2 =20 PYTHON_DEPEND=3D"2:2.5" SUPPORT_PYTHON_ABIS=3D"1" +RESTRICT_PYTHON_ABIS=3D"3.*" =20 inherit distutils python =20 DESCRIPTION=3D"A collection of Python libraries for simulating the Sun's= irradiation" -HOMEPAGE=3D"http://pysolar.org/ http://pypi.python.org/pypi/Pysolar" -SRC_URI=3D"http://github.com/pingswept/${PN}/tarball/${PV} -> ${P}.tar.g= z" +HOMEPAGE=3D"http://pysolar.org/ http://pypi.python.org/pypi/Pysolar/" +SRC_URI=3D"https://github.com/pingswept/${PN}/tarball/${PV} -> ${P}.tar.= gz" =20 LICENSE=3D"GPL-3" SLOT=3D"0" @@ -33,10 +34,10 @@ PYTHON_MODNAME=3D"constants.py horizon.py julian.py \ poly.py query_usno.py radiation.py shade.py \ simulate.py solar.py util.py" =20 -RESTRICT_PYTHON_ABIS=3D"3.*" - src_prepare() { - sed -e "s:'testsolar', ::" \ + mv *${PN}* "${S}" && cd "${S}" + sed \ + -e "s:'testsolar', ::" \ -e "s:'shade_test', ::" \ -i setup.py || die }