Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/kst/files: kst-2.0.4-cfitsio-includes.patch
Date: Tue, 01 May 2012 14:14:49
Message-Id: 20120501141433.30D4E2004C@flycatcher.gentoo.org
1 pesa 12/05/01 14:14:33
2
3 Added: kst-2.0.4-cfitsio-includes.patch
4 Log:
5 Version bump: ebuild mostly rewritten, switched to cmake buildsystem and EAPI 4.
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-visualization/kst/files/kst-2.0.4-cfitsio-includes.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/files/kst-2.0.4-cfitsio-includes.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/files/kst-2.0.4-cfitsio-includes.patch?rev=1.1&content-type=text/plain
14
15 Index: kst-2.0.4-cfitsio-includes.patch
16 ===================================================================
17 diff --git a/src/datasources/healpix/healpix_tools.h b/src/datasources/healpix/healpix_tools.h
18 index 28ad906..420fc7f 100644
19 --- a/src/datasources/healpix/healpix_tools.h
20 +++ b/src/datasources/healpix/healpix_tools.h
21 @@ -19,7 +19,7 @@
22 #define HEALPIX_TOOLS_H
23
24 #include <math.h>
25 -#include <libcfitsio0/fitsio.h>
26 +#include <fitsio.h>
27 #include <datasource.h>
28
29 # ifdef HEALPIX_PI
30 diff --git a/src/datasources/lfiio/lfiio.h b/src/datasources/lfiio/lfiio.h
31 index bb6493c..8ed748c 100644
32 --- a/src/datasources/lfiio/lfiio.h
33 +++ b/src/datasources/lfiio/lfiio.h
34 @@ -18,7 +18,7 @@
35
36 #include <datasource.h>
37 #include <dataplugin.h>
38 -#include <libcfitsio0/fitsio.h>
39 +#include <fitsio.h>
40
41 class LFIIOSource : public Kst::DataSource {
42 Q_OBJECT
43 diff --git a/src/datasources/planckIDEF/planckIDEF.h b/src/datasources/planckIDEF/planckIDEF.h
44 index 7fb226f..6e6d82f 100644
45 --- a/src/datasources/planckIDEF/planckIDEF.h
46 +++ b/src/datasources/planckIDEF/planckIDEF.h
47 @@ -16,7 +16,7 @@
48
49 #include <datasource.h>
50 #include <dataplugin.h>
51 -#include <libcfitsio0/fitsio.h>
52 +#include <fitsio.h>
53
54 typedef struct {
55 QString file;