summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Haustein <mario.haustein@hrz.tu-chemnitz.de>2024-09-11 08:29:36 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-09-23 17:23:55 +0200
commit9af873dd4ea0f914656acbbf2f19f6c24fcf3829 (patch)
treeccc52d3252470fed61dfb688580117dab987470c /sci-astronomy
parentsci-astronomy/sirilic: drop 1.15.8 (diff)
downloadgentoo-9af873dd4ea0f914656acbbf2f19f6c24fcf3829.tar.gz
gentoo-9af873dd4ea0f914656acbbf2f19f6c24fcf3829.tar.bz2
gentoo-9af873dd4ea0f914656acbbf2f19f6c24fcf3829.zip
sci-astronomy/sirilic: drop 1.15.8-r1
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/38541 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/sirilic/Manifest1
-rw-r--r--sci-astronomy/sirilic/sirilic-1.15.8-r1.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/sci-astronomy/sirilic/Manifest b/sci-astronomy/sirilic/Manifest
index 04848d9b5e3c..b2de2bac5be4 100644
--- a/sci-astronomy/sirilic/Manifest
+++ b/sci-astronomy/sirilic/Manifest
@@ -1,3 +1,2 @@
DIST sirilic-V1.15.12.tar.bz2 147469 BLAKE2B 9f746220bf16b916dba2cb406098c1a1a2a6599efda255301163da8ecfa3ef980388fa11907a7eee16d586b08639d8a5f82b76ed3c60065b49bf9b03fb861d64 SHA512 d2509c42c1093c81c07307d8b6880491e0a2363aeb68753c69e5c40545b98f6bfc0b888659704c81d5fbf6fb34ee978c0fdc7dc8e0c6ed5fe2125b2f2f347d54
-DIST sirilic-V1.15.8.tar.bz2 148215 BLAKE2B b943091d15934266c99a6aa7a145b1d79af2145582bb66b76955eb028bf46a545a7ee0d53fce3123829d037741cd81253e194495319628c0da5d69486f4b2dfc SHA512 539158dce3f0120289859a01fdbda08257e7b32a5279ecd107cef3492ce3a36f5e4709c420b4a9abca7fd0ba270449d647c050d05d8272ec65d9ebcbd55da297
DIST sirilic-V1.15.9.tar.bz2 146812 BLAKE2B 8701b35018abb6cc70761f29ab10ed99188def5b3db5b1728c75a682fec8d874a7a5d335ccd7ee097a25bd134e3307ee4bdd9bff050d4e5ab3459d65ad3f520f SHA512 12464c64660acd076e06ccb43b4eb285e4935eb9c483e841b29f5551710ddea1c3a30a98f32aff84809a8eaf860861db966fa04bc7e6c411c5a34ea9b8667786
diff --git a/sci-astronomy/sirilic/sirilic-1.15.8-r1.ebuild b/sci-astronomy/sirilic/sirilic-1.15.8-r1.ebuild
deleted file mode 100644
index 8a430cca043d..000000000000
--- a/sci-astronomy/sirilic/sirilic-1.15.8-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-inherit distutils-r1
-
-DESCRIPTION="Preparing acquisition files for processing with the SiriL software"
-HOMEPAGE="https://gitlab.com/free-astro/sirilic"
-SRC_URI="https://gitlab.com/free-astro/sirilic/-/archive/V${PV}/${PN}-V${PV}.tar.bz2"
-S="${WORKDIR}/${PN}-V${PV}"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="
- dev-python/requests[${PYTHON_USEDEP}]
- >=dev-python/wxpython-4.2:4.0[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"