Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
Subject: gentoo-x86 commit in sci-astronomy/wcslib: wcslib-4.3-r1.ebuild ChangeLog
Date: Mon, 08 Dec 2008 11:58:10 +0000
bicatali    08/12/08 11:58:10

  Modified:             ChangeLog
  Added:                wcslib-4.3-r1.ebuild
  Log:
  Install a missing header and propagate LDFLAGS
  (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.3                  sci-astronomy/wcslib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/wcslib/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	5 Nov 2008 21:56:07 -0000	1.2
+++ ChangeLog	8 Dec 2008 11:58:10 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for sci-astronomy/wcslib
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcslib/ChangeLog,v 1.2 2008/11/05 21:56:07 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcslib/ChangeLog,v 1.3 2008/12/08 11:58:10 bicatali Exp $
+
+*wcslib-4.3-r1 (08 Dec 2008)
+
+  08 Dec 2008; Sébastien Fabbro <bicatali@g.o>
+  +wcslib-4.3-r1.ebuild:
+  Install a missing header and propagate LDFLAGS
 
   05 Nov 2008; Sébastien Fabbro <bicatali@g.o> wcslib-4.3.ebuild:
   Added some die's



1.1                  sci-astronomy/wcslib/wcslib-4.3-r1.ebuild

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

Index: wcslib-4.3-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcslib/wcslib-4.3-r1.ebuild,v 1.1 2008/12/08 11:58:10 bicatali Exp $

inherit fortran eutils

DESCRIPTION="Astronomical World Coordinate System transformations library"
HOMEPAGE="http://www.atnf.csiro.au/people/mcalabre/WCS/"
SRC_URI="ftp://ftp.atnf.csiro.au/pub/software/${PN}/${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
DEPEND="sci-libs/pgplot
	sci-libs/cfitsio"

FORTRAN="gfortran ifc g77"

src_unpack() {
	unpack ${A}
	cd "${S}"
	sed -i \
		-e 's/$(SHRLD)/$(SHRLD) $(LDFLAGS)/' \
		C/GNUmakefile || die
}

src_install () {
	# make install from makefile is buggy

	dobin utils/{HPXcvt,fitshdr,wcsgrid} || die "dobin failed"

	dolib.a C/libwcs-${PV}.a pgsbox/libpgsbox-${PV}.a || die
	dolib.so C/libwcs.so.${PV} || die
	dosym libwcs.so.${PV} /usr/$(get_libdir)/libwcs.so
	dosym libwcs-${PV}.a /usr/$(get_libdir)/libwcs.a
	dosym libpgsbox-${PV}.a /usr/$(get_libdir)/libpgsbox.a

	insinto /usr/include/${P}
	doins wcsconfig.h wcsconfig_f77.h || die
	doins pgsbox/*.h C/*.h Fortran/*inc || die
	dosym ${P} /usr/include/${PN}

	dodoc README
	newdoc C/CHANGES CHANGES_C
	newdoc Fortran/CHANGES CHANGES_FORTRAN
	newdoc pgsbox/CHANGES CHANGES_PGSBOX
}





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in dev-libs/libburn: ChangeLog libburn-0.5.8.ebuild
Next by thread:
gentoo-x86 commit in app-admin/rsyslog: ChangeLog rsyslog-3.20.2.ebuild rsyslog-3.21.9.ebuild rsyslog-3.18.4.ebuild rsyslog-3.21.6.ebuild
Previous by date:
gentoo-x86 commit in eclass: enlightenment.eclass
Next by date:
gentoo commit in xml/htdocs/doc/es: inserts.xml


Updated May 12, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.