summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-02-25 17:12:26 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-02-25 17:12:26 +0000
commit54da5ea6488c499f2f893556ca765e4b606d1b9f (patch)
tree5effac7d00e49c57dce51f9a7c26a7cd668eabdb /sci-astronomy/ast
parentVersion bumped. Removed extra-phrases USE flag. (diff)
downloadgentoo-2-54da5ea6488c499f2f893556ca765e4b606d1b9f.tar.gz
gentoo-2-54da5ea6488c499f2f893556ca765e4b606d1b9f.tar.bz2
gentoo-2-54da5ea6488c499f2f893556ca765e4b606d1b9f.zip
Removed buggy version
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/ast')
-rw-r--r--sci-astronomy/ast/ChangeLog5
-rw-r--r--sci-astronomy/ast/ast-4.6.2-r1.ebuild39
2 files changed, 4 insertions, 40 deletions
diff --git a/sci-astronomy/ast/ChangeLog b/sci-astronomy/ast/ChangeLog
index 04700e3910de..f363a54b7d48 100644
--- a/sci-astronomy/ast/ChangeLog
+++ b/sci-astronomy/ast/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-astronomy/ast
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ChangeLog,v 1.6 2009/02/23 17:31:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ChangeLog,v 1.7 2009/02/25 17:12:26 bicatali Exp $
+
+ 25 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org> -ast-4.6.2-r1.ebuild:
+ Removed buggy version
*ast-4.6.2-r2 (23 Feb 2009)
diff --git a/sci-astronomy/ast/ast-4.6.2-r1.ebuild b/sci-astronomy/ast/ast-4.6.2-r1.ebuild
deleted file mode 100644
index e6298c0049f4..000000000000
--- a/sci-astronomy/ast/ast-4.6.2-r1.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-4.6.2-r1.ebuild,v 1.2 2009/02/17 20:20:47 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=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
- # dont patch/sed Makefile.am because it requires special upstream automake
- # not shipped
- epatch "${FILESDIR}"/${P}-makefile.in.patch
-}
-
-src_configure() {
- PATH=".:${PATH}" econf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- # remove the empty starlink dirs
- 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
-}