diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-08-26 06:19:40 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-08-26 06:19:40 +0000 |
commit | 903fb881f17c3735597624a4a521eb5509e6ad42 (patch) | |
tree | d1c288dc665c3aa72b4be1a6acc0a1c7117b3565 /sci-astronomy | |
parent | Better autotools patch, ready to resend upstream (diff) | |
download | gentoo-2-903fb881f17c3735597624a4a521eb5509e6ad42.tar.gz gentoo-2-903fb881f17c3735597624a4a521eb5509e6ad42.tar.bz2 gentoo-2-903fb881f17c3735597624a4a521eb5509e6ad42.zip |
Better autotools patch, ready to resend upstream
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/wcstools/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/wcstools/files/wcstools-3.7-autotools.patch | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/sci-astronomy/wcstools/ChangeLog b/sci-astronomy/wcstools/ChangeLog index 2a20ece020ee..d58be7c0c40b 100644 --- a/sci-astronomy/wcstools/ChangeLog +++ b/sci-astronomy/wcstools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/wcstools # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcstools/ChangeLog,v 1.14 2009/08/12 19:18:04 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcstools/ChangeLog,v 1.15 2009/08/26 06:19:40 bicatali Exp $ + + 26 Aug 2009; Sébastien Fabbro <bicatali@gentoo.org> + files/wcstools-3.7-autotools.patch: + Better autotools patch, ready to resend upstream 12 Aug 2009; Sébastien Fabbro <bicatali@gentoo.org> -wcstools-3.7.6-r1.ebuild, -files/wcstools-3.7.6-autotools.patch, diff --git a/sci-astronomy/wcstools/files/wcstools-3.7-autotools.patch b/sci-astronomy/wcstools/files/wcstools-3.7-autotools.patch index eb01336bc702..761dff4ed232 100644 --- a/sci-astronomy/wcstools/files/wcstools-3.7-autotools.patch +++ b/sci-astronomy/wcstools/files/wcstools-3.7-autotools.patch @@ -14,10 +14,12 @@ +AC_OUTPUT --- libned/Makefile.am.orig 1970-01-01 01:00:00.000000000 +0100 +++ libned/Makefile.am 2008-11-03 09:34:57.000000000 +0000 -@@ -0,0 +1,3 @@ +@@ -0,0 +1,5 @@ +lib_LTLIBRARIES = libned.la ++noinst_HEADERS = nedc.h ned_client.h +libned_la_SOURCES = \ + ned_cli.c ned_cif.c ned_err.c ned_sk.c ++EXTRA_DIST = README --- libwcs/Makefile.am.orig 1970-01-01 01:00:00.000000000 +0100 +++ libwcs/Makefile.am 2008-11-03 09:34:57.000000000 +0000 @@ -0,0 +1,17 @@ @@ -40,7 +42,7 @@ +noinst_HEADERS = fitsfile1.h wcscat1.h --- Makefile.am.orig 1970-01-01 01:00:00.000000000 +0100 +++ Makefile.am 2008-11-03 10:09:43.000000000 +0000 -@@ -0,0 +1,78 @@ +@@ -0,0 +1,80 @@ +SUBDIRS = libwcs libned +INCLUDES = -I$(top_srcdir)/libwcs + @@ -49,6 +51,8 @@ + +bin_SCRIPTS = wcstools + ++EXTRA_DIST = wcstools COPYING Readme NEWS Programs ++ +bin_PROGRAMS = \ + cphead delwcs delhead edhead fixpix gethead i2f imcat imhead immatch \ + imrot imsize imstar imwcs scat sethead addpix getpix setpix sky2xy \ |