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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D238713835C for ; Sat, 2 Jan 2021 20:31:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5629E083B; Sat, 2 Jan 2021 20:31:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE230E083B for ; Sat, 2 Jan 2021 20:31:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96E0F340F54 for ; Sat, 2 Jan 2021 20:31:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B8DF493 for ; Sat, 2 Jan 2021 20:31:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1609619453.0c5a7dd65f6cd147b8d2ef28180f67b2eac853dc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/stellarsolver/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/stellarsolver/Manifest sci-libs/stellarsolver/metadata.xml sci-libs/stellarsolver/stellarsolver-1.5.ebuild X-VCS-Directories: sci-libs/stellarsolver/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0c5a7dd65f6cd147b8d2ef28180f67b2eac853dc X-VCS-Branch: master Date: Sat, 2 Jan 2021 20:31:36 +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: 6906dd32-3f12-449b-ba60-2fbccb14da1d X-Archives-Hash: e9884592f977f2ebd6374bca6d0d3006 commit: 0c5a7dd65f6cd147b8d2ef28180f67b2eac853dc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 2 17:06:16 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 2 20:30:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5a7dd6 sci-libs/stellarsolver: New package, version 1.5 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/stellarsolver/Manifest | 1 + sci-libs/stellarsolver/metadata.xml | 15 ++++++++++++++ sci-libs/stellarsolver/stellarsolver-1.5.ebuild | 27 +++++++++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/sci-libs/stellarsolver/Manifest b/sci-libs/stellarsolver/Manifest new file mode 100644 index 00000000000..c0a501c85fc --- /dev/null +++ b/sci-libs/stellarsolver/Manifest @@ -0,0 +1 @@ +DIST stellarsolver-1.5.tar.gz 9113711 BLAKE2B 3fe4489df71bbfa4d75f02a8a0ea26202165a7fe321b626fedceccce52122502be0040a47347abdd4e52b3c3402451f10d79b8258db53d6da029bd20dd02c279 SHA512 eb1d8b8b94a4a4d165b49cd55ffef5e0ae32e7da1bb6b3e061421ba1a5a27ec30438b789c5c56bad22b512de9bf091aeb24b991c9a146cc852b22a9ca97cf3ce diff --git a/sci-libs/stellarsolver/metadata.xml b/sci-libs/stellarsolver/metadata.xml new file mode 100644 index 00000000000..2fc86c69b3f --- /dev/null +++ b/sci-libs/stellarsolver/metadata.xml @@ -0,0 +1,15 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + + sci-astronomy@gentoo.org + Gentoo Astronomy project + + + rlancaste/stellarsolver + + diff --git a/sci-libs/stellarsolver/stellarsolver-1.5.ebuild b/sci-libs/stellarsolver/stellarsolver-1.5.ebuild new file mode 100644 index 00000000000..ff0cde6a60c --- /dev/null +++ b/sci-libs/stellarsolver/stellarsolver-1.5.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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}"