commit:     34bbf0f7ba9c23a3594a8235eed4912525c43a32
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 16 12:27:26 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 16 22:55:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34bbf0f7

sci-libs/stellarsolver: drop 2.6

Bug: https://bugs.gentoo.org/949206
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-libs/stellarsolver/stellarsolver-2.6.ebuild | 39 -------------------------
 1 file changed, 39 deletions(-)

diff --git a/sci-libs/stellarsolver/stellarsolver-2.6.ebuild 
b/sci-libs/stellarsolver/stellarsolver-2.6.ebuild
deleted file mode 100644
index f7c3f6d5abd8..000000000000
--- a/sci-libs/stellarsolver/stellarsolver-2.6.ebuild
+++ /dev/null
@@ -1,39 +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
-
-       local mycmakeargs=(
-               -DUSE_QT5=ON # future TODO: check if Qt6 can be enabled safely
-               -DBUILD_CLI=OFF # nothing is installed (yet?)
-       )
-
-       cmake_src_configure
-}

Reply via email to