aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-13 13:13:44 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-13 13:13:44 +0100
commit59ad8d0b81461414ef74f9ffa32b53ba8815f036 (patch)
tree5afe96c6a0fe74b38bd543d011758ccb3b9bd82c
parentdev-libs/cudnn: move new versions to ::gentoo (diff)
downloadsci-59ad8d0b81461414ef74f9ffa32b53ba8815f036.tar.gz
sci-59ad8d0b81461414ef74f9ffa32b53ba8815f036.tar.bz2
sci-59ad8d0b81461414ef74f9ffa32b53ba8815f036.zip
sci-astronomy/erfa: move new versions to ::gentoo
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--sci-astronomy/erfa/Manifest2
-rw-r--r--sci-astronomy/erfa/erfa-1.7.0.ebuild30
-rw-r--r--sci-astronomy/erfa/erfa-1.7.1.ebuild30
-rw-r--r--sci-astronomy/erfa/metadata.xml21
4 files changed, 0 insertions, 83 deletions
diff --git a/sci-astronomy/erfa/Manifest b/sci-astronomy/erfa/Manifest
deleted file mode 100644
index 4fa7aee46..000000000
--- a/sci-astronomy/erfa/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST erfa-1.7.0.tar.gz 656949 BLAKE2B 071ae7c5e60a8904b0b93a615c1a23d8db6ea7100e822cfa842f279ce6eed341426d6ef46131dfa92c3ec605c03eeb1c7f204238ad229d4ed524fbc91e58d39c SHA512 0a25faa22cc756776df40cfd927388077f7d253ee89fd4e21c4ddb35198dafd5fd7e9904d00f419675c5f3b26232b5bd04087d4a2f175da1f89179173f98692f
-DIST erfa-1.7.1.tar.gz 720703 BLAKE2B a8299ba397555aa8ac8ad1778171712ec8f5a5a89fcc26a3baa9df24a8c0d4abbf92908c2306777ff57c08cb76fb961f1729125a8777258f909d3c345fa3b983 SHA512 9596696bd34a017537180d29ed15a3562806b7d50a36f06ddc4c49ad9b6b39fbb25d72a03bd97447a78f8031a12a684def703a3463f4379b3863bd4dd0a46d1e
diff --git a/sci-astronomy/erfa/erfa-1.7.0.ebuild b/sci-astronomy/erfa/erfa-1.7.0.ebuild
deleted file mode 100644
index 46ac3a814..000000000
--- a/sci-astronomy/erfa/erfa-1.7.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Essential Routines for Fundamental Astronomy"
-HOMEPAGE="https://github.com/liberfa/erfa"
-SRC_URI="https://github.com/liberfa/erfa/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/1"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="static-libs"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
diff --git a/sci-astronomy/erfa/erfa-1.7.1.ebuild b/sci-astronomy/erfa/erfa-1.7.1.ebuild
deleted file mode 100644
index 46ac3a814..000000000
--- a/sci-astronomy/erfa/erfa-1.7.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Essential Routines for Fundamental Astronomy"
-HOMEPAGE="https://github.com/liberfa/erfa"
-SRC_URI="https://github.com/liberfa/erfa/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/1"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="static-libs"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
diff --git a/sci-astronomy/erfa/metadata.xml b/sci-astronomy/erfa/metadata.xml
deleted file mode 100644
index 3d7ebf32a..000000000
--- a/sci-astronomy/erfa/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>davidroman96@gmail.com</email>
- <name>David Roman</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-astronomy@gentoo.org</email>
- <name>Gentoo Astronomy Project</name>
- </maintainer>
- <longdescription lang="en">
- Essential Routines for Fundamental Astronomy is a C
- library containing key algorithms for astronomy, and is based on
- the SOFA library published by the International Astronomical Union
- (IAU).
-</longdescription>
- <upstream>
- <remote-id type="github">liberfa/erfa</remote-id>
- </upstream>
-</pkgmetadata>