About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
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 }
Updated May 12, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.