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 2659C1382C5 for ; Sat, 2 Jan 2021 20:28:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66999E082F; Sat, 2 Jan 2021 20:28:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4C39AE082F for ; Sat, 2 Jan 2021 20:28:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4FFF1340DFD for ; Sat, 2 Jan 2021 20:28:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7A96CC for ; Sat, 2 Jan 2021 20:28:47 +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: <1609611657.b923eb865e0527d767ee04ada2e031872e759a56.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sci-astronomy/kstars/ X-VCS-Repository: proj/kde X-VCS-Files: sci-astronomy/kstars/kstars-9999.ebuild X-VCS-Directories: sci-astronomy/kstars/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b923eb865e0527d767ee04ada2e031872e759a56 X-VCS-Branch: master Date: Sat, 2 Jan 2021 20:28:47 +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: d5dd273b-6be5-42f2-9ff5-1cbf5261bab0 X-Archives-Hash: 6f12d0ed6595fda7081015ab90c41c52 commit: b923eb865e0527d767ee04ada2e031872e759a56 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 2 17:22:27 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 2 18:20:57 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b923eb86 sci-astronomy/kstars: Add new DEPEND sci-libs/stellarsolver, more deps Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-astronomy/kstars/kstars-9999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sci-astronomy/kstars/kstars-9999.ebuild b/sci-astronomy/kstars/kstars-9999.ebuild index 68e0e150f8..2d2668552f 100644 --- a/sci-astronomy/kstars/kstars-9999.ebuild +++ b/sci-astronomy/kstars/kstars-9999.ebuild @@ -22,9 +22,6 @@ IUSE="fits indi +password raw wcs" REQUIRED_USE="indi? ( fits ) ${PYTHON_REQUIRED_USE}" -# TODO: package stellarsolver -# https://github.com/rlancaste/stellarsolver -# https://invent.kde.org/education/kstars/-/commit/e78154841c7a55328cb9f1ab6a37cc8297cf2a2c COMMON_DEPEND=" >=dev-qt/qtdatavis3d-${QTMIN}:5 >=dev-qt/qtdbus-${QTMIN}:5 @@ -50,14 +47,16 @@ COMMON_DEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 sys-libs/zlib - fits? ( sci-libs/cfitsio ) + fits? ( sci-libs/cfitsio:= ) indi? ( + sci-libs/gsl:= >=sci-libs/indilib-1.7.5 - sci-libs/libnova + sci-libs/libnova:= + sci-libs/stellarsolver ) password? ( dev-libs/qtkeychain:= ) raw? ( media-libs/libraw:= ) - wcs? ( sci-astronomy/wcslib ) + wcs? ( sci-astronomy/wcslib:= ) " # TODO: Add back when re-enabled by upstream # opengl? (