Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/erfa/
Date: Sun, 31 Jan 2021 19:07:05
Message-Id: 1612120010.23f2001dc179034559069bc3778a26a9bdda8289.asturm@gentoo
1 commit: 23f2001dc179034559069bc3778a26a9bdda8289
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 18:59:32 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 19:06:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f2001d
7
8 sci-astronomy/erfa: Drop 1.2.0
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-astronomy/erfa/Manifest | 1 -
14 sci-astronomy/erfa/erfa-1.2.0.ebuild | 17 -----------------
15 2 files changed, 18 deletions(-)
16
17 diff --git a/sci-astronomy/erfa/Manifest b/sci-astronomy/erfa/Manifest
18 index 74d18147fc9..f2e89441bab 100644
19 --- a/sci-astronomy/erfa/Manifest
20 +++ b/sci-astronomy/erfa/Manifest
21 @@ -1,2 +1 @@
22 -DIST erfa-1.2.0.tar.gz 305668 BLAKE2B bfaaca9203f25fbffc25723803d7d492f83c670cac7ea86e6ae15fc6636441ae7010208e8780ecc3133709a06b89b7d2218d1793b159d0be0c0694ab3579b958 SHA512 ead7a44b69048242cba34b0ab419eb97a1bcce6930d5834f5f00c8cae4cb331ee068cece08e51f918f7bd8eaaeada054006377876db01f7b7b4e86c26f17d311
23 DIST erfa-1.4.0.tar.gz 641051 BLAKE2B 448f9f883d85a3c39a58497c6211542719c77b05b6bf4087519b710642c144939a9e27ba44b82a42d759dc04e1effe9833ae087487292846f954e6c3f93fb8db SHA512 2befe5a45486dbbd2ee88229cce7a6101462254bd346d3a2859e294f31119eb5cf5e4113e4061fa3e371216ed793a79ea1ba98fc6fd8aa53d2ba4170e1e135e2
24
25 diff --git a/sci-astronomy/erfa/erfa-1.2.0.ebuild b/sci-astronomy/erfa/erfa-1.2.0.ebuild
26 deleted file mode 100644
27 index 038873c3848..00000000000
28 --- a/sci-astronomy/erfa/erfa-1.2.0.ebuild
29 +++ /dev/null
30 @@ -1,17 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -AUTOTOOLS_AUTORECONF=true
37 -
38 -inherit autotools-utils
39 -
40 -DESCRIPTION="Essential Routines for Fundamental Astronomy"
41 -HOMEPAGE="https://github.com/liberfa/erfa"
42 -SRC_URI="https://github.com/liberfa/erfa/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0/1"
46 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
47 -IUSE="static-libs"