summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2010-06-10 08:52:43 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2010-06-10 08:52:43 +0000
commited0c0e42385739125b69e3654a9a3ac2c744ec38 (patch)
tree372c1674bf0bc6d481163f1b382620e125644080 /sci-astronomy/ast
parentarm stable, bug #302468 (diff)
downloadhistorical-ed0c0e42385739125b69e3654a9a3ac2c744ec38.tar.gz
historical-ed0c0e42385739125b69e3654a9a3ac2c744ec38.tar.bz2
historical-ed0c0e42385739125b69e3654a9a3ac2c744ec38.zip
Remove old
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-astronomy/ast')
-rw-r--r--sci-astronomy/ast/Manifest12
-rw-r--r--sci-astronomy/ast/ast-5.2.0.ebuild39
2 files changed, 0 insertions, 51 deletions
diff --git a/sci-astronomy/ast/Manifest b/sci-astronomy/ast/Manifest
index 364323fca02d..63e90f4c995b 100644
--- a/sci-astronomy/ast/Manifest
+++ b/sci-astronomy/ast/Manifest
@@ -1,17 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
AUX ast-5.1.0-makefile.in.patch 3331 RMD160 3a533ef384f1fc6a8d7519aebc728c47e2cafd50 SHA1 c92196547a6b7f8c47ff1011a64f0b4c3ad94e23 SHA256 5fb2b991a2ae492871003853256041756307b41481fe091ea642da78f9eb3b8d
-DIST ast-5.2-0.tar.gz 11831267 RMD160 87808b45dbc8f4f5ceab838f18f6eb93887e3cfd SHA1 b7bb8a1cd1c22038ab76b3e00dbcf14e751aeead SHA256 c2189ee7d5f978973dfbf6b78c7f09230470e5e35e8d8addf2f5a43d89af732d
DIST ast-5.3-1.tar.gz 11831030 RMD160 bcc337b821e7879a54fd36137033a4dd88b1303b SHA1 c058243a370f9ae2e69fb15c869398cb755fed1e SHA256 7c7f6ccbbc0b41ea4d02ffb4221e78f390aed57614f530cddf7cf13ad457b0ee
-EBUILD ast-5.2.0.ebuild 1063 RMD160 9adbb9f1c939d4b5452466cd065acc9a6b8cd98e SHA1 37f99f9096f2d3aa7539bb108e0c4a345d31c67a SHA256 eea00f9862153dc5de65129ecc15289367bfaa846114c80d7e841d3f7a856eb1
EBUILD ast-5.3.1.ebuild 1041 RMD160 249235ad2a0fa76b25f5258a008edfb836be8b40 SHA1 faecea5039d4d34bb2ecf6a7689d921cffcf23da SHA256 8966c49f618e9f96fe85024c925583e830cab804014f200fa1ba1a026aa360b4
MISC ChangeLog 1974 RMD160 b5dbdf4877f6734d916286da754d69974c0b06e9 SHA1 4ff207aef4d55c67ef2946bbee846f47328ed0ca SHA256 6f571d2ec1c5b615321ac64fbccdf3a5f38ebf6cde5ad7c8e53d9be0a9be8558
MISC metadata.xml 525 RMD160 0ae28b2258b73b243a0a15af6be1451aaeff7e36 SHA1 6f630d82b6864565d1accaa59c27ed08477e222d SHA256 89798b5d9777297df075ff76257d62740b18eed26028938fa2e13a8686068cfa
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.14 (GNU/Linux)
-
-iEYEARECAAYFAktf5LMACgkQ1ycZbhPLE2BJTQCfYYetWUzTZDIqCzNhFkeh0z+j
-GDsAn2vgJVXjK+MxVwJMCSdOiK9vDVdO
-=yohY
------END PGP SIGNATURE-----
diff --git a/sci-astronomy/ast/ast-5.2.0.ebuild b/sci-astronomy/ast/ast-5.2.0.ebuild
deleted file mode 100644
index 78eaa01aed5b..000000000000
--- a/sci-astronomy/ast/ast-5.2.0.ebuild
+++ /dev/null
@@ -1,39 +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/ast/ast-5.2.0.ebuild,v 1.1 2009/11/04 01:39:55 bicatali Exp $
-
-EAPI=2
-inherit eutils versionator
-
-MYP="${PN}-$(replace_version_separator 2 '-')"
-
-DESCRIPTION="Library for handling World Coordinate Systems in astronomy"
-HOMEPAGE="http://www.starlink.ac.uk/~dsb/ast/ast.html"
-SRC_URI="http://www.starlink.ac.uk/~dsb/${PN}/${MYP}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc"
-RDEPEND="sci-libs/pgplot"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
- # dont patch/sed Makefile.am because it requires special upstream automake
- # not shipped
- epatch "${FILESDIR}"/${PN}-5.1.0-makefile.in.patch
-}
-
-#src_configure() {
-# PATH=".:${PATH}" econf
-#}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- rm -rf "${D}"usr/{docs,help,manifests,news,share} || die
- dodoc ast.news fac_1521_err
- if use doc; then
- dodoc *.ps || die "doc install failed"
- fi
-}