diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-10-17 11:45:15 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-10-17 11:45:15 +0000 |
commit | e0a80937263b72c521dc74d156cac2a66e00740c (patch) | |
tree | 6956a2ab3ca64b764fe2e418b4f3c7e5510ee33c /sci-astronomy/pyephem | |
parent | Version bump. (diff) | |
download | gentoo-2-e0a80937263b72c521dc74d156cac2a66e00740c.tar.gz gentoo-2-e0a80937263b72c521dc74d156cac2a66e00740c.tar.bz2 gentoo-2-e0a80937263b72c521dc74d156cac2a66e00740c.zip |
Version bump.
(Portage version: 2.1.3.12)
Diffstat (limited to 'sci-astronomy/pyephem')
-rw-r--r-- | sci-astronomy/pyephem/ChangeLog | 8 | ||||
-rw-r--r-- | sci-astronomy/pyephem/files/digest-pyephem-3.7.2.1 | 3 | ||||
-rw-r--r-- | sci-astronomy/pyephem/files/digest-pyephem-3.7b | 3 | ||||
-rw-r--r-- | sci-astronomy/pyephem/pyephem-3.7.2.1.ebuild (renamed from sci-astronomy/pyephem/pyephem-3.7b.ebuild) | 13 |
4 files changed, 19 insertions, 8 deletions
diff --git a/sci-astronomy/pyephem/ChangeLog b/sci-astronomy/pyephem/ChangeLog index 40da0c49be02..3425e169530b 100644 --- a/sci-astronomy/pyephem/ChangeLog +++ b/sci-astronomy/pyephem/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-astronomy/pyephem # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.3 2007/09/11 13:57:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.4 2007/10/17 11:45:15 bicatali Exp $ + +*pyephem-3.7.2.1 (17 Oct 2007) + + 17 Oct 2007; Sébastien Fabbro <bicatali@gentoo.org> + +pyephem-3.7.2.1.ebuild, -pyephem-3.7b.ebuild: + Version bump. *pyephem-3.7.2a (11 Sep 2007) diff --git a/sci-astronomy/pyephem/files/digest-pyephem-3.7.2.1 b/sci-astronomy/pyephem/files/digest-pyephem-3.7.2.1 new file mode 100644 index 000000000000..f8b1580c5369 --- /dev/null +++ b/sci-astronomy/pyephem/files/digest-pyephem-3.7.2.1 @@ -0,0 +1,3 @@ +MD5 5af384378c12cb9b089c1878a05b8d47 pyephem-3.7.2.1.tar.gz 341381 +RMD160 0f4f43ffc8ca416855a7472c75e6ab9e22befeb8 pyephem-3.7.2.1.tar.gz 341381 +SHA256 0d2b0f8b8580949850ebd77e95e8e77b95a5bdbe620cd88c12ed051a3e988455 pyephem-3.7.2.1.tar.gz 341381 diff --git a/sci-astronomy/pyephem/files/digest-pyephem-3.7b b/sci-astronomy/pyephem/files/digest-pyephem-3.7b deleted file mode 100644 index 7d12d4400dda..000000000000 --- a/sci-astronomy/pyephem/files/digest-pyephem-3.7b +++ /dev/null @@ -1,3 +0,0 @@ -MD5 08ddcadfef79b6020d593b7665b4c3fa pyephem-3.7b.tar.gz 299901 -RMD160 bc1b1a8312dbc95735b6c1b82439d604992a942f pyephem-3.7b.tar.gz 299901 -SHA256 f310597a3da24cf6799f233cf88914ae5d4ddb2dc8ed6e47cbf95a39fa0e9634 pyephem-3.7b.tar.gz 299901 diff --git a/sci-astronomy/pyephem/pyephem-3.7b.ebuild b/sci-astronomy/pyephem/pyephem-3.7.2.1.ebuild index 455cfff0a61f..782108866074 100644 --- a/sci-astronomy/pyephem/pyephem-3.7b.ebuild +++ b/sci-astronomy/pyephem/pyephem-3.7.2.1.ebuild @@ -1,20 +1,25 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7b.ebuild,v 1.1 2006/01/18 03:42:06 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.2.1.ebuild,v 1.1 2007/10/17 11:45:15 bicatali Exp $ inherit distutils DESCRIPTION="PyEphem provides scientific-grade astronomical computations for the python programming language." LICENSE="GPL-2" HOMEPAGE="http://www.rhodesmill.org/brandon/projects/pyephem.html" -SRC_URI="http://www.rhodesmill.org/brandon/projects/${P}.tar.gz" +SRC_URI="http://www.rhodesmill.org/${PN}/${P}.tar.gz" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="virtual/python" +src_test() { + cd "${S}"/build/lib* + PYTHONPATH=. "${S}"/test || die "tests failed" +} + src_install() { distutils_src_install |