summaryrefslogtreecommitdiff
path: root/sci-astronomy/cdsclient
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
commitabaa75b10f899ada8dd05b23cc03205064394bc6 (patch)
treeeca3dd248b73b92013cba00a0fcc1edf2696e19a /sci-astronomy/cdsclient
parent24fd814c326e282c4321965c31f341dad77e270d (diff)
gentoo resync : 22.01.2021
Diffstat (limited to 'sci-astronomy/cdsclient')
-rw-r--r--sci-astronomy/cdsclient/Manifest2
-rw-r--r--sci-astronomy/cdsclient/cdsclient-3.8.1.ebuild41
2 files changed, 0 insertions, 43 deletions
diff --git a/sci-astronomy/cdsclient/Manifest b/sci-astronomy/cdsclient/Manifest
index d8052f6f831c..d5833e623c9d 100644
--- a/sci-astronomy/cdsclient/Manifest
+++ b/sci-astronomy/cdsclient/Manifest
@@ -1,6 +1,4 @@
AUX cdsclient-makefile.patch 3036 BLAKE2B 6a1b7c794efec567b53953b7a7fdb8790d8f1a9bb3dd8caa0a9f96f96d855d21f45d3023500be1c161fe7779281438c0bf076fed5c20e13426c03fa1067fd4f7 SHA512 410538e4afc03fdb6f0f3e3bc929620a3ec15ea7694b95c1fffbba8a0c289393d1c6a33dde919c6831ddc8ebbb335a74d447e781efac80c507c050ad07fe86cd
-DIST cdsclient-3.81.tar.gz 122719 BLAKE2B 4db50f2552e4379797d395b272eb2dbefd4b16b9b6acd459fc306738c600b1e86370f7720d6927c36b1504d3e4d316b08ae642756a7a29c9b07aef75df48369c SHA512 3fcf7a902dfddb3583ff34eedbcddd6a5641bf9c87d234159090378436ac370313ea311d3fee6e202ee84b3fe4065ef45a46a15b5d996e05afd1418e617c20ea
DIST cdsclient-3.84.tar.gz 119585 BLAKE2B cf5d7fe3e7a1f4985949b8621122157178b856e82415e6bf12a582c67e6748bf9eb75209983baab9051919817b373b198748cfda5a1e4733784a9b98ab7659ff SHA512 2d7abf0079189b9dd19cb8919061445fd19ea9f7dfd54e8ceee26b743218cf62ab00eba0147abe82d9294223927f04b4cc3328620dfc9184a7049f8d515b29e4
-EBUILD cdsclient-3.8.1.ebuild 948 BLAKE2B 5303e78f63d6ea719a5f8c4892920a41bba228687fa45cde994a99ce17a6f96c880f7da1f8eea82c1b865225e829abedac277791739c96728b6e3d550988d5b9 SHA512 07f12a9a124c3431a90d5e3400f144176ed2c4664ebfd58c8686904006892e95680f618609cb91b06776efc92ae99fd48e98eea87b816348c598bf8f1367d880
EBUILD cdsclient-3.8.4.ebuild 948 BLAKE2B 06da9fbb1c73b9e4613bbea1326797a8f7ebe9ab165579e562eaa0c33818b1b7d73a57b250b9ef66445c47d1825c1d9270a58cca5abb4f57b829391870bb035e SHA512 2b75245e0f73317684e96463f95d0a0cafaff982eb2043264768cad9946a81cf95ada9c8502d0becca8d6f2ff0993b8d774b03dfa5f5b2453e886dd1cb0254d9
MISC metadata.xml 578 BLAKE2B 26cba9a442f606d96f9551ccbbb90fe6465fbdad494b0150616bfe9d6b32a719e3d8234d330e10dcb68d88e9fface27306a5d25f388483c62782f45c169bf847 SHA512 9a1f845e174c9064411e4913366cb441b8188d6e72d4a97bc2260138d5645367abc426bdc642aefa3b041a8c90a27ca90223570570e3295d685eafb200a3d8b5
diff --git a/sci-astronomy/cdsclient/cdsclient-3.8.1.ebuild b/sci-astronomy/cdsclient/cdsclient-3.8.1.ebuild
deleted file mode 100644
index 4ca690324256..000000000000
--- a/sci-astronomy/cdsclient/cdsclient-3.8.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils 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}
-}