Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/wcstools/files: wcstools-3.7.6-autotools.patch wcstools-3.7.1-autotools.patch
Date: Wed, 26 Nov 2008 11:07:47
Message-Id: E1L5IF9-0000xl-SR@stork.gentoo.org
1 bicatali 08/11/26 11:07:39
2
3 Modified: wcstools-3.7.6-autotools.patch
4 Removed: wcstools-3.7.1-autotools.patch
5 Log:
6 Rename crlf to wcscrlf and getdate to wcsgetdate to avoid colliding with other packages, closing bug #248235
7 (Portage version: 2.2_rc15/cvs/Linux 2.6.25-gentoo-r7 x86_64)
8
9 Revision Changes Path
10 1.2 sci-astronomy/wcstools/files/wcstools-3.7.6-autotools.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/wcstools/files/wcstools-3.7.6-autotools.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/wcstools/files/wcstools-3.7.6-autotools.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/wcstools/files/wcstools-3.7.6-autotools.patch?r1=1.1&r2=1.2
15
16 Index: wcstools-3.7.6-autotools.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/wcstools/files/wcstools-3.7.6-autotools.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- wcstools-3.7.6-autotools.patch 5 Nov 2008 22:00:15 -0000 1.1
23 +++ wcstools-3.7.6-autotools.patch 26 Nov 2008 11:07:39 -0000 1.2
24 @@ -53,12 +53,12 @@
25 + cphead delwcs delhead edhead fixpix gethead i2f imcat imhead immatch \
26 + imrot imsize imstar imwcs scat sethead addpix getpix setpix sky2xy \
27 + keyhead skycoor subpix xy2sky wcshead conpix gettab newfits getfits \
28 -+ imstack imextract sumpix remap getcol getdate imfill imsmooth imresize \
29 -+ fileroot filename filext char2sp sp2char crlf isnum isrange isfits \
30 ++ imstack imextract sumpix remap getcol wcsgetdate imfill imsmooth imresize \
31 ++ fileroot filename filext char2sp sp2char wcscrlf isnum isrange isfits \
32 + simpos nedpos bincat nedname
33 +
34 +# these ones don't need libwcs
35 -+crlf_SOURCES = crlf.c
36 ++wcscrlf_SOURCES = crlf.c
37 +filename_SOURCES = filename.c
38 +fileroot_SOURCES = fileroot.c
39 +filext_SOURCES = filext.c
40 @@ -68,7 +68,7 @@
41 +
42 +bincat_SOURCES = bincat.c
43 +getcol_SOURCES = getcol.c
44 -+getdate_SOURCES = getdate.c
45 ++wcsgetdate_SOURCES = getdate.c
46 +gethead_SOURCES = gethead.c
47 +getfits_SOURCES = getfits.c
48 +getpix_SOURCES = getpix.c