* [gentoo-commits] gentoo-x86 commit in sci-libs/cfitsio: cfitsio-3.006.ebuild ChangeLog cfitsio-2.510-r1.ebuild
@ 2008-05-31 13:26 Markus Dittrich (markusle)
0 siblings, 0 replies; only message in thread
From: Markus Dittrich (markusle) @ 2008-05-31 13:26 UTC (permalink / raw
To: gentoo-commits
markusle 08/05/31 13:26:36
Modified: cfitsio-3.006.ebuild ChangeLog
cfitsio-2.510-r1.ebuild
Log:
Added installation of static library (see bug #224225) and fixed QA.
(Portage version: 2.1.5.2)
Revision Changes Path
1.5 sci-libs/cfitsio/cfitsio-3.006.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cfitsio/cfitsio-3.006.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cfitsio/cfitsio-3.006.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cfitsio/cfitsio-3.006.ebuild?r1=1.4&r2=1.5
Index: cfitsio-3.006.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/cfitsio-3.006.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cfitsio-3.006.ebuild 2 Jun 2006 05:42:39 -0000 1.4
+++ cfitsio-3.006.ebuild 31 May 2008 13:26:35 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/cfitsio-3.006.ebuild,v 1.4 2006/06/02 05:42:39 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/cfitsio-3.006.ebuild,v 1.5 2008/05/31 13:26:35 markusle Exp $
inherit eutils multilib toolchain-funcs
@@ -20,12 +20,12 @@
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-configure.patch || die "epatch failed"
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-configure.patch || die "epatch failed"
}
src_compile() {
- econf --host=${CHOST} --prefix=${D}usr --libdir=${D}usr/$(get_libdir) || die "econf failed"
+ econf --host=${CHOST} --prefix="${D}"usr --libdir="${D}"usr/$(get_libdir) || die "econf failed"
make || die "make failed"
make shared fitscopy imcopy listhead
}
@@ -33,6 +33,7 @@
src_install () {
dodir /usr/include
dolib.so libcfitsio.so.*
+ dolib.a libcfitsio.a
dobin fitscopy imcopy listhead
dodoc changes.txt README
@@ -42,7 +43,7 @@
insinto /usr/include
doins fitsio.h fitsio2.h longnam.h drvrsmem.h
- cd ${D}/usr/$(get_libdir)
+ cd "${D}"/usr/$(get_libdir)
dosym libcfitsio.so.0.0 /usr/$(get_libdir)/libcfitsio.so
dosym libcfitsio.so.0.0 /usr/$(get_libdir)/libcfitsio.so.0
}
1.14 sci-libs/cfitsio/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cfitsio/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cfitsio/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cfitsio/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 24 Jan 2008 15:18:58 -0000 1.13
+++ ChangeLog 31 May 2008 13:26:35 -0000 1.14
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/cfitsio
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/ChangeLog,v 1.13 2008/01/24 15:18:58 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/ChangeLog,v 1.14 2008/05/31 13:26:35 markusle Exp $
+
+ 31 May 2008; Markus Dittrich <markusle@gentoo.org>
+ cfitsio-2.510-r1.ebuild, cfitsio-3.006.ebuild:
+ Added installation of static library (see bug #224225) and fixed general
+ QA things.
24 Jan 2008; Sébastien Fabbro <bicatali@gentoo.org>
files/cfitsio-3.060-autotools.patch, cfitsio-3.060.ebuild:
1.5 sci-libs/cfitsio/cfitsio-2.510-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cfitsio/cfitsio-2.510-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cfitsio/cfitsio-2.510-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cfitsio/cfitsio-2.510-r1.ebuild?r1=1.4&r2=1.5
Index: cfitsio-2.510-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/cfitsio-2.510-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cfitsio-2.510-r1.ebuild 2 Jun 2006 05:42:39 -0000 1.4
+++ cfitsio-2.510-r1.ebuild 31 May 2008 13:26:35 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/cfitsio-2.510-r1.ebuild,v 1.4 2006/06/02 05:42:39 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/cfitsio-2.510-r1.ebuild,v 1.5 2008/05/31 13:26:35 markusle Exp $
inherit eutils multilib toolchain-funcs
@@ -20,12 +20,12 @@
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-configure.patch || die "epatch failed"
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-configure.patch || die "epatch failed"
}
src_compile() {
- econf --host=${CHOST} --prefix=${D}usr --libdir=${D}usr/$(get_libdir) \
+ econf --host=${CHOST} --prefix="${D}"usr --libdir="${D}"usr/$(get_libdir) \
|| die "econf failed"
make || die "make failed"
make shared fitscopy imcopy listhead
@@ -36,6 +36,7 @@
dodir /usr/include
dobin fitscopy imcopy listhead
dolib.so libcfitsio.so.*
+ dolib.a libcfitsio.a
dodoc changes.txt README Licence.txt
if use doc; then
@@ -43,6 +44,6 @@
fi
insinto /usr/include
doins fitsio.h fitsio2.h longnam.h drvrsmem.h
- cd ${D}/usr/$(get_libdir)
+ cd "${D}"/usr/$(get_libdir)
dosym libcfitsio.so.0 /usr/$(get_libdir)/libcfitsio.so
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-31 13:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-31 13:26 [gentoo-commits] gentoo-x86 commit in sci-libs/cfitsio: cfitsio-3.006.ebuild ChangeLog cfitsio-2.510-r1.ebuild Markus Dittrich (markusle)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox