diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-29 18:23:28 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-29 18:33:22 +0200 |
commit | ae2ef936203e8a642d0a6517eaa7bd79a3933281 (patch) | |
tree | b38410a40b64b74528c695767fb65aafd9a416a0 /sci-libs | |
parent | kde-misc/tellico: add 3.5.5 (diff) | |
download | gentoo-ae2ef936203e8a642d0a6517eaa7bd79a3933281.tar.gz gentoo-ae2ef936203e8a642d0a6517eaa7bd79a3933281.tar.bz2 gentoo-ae2ef936203e8a642d0a6517eaa7bd79a3933281.zip |
sci-libs/stellarsolver: drop 2.5
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/stellarsolver/stellarsolver-2.5.ebuild | 34 |
1 files changed, 0 insertions, 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 -} |