From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10368158083 for ; Mon, 23 Sep 2024 15:24:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EDE1E2A34; Mon, 23 Sep 2024 15:24:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2457CE2A34 for ; Mon, 23 Sep 2024 15:24:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D2213434C2 for ; Mon, 23 Sep 2024 15:24:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBEEF27ED for ; Mon, 23 Sep 2024 15:24:06 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1727105034.dcc576a979b06e803df5cd564e5f95f4e3d19bbd.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/sirilic/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/sirilic/sirilic-1.15.8.ebuild X-VCS-Directories: sci-astronomy/sirilic/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: dcc576a979b06e803df5cd564e5f95f4e3d19bbd X-VCS-Branch: master Date: Mon, 23 Sep 2024 15:24:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef59a91f-1020-4960-9f32-022ea3387637 X-Archives-Hash: 7872bc923a685279b5e05871e6b93422 commit: dcc576a979b06e803df5cd564e5f95f4e3d19bbd Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Mon Sep 9 21:45:23 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Sep 23 15:23:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc576a9 sci-astronomy/sirilic: drop 1.15.8 Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Signed-off-by: Andrew Ammerlaan gentoo.org> sci-astronomy/sirilic/sirilic-1.15.8.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/sci-astronomy/sirilic/sirilic-1.15.8.ebuild b/sci-astronomy/sirilic/sirilic-1.15.8.ebuild deleted file mode 100644 index ec684a1eae87..000000000000 --- a/sci-astronomy/sirilic/sirilic-1.15.8.ebuild +++ /dev/null @@ -1,23 +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_{10..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/requests[${PYTHON_USEDEP}] - >=dev-python/wxpython-4.2:4.0[${PYTHON_USEDEP}] -" -RDEPEND="${DEPEND}"