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/sofa_c/sofa_c-20160503c.ebuild
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/sofa_c/sofa_c-20160503c.ebuild')
-rw-r--r--sci-astronomy/sofa_c/sofa_c-20160503c.ebuild39
1 files changed, 0 insertions, 39 deletions
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
-}