public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-astronomy/ast: ChangeLog ast-4.6.2-r1.ebuild ast-4.6.2.ebuild
@ 2009-02-17 16:26 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2009-02-17 16:26 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/02/17 16:26:15

  Modified:             ChangeLog
  Added:                ast-4.6.2-r1.ebuild
  Removed:              ast-4.6.2.ebuild
  Log:
  Fixed
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sci-astronomy/ast/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/ast/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	9 Jan 2009 22:43:14 -0000	1.3
+++ ChangeLog	17 Feb 2009 16:26:15 -0000	1.4
@@ -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.



1.1                  sci-astronomy/ast/ast-4.6.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/ast-4.6.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ast/ast-4.6.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: ast-4.6.2-r1.ebuild
===================================================================
# 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.1 2009/02/17 16:26:15 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 do sed in Makefile.am because it requires special starlink automake
	sed -i \
		-e 's/@STAR_LATEX_DOCUMENTATION@//' \
		-e 's/ast.news//' \
		-e 's/LICENCE//' \
		-e 's/starfacs_DATA =.*/starfacs_DATA =/' \
		-e '/$(INSTALL_DATA) $$MF/d' \
		Makefile.in || die
}

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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-17 16:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-17 16:26 [gentoo-commits] gentoo-x86 commit in sci-astronomy/ast: ChangeLog ast-4.6.2-r1.ebuild ast-4.6.2.ebuild Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox