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-libs/stellarsolver/
Date: Sat, 26 Feb 2022 19:43:19
Message-Id: 1645904579.35b663a3d46eedbdadb5b968d25986cdf580e784.asturm@gentoo
1 commit: 35b663a3d46eedbdadb5b968d25986cdf580e784
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 18:57:39 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 19:42:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b663a3
7
8 sci-libs/stellarsolver: Drop 1.8
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-libs/stellarsolver/Manifest | 1 -
14 sci-libs/stellarsolver/stellarsolver-1.8.ebuild | 27 -------------------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/sci-libs/stellarsolver/Manifest b/sci-libs/stellarsolver/Manifest
18 index 4aaf3f12e192..4b2ab6e6f597 100644
19 --- a/sci-libs/stellarsolver/Manifest
20 +++ b/sci-libs/stellarsolver/Manifest
21 @@ -1,2 +1 @@
22 -DIST stellarsolver-1.8.tar.gz 9117094 BLAKE2B fbfb08e1225c4285b5ce6f88372c1076fcfa622f63b093ffb0261e81c14f6901788b5bc6d6246008024df3a5ad7a96c07908633fa42453df5f57eeae4b1ada8d SHA512 08aa0647507874c9dfe032c10f7e583a54ca18302bc92731147875100c3f0903e03083ee71af851b2497898211ff8903477dfb56e61360a792a388d14d226db1
23 DIST stellarsolver-1.9.tar.gz 9117560 BLAKE2B dd458399bd53a6e9de50293ebe15538275fb494d8ef63699eb1234aaee5234fdbb81fe23a28cc1d264490ea8849569293342125461d9e638111c9acb9756fbdf SHA512 a618e551ec28bd8439a495ca6f2a69b857852f0129c8e7d692315bd124b7c7a5130763775264b3f6a7394b3d0480d4f95c1605fb02e311ab6c38b4c60bc6b9e3
24
25 diff --git a/sci-libs/stellarsolver/stellarsolver-1.8.ebuild b/sci-libs/stellarsolver/stellarsolver-1.8.ebuild
26 deleted file mode 100644
27 index 35969b975220..000000000000
28 --- a/sci-libs/stellarsolver/stellarsolver-1.8.ebuild
29 +++ /dev/null
30 @@ -1,27 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -inherit cmake
37 -
38 -DESCRIPTION="Cross-platform Sextractor and Astrometry.net-Based internal astrometric solver"
39 -HOMEPAGE="https://github.com/rlancaste/stellarsolver"
40 -SRC_URI="https://github.com/rlancaste/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="BSD GPL-3"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE=""
46 -
47 -RDEPEND="
48 - dev-qt/qtconcurrent:5
49 - dev-qt/qtcore:5
50 - dev-qt/qtgui:5
51 - dev-qt/qtnetwork:5
52 - dev-qt/qtwidgets:5
53 - sci-libs/cfitsio:=
54 - sci-libs/gsl:=
55 - sci-astronomy/wcslib:=
56 -"
57 -DEPEND="${RDEPEND}"