commit:     6f2c740b93a92bd8ed15d5ef3ee27c89778fbc9d
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Fri Feb 24 18:42:57 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Mar  8 14:13:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2c740b

sci-astronomy/siril: drop 1.0.5-r1

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/29773
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-astronomy/siril/Manifest                       |  1 -
 .../siril/files/siril-1.0-execinfo-r1.patch        | 22 ------
 sci-astronomy/siril/siril-1.0.5-r1.ebuild          | 86 ----------------------
 3 files changed, 109 deletions(-)

diff --git a/sci-astronomy/siril/Manifest b/sci-astronomy/siril/Manifest
index fd8857b936e7..3b4007fb5011 100644
--- a/sci-astronomy/siril/Manifest
+++ b/sci-astronomy/siril/Manifest
@@ -1,3 +1,2 @@
-DIST siril-1.0.5.tar.bz2 2893026 BLAKE2B 
f8a726962893e90b12c3dfef507652ab7b40ea0be2128ac29d056acb30e827ef35e6671788a8c254d9ea64cc39c8dae00c1e532ed3d6b3a1396ca92da333fe05
 SHA512 
f2bd614cf14b6b35f458dd75ba4e64db17d051fc9ac36c12e8b1ecdc4c79a19c6427464f3ebb946de80e00d66ed82451f36405c0a7d806332e1b2ce7a835891f
 DIST siril-1.0.6.tar.bz2 2893872 BLAKE2B 
1f254dcb774c4bfb14fee4626d40e6eeedf866a7a96dca98502cd84e66b973c2201b1f88e2efcb89ce3401b13bd87a319b2ff11e7ba100d0689c9df429d01957
 SHA512 
afb5f1768a5884adcc13f2afd6fa386d836df5a1385b916df9df8da1fb464e0c8738123fb485ed92c749e596c744d5252a66444b840223488a0860e9324c4e9d
 DIST siril-1.2.0-beta1.tar.bz2 3869827 BLAKE2B 
4ba624e917234f389f3ac1f2baf7519aacf4da6494ff437491103491dcac60ff146665faf0daf700a4d2e375d098b3b9af75c60975b882600ab96700a4dff166
 SHA512 
e259f46e2792d59f53d1e9e5fd3b33c6a912a9c19b53c4d84a803f153e1c5c4395f2fb413a21887330f41e06b7d62996162e65e73774faadb47ff7edc9f4150d

diff --git a/sci-astronomy/siril/files/siril-1.0-execinfo-r1.patch 
b/sci-astronomy/siril/files/siril-1.0-execinfo-r1.patch
deleted file mode 100644
index c9c7cd81c19f..000000000000
--- a/sci-astronomy/siril/files/siril-1.0-execinfo-r1.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-commit c009c4c1800086e7f4c4e80939e9ddc8964c8e12
-Author: Mario Haustein <[email protected]>
-Date:   Thu Aug 4 00:27:08 2022 +0200
-
-    Include execinfo.h only if available
-
-Bug: https://bugs.gentoo.org/873016
-Upstream: https://gitlab.com/free-astro/siril/-/merge_requests/284
-
-diff --git a/src/core/signals.c b/src/core/signals.c
-index 74100b3a..0eefd460 100644
---- a/src/core/signals.c
-+++ b/src/core/signals.c
-@@ -25,7 +25,7 @@
- #ifdef _WIN32
- #include <windows.h>
- #include <dbghelp.h>
--#else
-+#elif HAVE_EXECINFO_H
- #include <execinfo.h>
- #endif
- 

diff --git a/sci-astronomy/siril/siril-1.0.5-r1.ebuild 
b/sci-astronomy/siril/siril-1.0.5-r1.ebuild
deleted file mode 100644
index fc3329c88116..000000000000
--- a/sci-astronomy/siril/siril-1.0.5-r1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson optfeature toolchain-funcs xdg
-
-DESCRIPTION="A free astronomical image processing software"
-HOMEPAGE="https://www.siril.org/";
-
-if [[ ${PV} == "9999" ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://gitlab.com/free-astro/${PN}.git";
-else
-       
SRC_URI="https://gitlab.com/free-astro/siril/-/archive/${PV/_/-}/${PN}-${PV/_/-}.tar.bz2";
-       KEYWORDS="amd64 x86"
-       S="${WORKDIR}/${PN}-${PV/_/-}"
-fi
-
-LICENSE="GPL-3+ Boost-1.0"
-SLOT="0"
-IUSE="curl ffmpeg heif jpeg openmp png raw tiff wcs"
-
-DEPEND="
-       >=dev-libs/glib-2.56.0:2
-       >=dev-libs/json-glib-1.2.6
-       >=dev-libs/libconfig-1.4[cxx]
-       >=media-gfx/exiv2-0.25
-       media-libs/librtprocess:=
-       >=media-libs/opencv-4.4.0:=
-       sci-libs/cfitsio
-       sci-libs/fftw:3.0=
-       sci-libs/gsl:=
-       x11-libs/cairo
-       >=x11-libs/gtk+-3.20.0:3
-       curl? ( net-misc/curl )
-       ffmpeg? ( media-video/ffmpeg:= )
-       heif? ( media-libs/libheif )
-       jpeg? ( media-libs/libjpeg-turbo:= )
-       png? ( >=media-libs/libpng-1.6.0 )
-       raw? ( media-libs/libraw )
-       tiff? ( media-libs/tiff:= )
-       wcs? ( >=sci-astronomy/wcslib-7.7 )
-"
-RDEPEND="
-       ${DEPEND}
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-docfiles.patch"
-       "${FILESDIR}/${PN}-$(ver_cut 1-2)-dependencies.patch"
-       "${FILESDIR}/${PN}-$(ver_cut 1-2)-execinfo-r1.patch"
-)
-
-DOCS=( README.md NEWS ChangeLog AUTHORS )
-
-pkg_pretend() {
-       [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-pkg_setup() {
-       [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-src_configure() {
-       local emesonargs=(
-               -Dffms2=false
-               -Dcriterion=false
-               $(meson_use ffmpeg)
-               $(meson_use heif libheif)
-               $(meson_use jpeg libjpeg)
-               $(meson_use openmp)
-               $(meson_use png libpng)
-               $(meson_use raw libraw)
-               $(meson_use tiff libtiff)
-               $(meson_use wcs wcslib)
-               $(usex curl -Denable-libcurl=yes -Denable-libcurl=no)
-       )
-       meson_src_configure
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-       optfeature "gnuplot support" sci-visualization/gnuplot
-}

Reply via email to