public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/stellarsolver/
Date: Sat,  4 Sep 2021 21:01:20 +0000 (UTC)	[thread overview]
Message-ID: <1630789121.f0f45034a7b3e68761b5433b8eafeaf17fb8c313.asturm@gentoo> (raw)

commit:     f0f45034a7b3e68761b5433b8eafeaf17fb8c313
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  4 18:40:42 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep  4 20:58:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f45034

sci-libs/stellarsolver: 1.8 version bump

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-libs/stellarsolver/Manifest                 |  1 +
 sci-libs/stellarsolver/stellarsolver-1.8.ebuild | 27 +++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/sci-libs/stellarsolver/Manifest b/sci-libs/stellarsolver/Manifest
index c0a501c85fc..eda31a7e6fc 100644
--- a/sci-libs/stellarsolver/Manifest
+++ b/sci-libs/stellarsolver/Manifest
@@ -1 +1,2 @@
 DIST stellarsolver-1.5.tar.gz 9113711 BLAKE2B 3fe4489df71bbfa4d75f02a8a0ea26202165a7fe321b626fedceccce52122502be0040a47347abdd4e52b3c3402451f10d79b8258db53d6da029bd20dd02c279 SHA512 eb1d8b8b94a4a4d165b49cd55ffef5e0ae32e7da1bb6b3e061421ba1a5a27ec30438b789c5c56bad22b512de9bf091aeb24b991c9a146cc852b22a9ca97cf3ce
+DIST stellarsolver-1.8.tar.gz 9117094 BLAKE2B fbfb08e1225c4285b5ce6f88372c1076fcfa622f63b093ffb0261e81c14f6901788b5bc6d6246008024df3a5ad7a96c07908633fa42453df5f57eeae4b1ada8d SHA512 08aa0647507874c9dfe032c10f7e583a54ca18302bc92731147875100c3f0903e03083ee71af851b2497898211ff8903477dfb56e61360a792a388d14d226db1

diff --git a/sci-libs/stellarsolver/stellarsolver-1.8.ebuild b/sci-libs/stellarsolver/stellarsolver-1.8.ebuild
new file mode 100644
index 00000000000..21d2375cc42
--- /dev/null
+++ b/sci-libs/stellarsolver/stellarsolver-1.8.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Cross-platform Sextractor and Astrometry.net-Based internal astrometric solver"
+HOMEPAGE="https://github.com/rlancaste/stellarsolver"
+SRC_URI="https://github.com/rlancaste/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-qt/qtconcurrent:5
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtwidgets:5
+	sci-libs/cfitsio:=
+	sci-libs/gsl:=
+	sci-astronomy/wcslib:=
+"
+DEPEND="${RDEPEND}"


             reply	other threads:[~2021-09-04 21:01 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-04 21:01 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-16 22:55 [gentoo-commits] repo/gentoo:master commit in: sci-libs/stellarsolver/ Andreas Sturmlechner
2025-03-16 11:46 Sam James
2025-02-01 21:55 Andreas Sturmlechner
2024-10-26 14:22 Arthur Zamarin
2024-07-13 15:01 Andreas Sturmlechner
2024-06-29 16:34 Andreas Sturmlechner
2024-06-04 19:06 Arthur Zamarin
2024-03-17  8:42 Sam James
2023-10-01  6:51 Andreas Sturmlechner
2023-10-01  2:27 Sam James
2023-09-03 12:19 Andreas Sturmlechner
2022-11-03  8:08 Agostino Sarubbo
2022-11-03  7:59 Agostino Sarubbo
2022-10-05 20:47 Andreas Sturmlechner
2022-06-22  6:36 Andreas Sturmlechner
2022-06-21 22:11 Sam James
2022-04-21 13:00 Jakov Smolić
2022-03-25 19:59 Andreas Sturmlechner
2022-02-26 19:43 Andreas Sturmlechner
2022-02-26 18:52 Sam James
2022-02-26  9:15 Agostino Sarubbo
2022-01-26 13:17 Andreas Sturmlechner
2021-10-03 20:50 Andreas Sturmlechner
2021-10-03 18:48 Sam James
2021-10-03 17:52 Agostino Sarubbo
2021-02-18 21:46 Sam James
2021-02-18 21:44 Sam James
2021-01-02 20:31 Andreas Sturmlechner

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=1630789121.f0f45034a7b3e68761b5433b8eafeaf17fb8c313.asturm@gentoo \
    --to=asturm@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