From 0b1f53c54388382ff701d00d3f5eb981ed040f2a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 28 Jul 2022 03:03:20 +0100 Subject: gentoo auto-resync : 28:07:2022 - 03:03:20 --- sci-astronomy/cdsclient/Manifest | 4 +-- sci-astronomy/cdsclient/cdsclient-3.8.4-r1.ebuild | 31 ++++++++++++++++ sci-astronomy/cdsclient/cdsclient-3.8.4.ebuild | 41 ---------------------- .../cdsclient/files/cdsclient-makefile.patch | 18 ++++++++-- 4 files changed, 49 insertions(+), 45 deletions(-) create mode 100644 sci-astronomy/cdsclient/cdsclient-3.8.4-r1.ebuild delete mode 100644 sci-astronomy/cdsclient/cdsclient-3.8.4.ebuild (limited to 'sci-astronomy/cdsclient') diff --git a/sci-astronomy/cdsclient/Manifest b/sci-astronomy/cdsclient/Manifest index 84438bd90a8e..8c403e790698 100644 --- a/sci-astronomy/cdsclient/Manifest +++ b/sci-astronomy/cdsclient/Manifest @@ -1,4 +1,4 @@ -AUX cdsclient-makefile.patch 3036 BLAKE2B 6a1b7c794efec567b53953b7a7fdb8790d8f1a9bb3dd8caa0a9f96f96d855d21f45d3023500be1c161fe7779281438c0bf076fed5c20e13426c03fa1067fd4f7 SHA512 410538e4afc03fdb6f0f3e3bc929620a3ec15ea7694b95c1fffbba8a0c289393d1c6a33dde919c6831ddc8ebbb335a74d447e781efac80c507c050ad07fe86cd +AUX cdsclient-makefile.patch 3252 BLAKE2B 30861a5fd40369c21ad0cc96bdfccfe40581da2fdd9303261b28b2621ad808f64ab01d2b950f35877d4fb2617c7fac5ff1ba88390620769a8808ceafbafda2be SHA512 6dbe519240dc997aa24b803a93916659f01766ab2fba36fbbf74c10727b426130440a1ca609bddf132f8a8da995c9031517fa44780971bfcd5649e861b6abb00 DIST cdsclient-3.84.tar.gz 119585 BLAKE2B cf5d7fe3e7a1f4985949b8621122157178b856e82415e6bf12a582c67e6748bf9eb75209983baab9051919817b373b198748cfda5a1e4733784a9b98ab7659ff SHA512 2d7abf0079189b9dd19cb8919061445fd19ea9f7dfd54e8ceee26b743218cf62ab00eba0147abe82d9294223927f04b4cc3328620dfc9184a7049f8d515b29e4 -EBUILD cdsclient-3.8.4.ebuild 938 BLAKE2B 6e44450451bb3d79280eb7356e5a793d4774b989241f2d0eaa72dfdeb2d43baa445dba2081e41294d71d5ae81fc4cb6d56a13ec410669d7936fb0e1150b68c4d SHA512 541de82d6baea7b857322b492fb8bb99b3b48c9fa88da80e630c65a2f7f62a20d4c6316b80e6221f89ebf1cb4f8a28643ebc8d082a2294e538cc91a34a207e22 +EBUILD cdsclient-3.8.4-r1.ebuild 766 BLAKE2B c4c1a534310f2833bd16fc2e49ae0e5af539b17bed7e58a1dca03edad6139103362afc5a13119b1d8dcfa24ff6bd99fa67029bba41321c0e7cad6a67fbb7d3a4 SHA512 25f1d4c17ea21b295c0aac49a5321e68259c207025ee7ad24c093a7e974cff351b28ef7759fc1e7ad4600d8f1b56df356a4da91bf8ee16e40f6a7a551a25561f MISC metadata.xml 579 BLAKE2B 65c6b3d791ba4229c4a113a9d6ddf1c28146fdec27a5deec8415fdb42808ba7d4180017a6d043129cf7b4326c72f918e37b330d7571e0a39f42625180a2af5ce SHA512 bbbe890b4bbe27de08dffa9a26e3e1cb3e7800b75939fa3d44ca40299ce7bc0d6b7c43d772272772ac795cd0d939f0556d1607b2865e5abcf335a72cafb79a64 diff --git a/sci-astronomy/cdsclient/cdsclient-3.8.4-r1.ebuild b/sci-astronomy/cdsclient/cdsclient-3.8.4-r1.ebuild new file mode 100644 index 000000000000..3087cd4f8f5b --- /dev/null +++ b/sci-astronomy/cdsclient/cdsclient-3.8.4-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# upstream versioning wrong: 3.71 is really 3.7.1 +MYP="${PN}-$(ver_rs 2 '')" + +DESCRIPTION="Collection of scripts to access the CDS databases" +HOMEPAGE="http://cdsweb.u-strasbg.fr/doc/cdsclient.html" +SRC_URI="ftp://cdsarc.u-strasbg.fr/pub/sw/${MYP}.tar.gz" +S="${WORKDIR}/${MYP}" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +RESTRICT="mirror bindist" + +RDEPEND="app-shells/tcsh" + +PATCHES=( "${FILESDIR}"/${PN}-makefile.patch ) + +src_install() { + local bindir="${EPREFIX}/usr/bin/${PN}" + emake DESTDIR="${D}" SHSDIR="${D}${bindir}" install + + newenvd - 99${PN} <<-EOF + PATH="${bindir}" + ROOTPATH="${bindir}" + EOF +} diff --git a/sci-astronomy/cdsclient/cdsclient-3.8.4.ebuild b/sci-astronomy/cdsclient/cdsclient-3.8.4.ebuild deleted file mode 100644 index 6ff53c45a659..000000000000 --- a/sci-astronomy/cdsclient/cdsclient-3.8.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit versionator - -# upstream versioning wrong: 3.71 is really 3.7.1 -MYP="${PN}-$(delete_version_separator 2)" - -DESCRIPTION="Collection of scripts to access the CDS databases" -HOMEPAGE="http://cdsweb.u-strasbg.fr/doc/cdsclient.html" -SRC_URI="ftp://cdsarc.u-strasbg.fr/pub/sw/${MYP}.tar.gz" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RESTRICT="mirror bindist" -DEPEND="" -RDEPEND="app-shells/tcsh" - -S="${WORKDIR}/${MYP}" - -PATCHES=( "${FILESDIR}/${PN}-makefile.patch" ) -src_prepare() { - default - # remove non standard "mantex" page - sed -e 's/aclient.tex//' -i configure || die -} - -src_install() { - local bindir="${EPREFIX}/usr/bin/${PN}" - emake DESTDIR="${D}" SHSDIR="${D}${bindir}" install - cat <<-EOF > 99${PN} - PATH=${bindir} - ROOTPATH=${bindir} - EOF - doenvd 99${PN} -} diff --git a/sci-astronomy/cdsclient/files/cdsclient-makefile.patch b/sci-astronomy/cdsclient/files/cdsclient-makefile.patch index 6d135a622056..d07928219b40 100644 --- a/sci-astronomy/cdsclient/files/cdsclient-makefile.patch +++ b/sci-astronomy/cdsclient/files/cdsclient-makefile.patch @@ -1,5 +1,19 @@ ---- cdsclient-3.81/Makefile.in.orig 2016-02-26 17:33:14.217750589 +0000 -+++ cdsclient-3.81/Makefile.in 2016-02-26 17:38:22.463875411 +0000 +- remove non standard "mantex" page +- respect user flags + +--- a/configure ++++ b/configure +@@ -3938,7 +3938,7 @@ + + + EXPORT_SOURCE_FILE="aclient.c wwwget.c skio.c skclient.c sk.h" +-EXPORT_MAN_FILE="sk.3 aclient.1 wwwget.1 aclient.tex" ++EXPORT_MAN_FILE="sk.3 aclient.1 wwwget.1 " + EXPORT_MAN_TEX="man.tex" + CASE="dev" + +--- a/Makefile.in ++++ b/Makefile.in @@ -31,17 +31,17 @@ ################################################################# #PREFIX = /usr/local -- cgit v1.2.3