commit:     ae2ef936203e8a642d0a6517eaa7bd79a3933281
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 16:23:28 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 16:33:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2ef936

sci-libs/stellarsolver: drop 2.5

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-libs/stellarsolver/stellarsolver-2.5.ebuild | 34 -------------------------
 1 file changed, 34 deletions(-)

diff --git a/sci-libs/stellarsolver/stellarsolver-2.5.ebuild 
b/sci-libs/stellarsolver/stellarsolver-2.5.ebuild
deleted file mode 100644
index c7e235ccd58b..000000000000
--- a/sci-libs/stellarsolver/stellarsolver-2.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic
-
-DESCRIPTION="Cross-platform Sextractor and Astrometry.net-Based internal 
astrometric solver"
-HOMEPAGE="https://github.com/rlancaste/stellarsolver";
-SRC_URI="https://github.com/rlancaste/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       dev-qt/qtconcurrent:5
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5
-       dev-qt/qtnetwork:5
-       dev-qt/qtwidgets:5
-       sci-libs/cfitsio:=
-       sci-libs/gsl:=
-       sci-astronomy/wcslib:=
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       # bug #862930
-       filter-lto
-
-       cmake_src_configure
-}

Reply via email to