commit:     8f80aeca50f28e05bc3d3f6a9d0a43d9d2be34b3
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Sun Mar 16 12:11:45 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 20 00:12:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f80aeca

sci-astronomy/calcmysky: add 0.3.4

Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/41111
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-astronomy/calcmysky/Manifest               |  1 +
 sci-astronomy/calcmysky/calcmysky-0.3.4.ebuild | 33 ++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/sci-astronomy/calcmysky/Manifest b/sci-astronomy/calcmysky/Manifest
index 6d7210d6c9ef..22c2b155aefb 100644
--- a/sci-astronomy/calcmysky/Manifest
+++ b/sci-astronomy/calcmysky/Manifest
@@ -1 +1,2 @@
 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.4.ebuild 
b/sci-astronomy/calcmysky/calcmysky-0.3.4.ebuild
new file mode 100644
index 000000000000..8199688e6373
--- /dev/null
+++ b/sci-astronomy/calcmysky/calcmysky-0.3.4.ebuild
@@ -0,0 +1,33 @@
+# 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
+}

Reply via email to