summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-06-07 19:28:28 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-06-07 19:29:05 +0300
commit81e10f8a09375130805d408ff39c54557c380a08 (patch)
tree2017b776ebb805f1bb415c6a33bfa2cd1c7cc0e5 /sci-astronomy
parentdev-erlang/idna: drop 6.0.0-r1 (diff)
downloadgentoo-81e10f8a09375130805d408ff39c54557c380a08.tar.gz
gentoo-81e10f8a09375130805d408ff39c54557c380a08.tar.bz2
gentoo-81e10f8a09375130805d408ff39c54557c380a08.zip
sci-astronomy/sofa_c: drop 20170420
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/sofa_c/Manifest1
-rw-r--r--sci-astronomy/sofa_c/sofa_c-20170420.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/sci-astronomy/sofa_c/Manifest b/sci-astronomy/sofa_c/Manifest
index 300957f6ed2b..c7ddb940f695 100644
--- a/sci-astronomy/sofa_c/Manifest
+++ b/sci-astronomy/sofa_c/Manifest
@@ -1,2 +1 @@
-DIST sofa_c-20170420.tar.gz 1780577 BLAKE2B 80912027893957345e080f02eed059f764970bbf6b89d6979c355a65d6d144edc8073b6a6436d11d36009eab05f5d9ccad0270a7feef117e576055be6d8489d5 SHA512 f2dd806243e3aec51ea03a54e10e533d4c3c1a69d032d5f3ddd7cd823a75aeed8033491c91366813b8d8e5c0b66e0fd582e6ede03aa7b136311fdd7a4ebf20d3
DIST sofa_c-20231011.tar.gz 3055571 BLAKE2B 4a2771599af61f06cab76c83af8d8bac321258bd2145f7558be9a7afed3b5cefc13bea2a24d05f9a7481409e617f807f4e29173d87ab58a403808d43aae477a5 SHA512 8e7d67f7ac7a285a96160c96d16b1921ccb7a9324b83280b1594efcbbd7eb78c4d41898c1e5acfa5081842e4aeee15a96572d21b466bfda7ef7582c58624d376
diff --git a/sci-astronomy/sofa_c/sofa_c-20170420.ebuild b/sci-astronomy/sofa_c/sofa_c-20170420.ebuild
deleted file mode 100644
index d8382b0d7524..000000000000
--- a/sci-astronomy/sofa_c/sofa_c-20170420.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 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}
-#PP=${PV:8:1}
-MYPV=${YYYY}${MMDD}
-
-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
-}