Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/cfitsio: cfitsio-3.006.ebuild ChangeLog cfitsio-2.510-r1.ebuild
Date: Sat, 31 May 2008 13:26:42
Message-Id: E1K2R6S-00074F-5X@stork.gentoo.org
1 markusle 08/05/31 13:26:36
2
3 Modified: cfitsio-3.006.ebuild ChangeLog
4 cfitsio-2.510-r1.ebuild
5 Log:
6 Added installation of static library (see bug #224225) and fixed QA.
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.5 sci-libs/cfitsio/cfitsio-3.006.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cfitsio/cfitsio-3.006.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cfitsio/cfitsio-3.006.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cfitsio/cfitsio-3.006.ebuild?r1=1.4&r2=1.5
15
16 Index: cfitsio-3.006.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/cfitsio-3.006.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- cfitsio-3.006.ebuild 2 Jun 2006 05:42:39 -0000 1.4
23 +++ cfitsio-3.006.ebuild 31 May 2008 13:26:35 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2006 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/cfitsio-3.006.ebuild,v 1.4 2006/06/02 05:42:39 nerdboy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/cfitsio-3.006.ebuild,v 1.5 2008/05/31 13:26:35 markusle Exp $
30
31 inherit eutils multilib toolchain-funcs
32
33 @@ -20,12 +20,12 @@
34
35 src_unpack() {
36 unpack ${A}
37 - cd ${S}
38 - epatch ${FILESDIR}/${P}-configure.patch || die "epatch failed"
39 + cd "${S}"
40 + epatch "${FILESDIR}"/${P}-configure.patch || die "epatch failed"
41 }
42
43 src_compile() {
44 - econf --host=${CHOST} --prefix=${D}usr --libdir=${D}usr/$(get_libdir) || die "econf failed"
45 + econf --host=${CHOST} --prefix="${D}"usr --libdir="${D}"usr/$(get_libdir) || die "econf failed"
46 make || die "make failed"
47 make shared fitscopy imcopy listhead
48 }
49 @@ -33,6 +33,7 @@
50 src_install () {
51 dodir /usr/include
52 dolib.so libcfitsio.so.*
53 + dolib.a libcfitsio.a
54 dobin fitscopy imcopy listhead
55 dodoc changes.txt README
56
57 @@ -42,7 +43,7 @@
58
59 insinto /usr/include
60 doins fitsio.h fitsio2.h longnam.h drvrsmem.h
61 - cd ${D}/usr/$(get_libdir)
62 + cd "${D}"/usr/$(get_libdir)
63 dosym libcfitsio.so.0.0 /usr/$(get_libdir)/libcfitsio.so
64 dosym libcfitsio.so.0.0 /usr/$(get_libdir)/libcfitsio.so.0
65 }
66
67
68
69 1.14 sci-libs/cfitsio/ChangeLog
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cfitsio/ChangeLog?rev=1.14&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cfitsio/ChangeLog?rev=1.14&content-type=text/plain
73 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cfitsio/ChangeLog?r1=1.13&r2=1.14
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/ChangeLog,v
78 retrieving revision 1.13
79 retrieving revision 1.14
80 diff -u -r1.13 -r1.14
81 --- ChangeLog 24 Jan 2008 15:18:58 -0000 1.13
82 +++ ChangeLog 31 May 2008 13:26:35 -0000 1.14
83 @@ -1,6 +1,11 @@
84 # ChangeLog for sci-libs/cfitsio
85 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/ChangeLog,v 1.13 2008/01/24 15:18:58 bicatali Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/ChangeLog,v 1.14 2008/05/31 13:26:35 markusle Exp $
88 +
89 + 31 May 2008; Markus Dittrich <markusle@g.o>
90 + cfitsio-2.510-r1.ebuild, cfitsio-3.006.ebuild:
91 + Added installation of static library (see bug #224225) and fixed general
92 + QA things.
93
94 24 Jan 2008; Sébastien Fabbro <bicatali@g.o>
95 files/cfitsio-3.060-autotools.patch, cfitsio-3.060.ebuild:
96
97
98
99 1.5 sci-libs/cfitsio/cfitsio-2.510-r1.ebuild
100
101 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cfitsio/cfitsio-2.510-r1.ebuild?rev=1.5&view=markup
102 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cfitsio/cfitsio-2.510-r1.ebuild?rev=1.5&content-type=text/plain
103 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cfitsio/cfitsio-2.510-r1.ebuild?r1=1.4&r2=1.5
104
105 Index: cfitsio-2.510-r1.ebuild
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/cfitsio-2.510-r1.ebuild,v
108 retrieving revision 1.4
109 retrieving revision 1.5
110 diff -u -r1.4 -r1.5
111 --- cfitsio-2.510-r1.ebuild 2 Jun 2006 05:42:39 -0000 1.4
112 +++ cfitsio-2.510-r1.ebuild 31 May 2008 13:26:35 -0000 1.5
113 @@ -1,6 +1,6 @@
114 -# Copyright 1999-2006 Gentoo Foundation
115 +# Copyright 1999-2008 Gentoo Foundation
116 # Distributed under the terms of the GNU General Public License v2
117 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/cfitsio-2.510-r1.ebuild,v 1.4 2006/06/02 05:42:39 nerdboy Exp $
118 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/cfitsio-2.510-r1.ebuild,v 1.5 2008/05/31 13:26:35 markusle Exp $
119
120 inherit eutils multilib toolchain-funcs
121
122 @@ -20,12 +20,12 @@
123
124 src_unpack() {
125 unpack ${A}
126 - cd ${S}
127 - epatch ${FILESDIR}/${P}-configure.patch || die "epatch failed"
128 + cd "${S}"
129 + epatch "${FILESDIR}"/${P}-configure.patch || die "epatch failed"
130 }
131
132 src_compile() {
133 - econf --host=${CHOST} --prefix=${D}usr --libdir=${D}usr/$(get_libdir) \
134 + econf --host=${CHOST} --prefix="${D}"usr --libdir="${D}"usr/$(get_libdir) \
135 || die "econf failed"
136 make || die "make failed"
137 make shared fitscopy imcopy listhead
138 @@ -36,6 +36,7 @@
139 dodir /usr/include
140 dobin fitscopy imcopy listhead
141 dolib.so libcfitsio.so.*
142 + dolib.a libcfitsio.a
143 dodoc changes.txt README Licence.txt
144
145 if use doc; then
146 @@ -43,6 +44,6 @@
147 fi
148 insinto /usr/include
149 doins fitsio.h fitsio2.h longnam.h drvrsmem.h
150 - cd ${D}/usr/$(get_libdir)
151 + cd "${D}"/usr/$(get_libdir)
152 dosym libcfitsio.so.0 /usr/$(get_libdir)/libcfitsio.so
153 }
154
155
156
157 --
158 gentoo-commits@l.g.o mailing list