From f265f17242b04ae036b4dc174fa95401d895dbc5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 16 Mar 2024 18:48:52 +0000 Subject: gentoo auto-resync : 16:03:2024 - 18:48:51 --- sci-astronomy/Manifest.gz | Bin 6855 -> 6859 bytes sci-astronomy/esorex/Manifest | 2 +- sci-astronomy/esorex/esorex-3.12.3-r1.ebuild | 38 ++++++++++++++ sci-astronomy/esorex/esorex-3.12.3.ebuild | 39 -------------- sci-astronomy/wcstools/Manifest | 2 +- sci-astronomy/wcstools/wcstools-3.9.5-r1.ebuild | 67 ++++++++++++++++++++++++ sci-astronomy/wcstools/wcstools-3.9.5.ebuild | 67 ------------------------ 7 files changed, 107 insertions(+), 108 deletions(-) create mode 100644 sci-astronomy/esorex/esorex-3.12.3-r1.ebuild delete mode 100644 sci-astronomy/esorex/esorex-3.12.3.ebuild create mode 100644 sci-astronomy/wcstools/wcstools-3.9.5-r1.ebuild delete mode 100644 sci-astronomy/wcstools/wcstools-3.9.5.ebuild (limited to 'sci-astronomy') diff --git a/sci-astronomy/Manifest.gz b/sci-astronomy/Manifest.gz index 71d935f47275..bc42c8793b84 100644 Binary files a/sci-astronomy/Manifest.gz and b/sci-astronomy/Manifest.gz differ diff --git a/sci-astronomy/esorex/Manifest b/sci-astronomy/esorex/Manifest index 61f074c0d1cd..a2289fc6e429 100644 --- a/sci-astronomy/esorex/Manifest +++ b/sci-astronomy/esorex/Manifest @@ -4,5 +4,5 @@ AUX esorex-3.10-remove-private-ltdl.patch 1053 BLAKE2B db1e85fbef344484f308b1d55 AUX esorex-3.10-set-default-plugin-path.patch 951 BLAKE2B ee540390a69fe408b9764211339ef893af207ac93d5a51ec0e0c771ca2bab8713a85b377e4c2b6685063a5a6ffb6fa1899c7a9c6da1820d64f2087eeb4b958b3 SHA512 004ebad285f4bc8eac0917ccdd1ab22563f73926b276e5ce2c469e144a6f7d6f2310c098904aeab73e88d57886147dcfae7704ec54a3b5ef86005a58f6f41829 AUX esorex-3.9.6-use-shared-libs.patch 562 BLAKE2B acc266fe8c39f38be6154fdb53c9c94aea617a5166b8e458129708a72e31f0bd43fd8c21ca61d82d6b91f27e344dfcba0c1013d011e4ad0760a59a167e09967e SHA512 224ddaa94e1d7f105634f53b4238176ff84b2df0ebbfbfe8470fcb30182b4b3aa874ce002d98275488cf38128586e7dc7da0e26729db748e843ce661fa20930c DIST esorex-3.12.3.tar.gz 693894 BLAKE2B 6cefb944f402a706892af92f8ef578d6705aba6c44e3e4edc328369cac004af1e5aa64e1f189438e6d7b6465fb37d002701ce8d7c505a367c76c30b50c1ac096 SHA512 28d62b2cbb66e21fe96435fedf94a727c598b33f2d0aa9ff8d811cfc87edf8d215a76837f525d2964c24bb6e0a3b50aa4dcf2a8dcfae8ac1b933303f8fb08122 -EBUILD esorex-3.12.3.ebuild 922 BLAKE2B 003ed3d754139b27871a0ccaf5196d4cde9be89b92e097d02219c9754a40275f7d48ca2c129fdfdb8fb950dec1fdbea081f0b6d1e9dc00e9b6dc7ddb7fea6121 SHA512 42f2ea5dcaf421167f8d6cee13f2fa7559335cf74148ec6e1a410098330b455d451765273eee547c7d93624b35966ee61838ab5c83727eacbe7acbd6aa811d38 +EBUILD esorex-3.12.3-r1.ebuild 913 BLAKE2B 3c05665bba64287ca018169bd934b9517d65d591c40c3d5c31f084773098671fbadaa5ee6f8e7e1be1677afa86a77cd2f28dc0cb7c47c602be35ee4a92d7410f SHA512 4f937f77ce47e4ece54e2adff2f54e52afc1f555f31751408854b2af9a565a47db54e5212c8a49cbcfa38c8a1576213de3c33c87c975625b5545017cb733c608 MISC metadata.xml 1027 BLAKE2B 24753206f00cb841a7c67ca4df0d7d291890d9dfde68c9605ab706ffdd7162966520e903ef21fcd708d7e522be693a0cc8dff97c50b4b864f89e134ac5857d7e SHA512 9fb8feba9fbdf1ffdd55a53b2828c5cdf956352ae5fad7b0238e613acdf542348d5eea00ffb392f8aa0fb1273c6f2955e5a5f605bfe88e5da02588800842c2b4 diff --git a/sci-astronomy/esorex/esorex-3.12.3-r1.ebuild b/sci-astronomy/esorex/esorex-3.12.3-r1.ebuild new file mode 100644 index 000000000000..8222ab6f2ffb --- /dev/null +++ b/sci-astronomy/esorex/esorex-3.12.3-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="ESO Recipe Execution Tool to exec cpl scripts" +HOMEPAGE="https://www.eso.org/sci/software/cpl/esorex.html" +SRC_URI="ftp://ftp.eso.org/pub/dfs/pipelines/libraries/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +DEPEND=">=sci-astronomy/cpl-6.3:=" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}"/${PN}-3.9.6-use-shared-libs.patch + "${FILESDIR}"/${PN}-3.10-remove-private-ltdl.patch + "${FILESDIR}"/${PN}-3.10-generate-manpage.patch + "${FILESDIR}"/${PN}-3.10-remove-empty-configdir.patch + "${FILESDIR}"/${PN}-3.10-set-default-plugin-path.patch +) + +export CPLDIR="${EPREFIX}/usr" + +src_prepare() { + default + AT_NO_RECURSIVE=1 eautoreconf +} + +src_install() { + default + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples +} diff --git a/sci-astronomy/esorex/esorex-3.12.3.ebuild b/sci-astronomy/esorex/esorex-3.12.3.ebuild deleted file mode 100644 index 270226cd7bb0..000000000000 --- a/sci-astronomy/esorex/esorex-3.12.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="ESO Recipe Execution Tool to exec cpl scripts" -HOMEPAGE="http://www.eso.org/sci/software/cpl/esorex.html" -SRC_URI="ftp://ftp.eso.org/pub/dfs/pipelines/libraries/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND=">=sci-astronomy/cpl-6.3:=" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-3.9.6-use-shared-libs.patch - "${FILESDIR}"/${PN}-3.10-remove-private-ltdl.patch - "${FILESDIR}"/${PN}-3.10-generate-manpage.patch - "${FILESDIR}"/${PN}-3.10-remove-empty-configdir.patch - "${FILESDIR}"/${PN}-3.10-set-default-plugin-path.patch -) - -export CPLDIR="${EPREFIX}/usr" - -src_prepare() { - default - AT_NO_RECURSIVE=1 eautoreconf -} - -src_install() { - default - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples -} diff --git a/sci-astronomy/wcstools/Manifest b/sci-astronomy/wcstools/Manifest index c274ca878395..b371c1d864ea 100644 --- a/sci-astronomy/wcstools/Manifest +++ b/sci-astronomy/wcstools/Manifest @@ -7,5 +7,5 @@ AUX wcstools-3.9.4-haspm.patch 603 BLAKE2B 1d224755840efdfbb3a0e2b05f41cbe53e29f AUX wcstools-3.9.4-spelling.patch 8559 BLAKE2B d810aa313cd2bbaf015a4ee383a7c049415a87a44d1802b7e21840bc5a389eab0fde3375b086e6702df4e278aea330485d7080101404bbca47f97eab20a64b60 SHA512 d8065c8619ceddc879a0fe0fa55e0ddd6eff504eead917a2a7009f83151a7618c0e74cda8a58e4ef5206318806afd35792cb605dbea74e8f4a77b2a67bdcf9a0 AUX wcstools.pc.in 304 BLAKE2B 5096b6beaa1a21e927f3b3244155869e4d896e2254334180b9ecf7ff01f290b97d1925e2cf26511dc03a37ca45ec066afc59dffc96e0c536b6fcd8b3d7d45edc SHA512 bfa61066f0a6993f0848925b40ba35fe02e444c37b5cd9b02c99c5d331566fa21165858c53ffb9a9cdc2461ad096b87c8bd53e8eb9c13bab8f4404a5fe6f2d90 DIST wcstools-3.9.5.tar.gz 8538612 BLAKE2B 79e1c544408595a3147c7a6c4e86ca18f8a1851b8e036fa87e34d1979cbb04e9fe13db1a3ec8b18689a00d726d85131cd2c90add5e2685f80a8dcb5b20981065 SHA512 aa48081b6f5dc12ed8d64eae5275c27aaa279856f588a3eb429ec0a4943dc482788cb7f84820233f0e2ee4fefeda7ab9bb85c4513a9942c48f5d97a0bde1581d -EBUILD wcstools-3.9.5.ebuild 1737 BLAKE2B 7fee0a1724422652370254d1223fb5012503456b7354f271922f6f4519b486b034425d92ee8b654ae55e1918af6d363028ce964855a0c0d02588240aada2be73 SHA512 5c2abe712e456a7d9961f14b0da2076276ce823175d39876de2786ae3db889ae4308f53609cfd2a6b930dba0fcb8e1b8a3619fb970a3816c7da9ef6a6d0eee3e +EBUILD wcstools-3.9.5-r1.ebuild 1776 BLAKE2B 51038624f4dfee3dbbdc307340e7ce135a1c8c91d5fc87b2b779a79b925b9c16d748bb8acc131b9eb001ce7926167da05beef47860f7189bfaae65cf3039bf63 SHA512 05032d173acb79393a84571f0cffbbc3e5e0b8b4db124e770c6d3b8fa5df4f756d8aebb92ea5355944a6ffcdd4bddd3846889a13462c3a61751ddd7e2a3e8b2f MISC metadata.xml 946 BLAKE2B 7fd3465b3987b06f77d728af7764ee7ea7b88bf795c09387b3bb2ce4cd4b828fac6a1b3da605b76bc7074a1b087940e62b041a37103aaa159cff06618209cbf6 SHA512 3e7c1cd11f4a6ad1d74b1806673d24e033aeb53bd793b70489374ac09943db5b2ee4e4c281be0bd4066c7f683b91a8e0b55780736ff94029efb4c345bfb1027b diff --git a/sci-astronomy/wcstools/wcstools-3.9.5-r1.ebuild b/sci-astronomy/wcstools/wcstools-3.9.5-r1.ebuild new file mode 100644 index 000000000000..941a31e5f8e0 --- /dev/null +++ b/sci-astronomy/wcstools/wcstools-3.9.5-r1.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="World Coordinate System library for astronomical FITS images" +HOMEPAGE="http://tdc-www.harvard.edu/software/wcstools/" +SRC_URI="http://tdc-www.harvard.edu/software/wcstools/Old/${P}.tar.gz" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" + +DOCS=( Readme Programs NEWS ) + +PATCHES=( + "${FILESDIR}"/${PN}-3.9.4-spelling.patch + "${FILESDIR}"/${PN}-3.9.4-haspm.patch + "${FILESDIR}"/${PN}-3.9.4-fix-tests.patch + "${FILESDIR}"/${PN}-3.9.4-compiler-warning.patch +) + +src_prepare() { + default + einfo "Copying gentoo autotools files" + local f + for f in "${FILESDIR}"/{configure.ac,wcstools.pc.in,Makefile.am}; do + cp ${f} "${S}"/ || die + done + cp "${FILESDIR}"/Makefile.libwcs.am "${S}"/libwcs/Makefile.am || die + # avoid colliding with fixdos, getdate and remap from other packages + sed -i \ + -e 's/getdate/wcsgetdate/' \ + -e 's/crlf/wcscrlf/' \ + -e 's/remap/wcsremap/' \ + -e "s/3.... Programs/${PV} Programs/" \ + wcstools || die + eautoreconf +} + +src_test() { + einfo "Testing various wcstools programs" + ./newfits -a 10 -j 248 41 -p 0.15 test.fits || die "test newfits failed" + ./sethead test.fits A=1 B=1 || die "test sethead failed" + [[ "$(./gethead test.fits RA)" == "16:32:00.0000" ]] \ + || die "test gethead failed" + rm test.fits +} + +src_install() { + default + doman man/man1/* + newdoc libwcs/NEWS NEWS.libwcs + newdoc libwcs/Readme Readme.libwcs + + find "${ED}" -name '*.la' -delete || die +} + +pkg_postinst() { + elog "The following execs have been renamed to avoid colliding" + elog "with other packages:" + elog " getdate -> wcsgetdate" + elog " crlf -> wcscrlf" + elog " remap -> wcsremap" +} diff --git a/sci-astronomy/wcstools/wcstools-3.9.5.ebuild b/sci-astronomy/wcstools/wcstools-3.9.5.ebuild deleted file mode 100644 index 5bf03dd8cced..000000000000 --- a/sci-astronomy/wcstools/wcstools-3.9.5.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="World Coordinate System library for astronomical FITS images" -HOMEPAGE="http://tdc-www.harvard.edu/software/wcstools" -SRC_URI="http://tdc-www.harvard.edu/software/wcstools/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DOCS=( Readme Programs NEWS ) - -PATCHES=( - "${FILESDIR}"/${PN}-3.9.4-spelling.patch - "${FILESDIR}"/${PN}-3.9.4-haspm.patch - "${FILESDIR}"/${PN}-3.9.4-fix-tests.patch - "${FILESDIR}"/${PN}-3.9.4-compiler-warning.patch -) - -src_prepare() { - default - einfo "Copying gentoo autotools files" - local f - for f in "${FILESDIR}"/{configure.ac,wcstools.pc.in,Makefile.am}; do - cp ${f} "${S}"/ || die - done - cp "${FILESDIR}"/Makefile.libwcs.am "${S}"/libwcs/Makefile.am || die - # avoid colliding with fixdos, getdate and remap from other packages - sed -i \ - -e 's/getdate/wcsgetdate/' \ - -e 's/crlf/wcscrlf/' \ - -e 's/remap/wcsremap/' \ - -e "s/3.... Programs/${PV} Programs/" \ - wcstools || die - eautoreconf -} - -src_test() { - einfo "Testing various wcstools programs" - ./newfits -a 10 -j 248 41 -p 0.15 test.fits || die "test newfits failed" - ./sethead test.fits A=1 B=1 || die "test sethead failed" - [[ "$(./gethead test.fits RA)" == "16:32:00.0000" ]] \ - || die "test gethead failed" - rm test.fits -} - -src_install() { - default - doman man/man1/* - newdoc libwcs/NEWS NEWS.libwcs - newdoc libwcs/Readme Readme.libwcs - -} - -pkg_postinst() { - elog "The following execs have been renamed to avoid colliding" - elog "with other packages:" - elog " getdate -> wcsgetdate" - elog " crlf -> wcscrlf" - elog " remap -> wcsremap" -} -- cgit v1.2.3