summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-01-15 15:12:07 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-01-15 15:12:07 +0000
commit3ed8749ef7958fcac7537a34949a69f2b4edb9ea (patch)
treec8e80bbccfcdd8af963377a395a8a98e6b2294ff /sci-astronomy/wcstools/files
parentStable for HPPA (bug #198820). (diff)
downloadgentoo-2-3ed8749ef7958fcac7537a34949a69f2b4edb9ea.tar.gz
gentoo-2-3ed8749ef7958fcac7537a34949a69f2b4edb9ea.tar.bz2
gentoo-2-3ed8749ef7958fcac7537a34949a69f2b4edb9ea.zip
Version bump
(Portage version: 2.1.4)
Diffstat (limited to 'sci-astronomy/wcstools/files')
-rw-r--r--sci-astronomy/wcstools/files/digest-wcstools-3.7.03
-rw-r--r--sci-astronomy/wcstools/files/digest-wcstools-3.7.23
-rw-r--r--sci-astronomy/wcstools/files/wcstools-3.7.0-autotools.patch102
3 files changed, 3 insertions, 105 deletions
diff --git a/sci-astronomy/wcstools/files/digest-wcstools-3.7.0 b/sci-astronomy/wcstools/files/digest-wcstools-3.7.0
deleted file mode 100644
index 1e5ba583618a..000000000000
--- a/sci-astronomy/wcstools/files/digest-wcstools-3.7.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d9d889916492ef6bbbe9379bb5448db0 wcstools-3.7.0.tar.gz 835182
-RMD160 2fd9086f0b53914e32d0b7ac30bfdb0da66bf6c0 wcstools-3.7.0.tar.gz 835182
-SHA256 7f6ba365a044d0e962499b248a154a732578d948f374670133dc8809c3f17453 wcstools-3.7.0.tar.gz 835182
diff --git a/sci-astronomy/wcstools/files/digest-wcstools-3.7.2 b/sci-astronomy/wcstools/files/digest-wcstools-3.7.2
new file mode 100644
index 000000000000..3f19b8dcb8dc
--- /dev/null
+++ b/sci-astronomy/wcstools/files/digest-wcstools-3.7.2
@@ -0,0 +1,3 @@
+MD5 43149edd30885f9fd50c7380990bd462 wcstools-3.7.2.tar.gz 863226
+RMD160 f6ee94030d430f60c753d6d4e45a49a833ec8309 wcstools-3.7.2.tar.gz 863226
+SHA256 eba82f7154d85ff64e65ca37009b4d67ebe3b461a109979b544814b1c97072de wcstools-3.7.2.tar.gz 863226
diff --git a/sci-astronomy/wcstools/files/wcstools-3.7.0-autotools.patch b/sci-astronomy/wcstools/files/wcstools-3.7.0-autotools.patch
deleted file mode 100644
index d7194410728f..000000000000
--- a/sci-astronomy/wcstools/files/wcstools-3.7.0-autotools.patch
+++ /dev/null
@@ -1,102 +0,0 @@
---- configure.ac 1970-01-01 01:00:00.000000000 +0100
-+++ configure.ac 2007-09-11 10:35:36.003123884 +0100
-@@ -0,0 +1,11 @@
-+AC_PREREQ([2.59])
-+AC_INIT(wcstools, 3.7.x, [http://tdc-www.harvard.edu/wcstools/])
-+AM_INIT_AUTOMAKE([foreign])
-+AM_CONFIG_HEADER(config.h)
-+
-+AC_PROG_CC
-+AC_PROG_LIBTOOL
-+AC_C_CONST
-+AC_CHECK_LIB(m, sin)
-+AC_CONFIG_FILES([libwcs/Makefile Makefile])
-+AC_OUTPUT
---- Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ Makefile.am 2007-09-11 10:35:09.945638953 +0100
-@@ -0,0 +1,65 @@
-+SUBDIRS = libwcs
-+INCLUDES = -I$(top_srcdir)/libwcs
-+
-+bin_SCRIPTS = wcstools
-+
-+bin_PROGRAMS = \
-+ cphead delwcs delhead edhead fixpix gethead i2f imcat imhead immatch \
-+ imrot imsize imstar imwcs scat sethead addpix getpix setpix sky2xy \
-+ keyhead skycoor subpix xy2sky wcshead conpix gettab newfits getfits \
-+ imstack imextract sumpix remap getcol getdate imfill imsmooth imresize \
-+ fileroot filename filext char2sp sp2char crlf isnum isrange simpos bincat
-+
-+# these ones don't need libwcs
-+crlf_SOURCES = crlf.c
-+filename_SOURCES = filename.c
-+fileroot_SOURCES = fileroot.c
-+filext_SOURCES = filext.c
-+isrange_SOURCES = isrange.c
-+
-+LDADD = $(top_builddir)/libwcs/libwcs.la
-+
-+bincat_SOURCES = bincat.c
-+getcol_SOURCES = getcol.c
-+getdate_SOURCES = getdate.c
-+gethead_SOURCES = gethead.c
-+getfits_SOURCES = getfits.c
-+getpix_SOURCES = getpix.c
-+gettab_SOURCES = gettab.c
-+imcat_SOURCES = imcat.c
-+imsize_SOURCES = imsize.c
-+imstar_SOURCES = imstar.c
-+imwcs_SOURCES = imwcs.c
-+immatch_SOURCES = immatch.c
-+scat_SOURCES = scat.c
-+setpix_SOURCES = setpix.c
-+skycoor_SOURCES = skycoor.c
-+sumpix_SOURCES = sumpix.c
-+xy2sky_SOURCES = xy2sky.c
-+simpos_SOURCES = simpos.c
-+
-+addpix_SOURCES = addpix.c
-+char2sp_SOURCES = char2sp.c
-+conpix_SOURCES = conpix.c
-+cphead_SOURCES = cphead.c
-+delwcs_SOURCES = delwcs.c
-+delhead_SOURCES = delhead.c
-+edhead_SOURCES = edhead.c
-+fixpix_SOURCES = fixpix.c
-+i2f_SOURCES = i2f.c
-+imfill_SOURCES = imfill.c
-+imresize_SOURCES = imresize.c
-+imsmooth_SOURCES = imsmooth.c
-+imhead_SOURCES = imhead.c
-+imrot_SOURCES = imrot.c
-+imstack_SOURCES = imstack.c
-+imextract_SOURCES = imextract.c
-+isnum_SOURCES = isnum.c
-+keyhead_SOURCES = keyhead.c
-+newfits_SOURCES = newfits.c
-+remap_SOURCES = remap.c
-+sethead_SOURCES = sethead.c
-+sky2xy_SOURCES = sky2xy.c
-+sp2char_SOURCES = sp2char.c
-+subpix_SOURCES = subpix.c
-+wcshead_SOURCES = wcshead.c
---- libwcs/Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ libwcs/Makefile.am 2007-09-10 21:36:59.509608482 +0100
-@@ -0,0 +1,17 @@
-+lib_LTLIBRARIES = libwcs.la
-+libwcs_la_SOURCES = \
-+ imsetwcs.c imgetwcs.c matchstar.c findstar.c daoread.c wcscon.c \
-+ fitswcs.c wcsinit.c wcs.c ty2read.c webread.c tmcread.c \
-+ gscread.c gsc2read.c ujcread.c uacread.c ubcread.c ucacread.c \
-+ sdssread.c tabread.c binread.c ctgread.c actread.c catutil.c \
-+ skybotread.c imrotate.c fitsfile.c imhfile.c \
-+ hget.c hput.c imio.c dateutil.c imutil.c \
-+ worldpos.c tnxpos.c dsspos.c platepos.c \
-+ sortstar.c platefit.c iget.c fileutil.c \
-+ wcslib.c lin.c cel.c proj.c sph.c wcstrig.c distort.c
-+
-+wcsdir = $(includedir)/wcs
-+wcs_HEADERS = \
-+ wcscat.h wcslib.h wcs.h lwcs.h fitshead.h fitsfile.h imio.h
-+
-+noinst_HEADERS = fitsfile1.h wcscat1.h