summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-02-17 16:26:15 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-02-17 16:26:15 +0000
commit194345516803f6f91360f4fe7d4ada8159cee9f4 (patch)
treec9814416f4f3ce91028e7c9bdf8c20fc13449a57 /sci-astronomy
parentUpdated HOMEPAGE (diff)
downloadgentoo-2-194345516803f6f91360f4fe7d4ada8159cee9f4.tar.gz
gentoo-2-194345516803f6f91360f4fe7d4ada8159cee9f4.tar.bz2
gentoo-2-194345516803f6f91360f4fe7d4ada8159cee9f4.zip
Fixed
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/ast/ChangeLog8
-rw-r--r--sci-astronomy/ast/ast-4.6.2-r1.ebuild (renamed from sci-astronomy/ast/ast-4.6.2.ebuild)9
2 files changed, 12 insertions, 5 deletions
diff --git a/sci-astronomy/ast/ChangeLog b/sci-astronomy/ast/ChangeLog
index 1a552db42905..6ae512666348 100644
--- a/sci-astronomy/ast/ChangeLog
+++ b/sci-astronomy/ast/ChangeLog
@@ -1,6 +1,12 @@
# 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.3 2009/01/09 22:43:14 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ChangeLog,v 1.4 2009/02/17 16:26:15 bicatali Exp $
+
+*ast-4.6.2-r1 (17 Feb 2009)
+
+ 17 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org> -ast-4.6.2.ebuild,
+ +ast-4.6.2-r1.ebuild:
+ Fixed install phase to correctly include missing headers
09 Jan 2009; Joseph Jezak <josejx@gentoo.org> ast-4.6.2.ebuild:
Marked ~ppc for bug #253299.
diff --git a/sci-astronomy/ast/ast-4.6.2.ebuild b/sci-astronomy/ast/ast-4.6.2-r1.ebuild
index 5b1d21e5fa81..649ef5cd6ed0 100644
--- a/sci-astronomy/ast/ast-4.6.2.ebuild
+++ b/sci-astronomy/ast/ast-4.6.2-r1.ebuild
@@ -1,6 +1,6 @@
# 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.ebuild,v 1.3 2009/01/09 22:43:14 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ast-4.6.2-r1.ebuild,v 1.1 2009/02/17 16:26:15 bicatali Exp $
EAPI=2
inherit eutils versionator
@@ -30,12 +30,13 @@ src_prepare() {
}
src_configure() {
- PATH=.:${PATH} econf
+ PATH=".:${PATH}" econf
}
src_install() {
- emake DESTDIR="${D}" \
- install-exec install-includeHEADERS || die "emake install failed"
+ 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"