diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-10-19 18:29:08 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-27 04:18:37 +0100 |
commit | 5c08538903ba895f68f62d751a45a0f1a6eb670e (patch) | |
tree | c33ddea99ad918417a80548a2d1318fa5c9029d4 | |
parent | sci-astronomy/pysiril: drop 0.0.12 (diff) | |
download | gentoo-5c08538903ba895f68f62d751a45a0f1a6eb670e.tar.gz gentoo-5c08538903ba895f68f62d751a45a0f1a6eb670e.tar.bz2 gentoo-5c08538903ba895f68f62d751a45a0f1a6eb670e.zip |
sci-astronomy/sirilic: drop 1.14.3-r1, 1.15.2
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sci-astronomy/sirilic/Manifest | 2 | ||||
-rw-r--r-- | sci-astronomy/sirilic/sirilic-1.14.3-r1.ebuild | 20 | ||||
-rw-r--r-- | sci-astronomy/sirilic/sirilic-1.15.2.ebuild | 20 |
3 files changed, 0 insertions, 42 deletions
diff --git a/sci-astronomy/sirilic/Manifest b/sci-astronomy/sirilic/Manifest index c841c6d7ae6c..ed644a3be457 100644 --- a/sci-astronomy/sirilic/Manifest +++ b/sci-astronomy/sirilic/Manifest @@ -1,3 +1 @@ -DIST sirilic-V1.15.2.tar.bz2 120659 BLAKE2B 9b1753b91dad8f504e265967dc126a155f0d503354d65ffe75ccf5f6a782991a471181b81387810636b41f76b061d9ae78e5f6b463eeea38d51b24dd3bf5943c SHA512 1af1de3c160eba5d54f6c6569e93916b6066cff62af86ac49a085792d99dd04c3a086bc2eda1d8cc8b84003d90e0e85cbdc14382c129da5ee2c28166b6cd81d9 DIST sirilic-V1.15.7.tar.bz2 147712 BLAKE2B 9d7c87a65dffc122db7b33487d1fd509d012b9acee654db4c00cb485b329b4b584ae84f10e9510a69064d04833cfcbf796ada0984a9113d783116ec5381e6234 SHA512 6021986ade7b8f5e1cb7b7e8cee77706258f9dd9c5bf2c426518c93aab053f27a1733c664db86ca3c3a46c9752ba3e118c0c3698bd45785bb646e60b528a8eb1 -DIST sirilic-V1_14_3.tar.bz2 100939 BLAKE2B 3eabbde3e0884d793c2b2f87464cbf4acac5382d4d088f30f67405a60d934b4de3fee99ebb8e955f9ba1412c4279fe9acdcd4a8cd9b76a666207684561ec6118 SHA512 e311097481ef60ddac568653816a12f11864f8beeceff5ca0dd9c6e4caaf5d69e1373659be19fa99984ef9797caca8a0c9cbb56adc3143e79f59b75010b306b9 diff --git a/sci-astronomy/sirilic/sirilic-1.14.3-r1.ebuild b/sci-astronomy/sirilic/sirilic-1.14.3-r1.ebuild deleted file mode 100644 index 9f600595d28b..000000000000 --- a/sci-astronomy/sirilic/sirilic-1.14.3-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -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/wxpython-4.2:4.0[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" diff --git a/sci-astronomy/sirilic/sirilic-1.15.2.ebuild b/sci-astronomy/sirilic/sirilic-1.15.2.ebuild deleted file mode 100644 index 02d35c556618..000000000000 --- a/sci-astronomy/sirilic/sirilic-1.15.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -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/wxpython-4.2:4.0[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" |