summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-01-18 11:14:00 +0100
committerDavid Seifert <soap@gentoo.org>2021-01-18 11:14:00 +0100
commitc39cb71f853e136697da8d32ce141595a95f8662 (patch)
tree29a5d34cfea3482e9ca61cdee4174debf4e7b64b /sci-astronomy
parentsci-astronomy/cpl: Remove old (diff)
downloadgentoo-c39cb71f853e136697da8d32ce141595a95f8662.tar.gz
gentoo-c39cb71f853e136697da8d32ce141595a95f8662.tar.bz2
gentoo-c39cb71f853e136697da8d32ce141595a95f8662.zip
sci-astronomy/sofa_c: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/sofa_c/Manifest2
-rw-r--r--sci-astronomy/sofa_c/sofa_c-20150209a.ebuild39
-rw-r--r--sci-astronomy/sofa_c/sofa_c-20160503c.ebuild39
3 files changed, 0 insertions, 80 deletions
diff --git a/sci-astronomy/sofa_c/Manifest b/sci-astronomy/sofa_c/Manifest
index 59d0bf6d5470..c35bfcf6b0ab 100644
--- a/sci-astronomy/sofa_c/Manifest
+++ b/sci-astronomy/sofa_c/Manifest
@@ -1,3 +1 @@
-DIST sofa_c-20150209_a.tar.gz 1685051 BLAKE2B 099bec2af78244c3baab4f97bb0e766d22ba59d28567939f4186b1621bb703793dc3528aa6c45f18c4bfbc11582b1fdc8d0df414598ebef64e909b637d41fdc1 SHA512 45524228db30c388315ce76c1d85db422fac09da3c3ed1442e362a6a2b4a10d27c19ea4a2d51c854280102a99706663622e0375b4afbf096b79877e7602fec4c
-DIST sofa_c-20160503_c.tar.gz 1720164 BLAKE2B 652a6ca3b133270792618440dba8085af795d4bdaf0044aa8fa4f6896d81ef3c0734d4dd521bc0193f94830e4ab701b039fabc77a9addd83393c184c22d4900d SHA512 d21f02d0669a8707e8b2d34be4f30b4acc222b4155e7b4e4f9fc54bbabf1edc99b49e66619581bc3427eff8ed1d26668aae86af73f63a5fd21eb73f3339e0f26
DIST sofa_c-20170420.tar.gz 1780577 BLAKE2B 80912027893957345e080f02eed059f764970bbf6b89d6979c355a65d6d144edc8073b6a6436d11d36009eab05f5d9ccad0270a7feef117e576055be6d8489d5 SHA512 f2dd806243e3aec51ea03a54e10e533d4c3c1a69d032d5f3ddd7cd823a75aeed8033491c91366813b8d8e5c0b66e0fd582e6ede03aa7b136311fdd7a4ebf20d3
diff --git a/sci-astronomy/sofa_c/sofa_c-20150209a.ebuild b/sci-astronomy/sofa_c/sofa_c-20150209a.ebuild
deleted file mode 100644
index e145edaa645c..000000000000
--- a/sci-astronomy/sofa_c/sofa_c-20150209a.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 toolchain-funcs
-
-YYYY=${PV:0:4}
-MMDD=${PV:4:4}
-MYPV=${YYYY}${MMDD}_${PV:8:1}
-
-DESCRIPTION="Library for algorithms for models in fundamental astronomy"
-HOMEPAGE=" http://www.iausofa.org/current_C.html"
-SRC_URI="http://www.iausofa.org/${YYYY}_${MMDD}_C/${PN}-${MYPV}.tar.gz"
-
-LICENSE="SOFA"
-SLOT=0
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND=""
-
-PATCHES=( "${FILESDIR}/${PN}-makefile.patch" )
-
-S="${WORKDIR}/sofa/${MYPV}/c/src"
-
-src_prepare() {
- default
- sed -i -e "s:/lib:/$(get_libdir):" makefile || die
- tc-export CC
-}
-
-src_install() {
- emake DESTDIR="${ED}" install
- cd ..
- dodoc 00READ.ME
- use doc && dodoc doc/*.lis doc/*.pdf
-}
diff --git a/sci-astronomy/sofa_c/sofa_c-20160503c.ebuild b/sci-astronomy/sofa_c/sofa_c-20160503c.ebuild
deleted file mode 100644
index 00b50264fd84..000000000000
--- a/sci-astronomy/sofa_c/sofa_c-20160503c.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 toolchain-funcs
-
-YYYY=${PV:0:4}
-MMDD=${PV:4:4}
-MYPV=${YYYY}${MMDD}_${PV:8:1}
-
-DESCRIPTION="Library for algorithms for models in fundamental astronomy"
-HOMEPAGE=" http://www.iausofa.org/current_C.html"
-SRC_URI="http://www.iausofa.org/${YYYY}_${MMDD}_C/${PN}-${MYPV}.tar.gz"
-
-LICENSE="SOFA"
-SLOT=0
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND=""
-
-PATCHES=( "${FILESDIR}"/${PN}-makefile.patch )
-
-S="${WORKDIR}/sofa/${MYPV}/c/src"
-
-src_prepare() {
- default
- sed -i -e "s:/lib:/$(get_libdir):" makefile || die
- tc-export CC
-}
-
-src_install() {
- emake DESTDIR="${ED}" install
- cd ..
- dodoc 00READ.ME
- use doc && dodoc doc/*.lis doc/*.pdf
-}