commit: 63e5a7955d6fb6dcc45a5497e60e5d30150a5a4e Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org> AuthorDate: Tue Jun 24 23:57:39 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jul 4 20:01:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e5a795
sci-astronomy/calcmysky: drop 0.3.3-r1 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org> Part-of: https://github.com/gentoo/gentoo/pull/42733 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-astronomy/calcmysky/Manifest | 1 - sci-astronomy/calcmysky/calcmysky-0.3.3-r1.ebuild | 33 ----------------------- 2 files changed, 34 deletions(-) diff --git a/sci-astronomy/calcmysky/Manifest b/sci-astronomy/calcmysky/Manifest index 22c2b155aefb..f732a8394f87 100644 --- a/sci-astronomy/calcmysky/Manifest +++ b/sci-astronomy/calcmysky/Manifest @@ -1,2 +1 @@ -DIST calcmysky-0.3.3.tar.gz 2167016 BLAKE2B 93c1990a96ce4eb7c033ba3763aac2f347c5575c860522d99d7a0ab813d7bffbd678df32cbf3a249e8043e53560d355cb8656d9fce54df07aa9eb82cdfbdb0f7 SHA512 186281ad2aafac7006117cfb65d91c8053ab3caa9d4f67e5463471538bae40fd8fcc954c3fe9b9d2ca7bba4e6a1fdf8de33980469930cc23b1c21ee4b333917e DIST calcmysky-0.3.4.tar.gz 2167252 BLAKE2B 4b16eb5afc770095bb9a254d6a1de4c9320e89436363296651345195e4240867a62f9d53854aa03c6f8666d4015cc7349d3b8db37d3e0bee0c9306640156dd6b SHA512 0ec6aec3e4d1227ac0afbc8dbd27bab206b3557e27bb3a3921795cff7e2a16d4e101afd01fd86eec608abcd46710e1b63e6324fb2e2efb2a30fd97cccc2dcca6 diff --git a/sci-astronomy/calcmysky/calcmysky-0.3.3-r1.ebuild b/sci-astronomy/calcmysky/calcmysky-0.3.3-r1.ebuild deleted file mode 100644 index a0424fbbe4ec..000000000000 --- a/sci-astronomy/calcmysky/calcmysky-0.3.3-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2022-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Simulator of light scattering by planetary atmospheres" -HOMEPAGE="https://github.com/10110111/CalcMySky" -SRC_URI=" - https://github.com/10110111/CalcMySky/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz -" -S="${WORKDIR}/CalcMySky-${PV}" - -LICENSE="GPL-3" -# subslot is soversion -SLOT="0/15" -KEYWORDS="amd64 ~ppc ~riscv ~x86" - -DEPEND=" - dev-cpp/eigen:3 - dev-qt/qtbase:6[gui,opengl,widgets,-gles2-only] - media-libs/glm -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DQT_VERSION=6 - ) - - cmake_src_configure -}
