public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/calcmysky/
Date: Thu, 20 Mar 2025 00:13:30 +0000 (UTC)	[thread overview]
Message-ID: <1742429547.8f80aeca50f28e05bc3d3f6a9d0a43d9d2be34b3.sam@gentoo> (raw)

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	other threads:[~2025-03-20  0:13 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-20  0:13 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-28 14:33 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/calcmysky/ Sam James
2025-03-01 16:40 Andreas Sturmlechner
2025-02-26 20:30 Arthur Zamarin
2025-02-14 15:33 Andreas Sturmlechner
2025-02-10 23:18 Sam James
2025-01-30 16:23 Andreas Sturmlechner
2024-12-03  8:08 Joonas Niilola
2024-09-30  9:19 Andrew Ammerlaan
2024-09-30  9:19 Andrew Ammerlaan
2024-04-30  6:42 Sam James
2024-04-19  6:39 Ionen Wolkens
2024-03-25 15:00 Sam James
2024-03-25 11:22 Sam James
2023-12-13  8:06 Florian Schmaus
2023-11-30  3:07 Sam James
2023-08-29  7:57 Joonas Niilola
2023-07-26  7:42 Joonas Niilola
2023-07-26  7:42 Joonas Niilola
2023-05-06  9:28 Arthur Zamarin
2023-05-06  9:28 Arthur Zamarin
2023-04-29 21:21 Sam James
2023-04-29 20:20 Sam James
2023-03-30  9:05 Florian Schmaus
2023-01-29 17:08 Joonas Niilola
2023-01-14  8:55 Joonas Niilola
2022-12-18 21:07 Arthur Zamarin
2022-12-18 20:22 Arthur Zamarin
2022-12-18 19:50 Arthur Zamarin
2022-11-18 12:47 Arthur Zamarin
2022-11-18 12:46 Arthur Zamarin
2022-11-15  7:16 Yixun Lan
2022-11-05  1:38 Jason Zaman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1742429547.8f80aeca50f28e05bc3d3f6a9d0a43d9d2be34b3.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox