diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2010-05-26 15:31:10 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2010-05-26 15:31:10 +0000 |
commit | 5801f10f25208a644f6e9950b206ffd11e941c73 (patch) | |
tree | 806d2eb7b119900c00fae2898544ed85693053ca /sci-astronomy | |
parent | Apply fvisibility fix for versions > 4.7.0_beta as well (diff) | |
download | historical-5801f10f25208a644f6e9950b206ffd11e941c73.tar.gz historical-5801f10f25208a644f6e9950b206ffd11e941c73.tar.bz2 historical-5801f10f25208a644f6e9950b206ffd11e941c73.zip |
Remove older ebuild
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/pyephem/Manifest | 12 | ||||
-rw-r--r-- | sci-astronomy/pyephem/pyephem-3.7.3.3.ebuild | 29 |
2 files changed, 0 insertions, 41 deletions
diff --git a/sci-astronomy/pyephem/Manifest b/sci-astronomy/pyephem/Manifest index f57916838e9a..d73983066c83 100644 --- a/sci-astronomy/pyephem/Manifest +++ b/sci-astronomy/pyephem/Manifest @@ -1,16 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -DIST pyephem-3.7.3.3.tar.gz 701521 RMD160 77686b38354361d26df95040161e28223f8aee79 SHA1 374c8d3b9daa5535a823d7f0265ee8da40f44c5e SHA256 dd7aedbc9dade0ce25a2a5e2443790fb9d9a607446fb84932e653287b4f160b4 DIST pyephem-3.7.3.4.tar.gz 704097 RMD160 798b79bebf094bd3d5b22a598281c564e974e89e SHA1 d1be94b2f0314a6ec572787c6d1b39ffbbb8ea5c SHA256 d6d2491c4b2d7d123f35bfda5b6ddd20afca832dfc4e10f3b2499bbd4c5e4587 -EBUILD pyephem-3.7.3.3.ebuild 913 RMD160 d6c8776aa7b1afa3fe2e4b2705f770db9fc9abe4 SHA1 85b8e68fcdf3d1b5435b7d5c68e4bc35a4834159 SHA256 a07b7ff29a7eb3745e804ac0c48839d5d320bd67eb4f886eeee48c9daf289fc7 EBUILD pyephem-3.7.3.4.ebuild 904 RMD160 4b139dd2822e5aadffbd6f39df80e5e42db062d3 SHA1 05752298d3e67758df59b472d632b27e40dac86e SHA256 9546abf6b5a5b01867d9d684883f7fbea32bec4474b29e93c7f01952dc64115b MISC ChangeLog 1712 RMD160 edbd67bed9bb4717cab9f5c7354320162bf676dc SHA1 0f84d652328d217e176087df1aa8464f820ee8c3 SHA256 433a6631d407c9ba9651b3c8d879ef7592175a879441af8284d13cf750fe452d MISC metadata.xml 770 RMD160 0e05a60bb61d77ebce7c2d520ebc802adb570e2f SHA1 e9ffd03d0916e57bdd0f162aff7d8af15dd2598d SHA256 080408a235520efbe6fce1b0d1276c8fb1cf461e38c498da38bf3ecc666aa8f0 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.11 (GNU/Linux) - -iEYEARECAAYFAkpsXhkACgkQ1ycZbhPLE2ACqwCeIzhACIPp3RNLMAOxv5fUgAdC -7rAAn0NqgVs12opMGvwTHa/xf0pGc2Jf -=7WOI ------END PGP SIGNATURE----- diff --git a/sci-astronomy/pyephem/pyephem-3.7.3.3.ebuild b/sci-astronomy/pyephem/pyephem-3.7.3.3.ebuild deleted file mode 100644 index 3a930a520789..000000000000 --- a/sci-astronomy/pyephem/pyephem-3.7.3.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.3.3.ebuild,v 1.2 2009/01/09 22:38:11 josejx Exp $ - -inherit distutils - -DESCRIPTION="Astronomical routines for the python programming language" -LICENSE="LGPL-3" -HOMEPAGE="http://rhodesmill.org/pyephem/pyephem.html" -SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" - -src_test() { - # remove a buggy test (it's a doc test), check next version. - mv src/ephem/tests/test_rst.py{,orig} - PYTHONPATH=$(dir -d build/lib*) ${python} setup.py test || die "tests failed" -} - -src_install() { - distutils_src_install - insinto /usr/share/doc/${PF} - mv "${D}"/usr/lib*/${python}*/site-packages/ephem/doc \ - "${D}"/usr/share/doc/${PF}/html || die "Failed to install doc" -} |