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 918C7138359 for ; Sat, 10 Oct 2020 21:39:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9CA5E0959; Sat, 10 Oct 2020 21:39:58 +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 94C60E0959 for ; Sat, 10 Oct 2020 21:39:58 +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 C0601340EE9 for ; Sat, 10 Oct 2020 21:39:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 295F73A4 for ; Sat, 10 Oct 2020 21:39:55 +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: <1602354706.7039a456dacb2ed084db5950ee88e78c7374d457.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: 7039a456dacb2ed084db5950ee88e78c7374d457 X-VCS-Branch: master Date: Sat, 10 Oct 2020 21:39:55 +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: 1ee76c74-9a0b-4fc6-9449-cd2336a4fd6d X-Archives-Hash: 237d888cfbd01b212c3598a151e077e8 commit: 7039a456dacb2ed084db5950ee88e78c7374d457 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 10 18:31:46 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 10 18:31:46 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7039a456 sci-astronomy/kstars: Update HOMEPAGE, packaging TODO Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-astronomy/kstars/kstars-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-astronomy/kstars/kstars-9999.ebuild b/sci-astronomy/kstars/kstars-9999.ebuild index 337700e089..7047a01035 100644 --- a/sci-astronomy/kstars/kstars-9999.ebuild +++ b/sci-astronomy/kstars/kstars-9999.ebuild @@ -9,7 +9,7 @@ QTMIN=5.12.3 inherit ecm kde.org optfeature DESCRIPTION="Desktop Planetarium" -HOMEPAGE="https://kde.org/applications/education/org.kde.kstars +HOMEPAGE="https://kde.org/applications/en/kstars https://edu.kde.org/kstars/" if [[ ${KDE_BUILD_TYPE} = release ]]; then @@ -23,6 +23,9 @@ 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 @@ -92,7 +95,6 @@ pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "Optional dependencies:" optfeature "Display 'current' pictures of planets" x11-misc/xplanet - # for AstrometryNet is not packaged. fi ecm_pkg_postinst }