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 8701C1382C5 for ; Wed, 23 May 2018 13:33:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DB00E0833; Wed, 23 May 2018 13:33:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5A4BAE0833 for ; Wed, 23 May 2018 13:33:56 +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 0C15F335C36 for ; Wed, 23 May 2018 13:33:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6B491D4 for ; Wed, 23 May 2018 13:33:52 +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: <1527081726.acb703ace3ed24528f917d7ec8e7e820f05327bf.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 sci-astronomy/kstars/metadata.xml X-VCS-Directories: sci-astronomy/kstars/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: acb703ace3ed24528f917d7ec8e7e820f05327bf X-VCS-Branch: master Date: Wed, 23 May 2018 13:33:52 +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-Archives-Salt: c0cfd4a8-f9be-4a8b-b0d7-27fc7d8e4c81 X-Archives-Hash: 004e249a244e87a0f73ef30d96e38f06 commit: acb703ace3ed24528f917d7ec8e7e820f05327bf Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 23 13:16:56 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 23 13:22:06 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=acb703ac sci-astronomy/kstars: Drop USE=xplanet, opt. RDEPEND only now Upstream commit 8c880dc9dca93465e8af8cfe4e4039861b8cea75 Package-Manager: Portage-2.3.38, Repoman-2.3.9 sci-astronomy/kstars/kstars-9999.ebuild | 14 ++++++++++---- sci-astronomy/kstars/metadata.xml | 1 - 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/sci-astronomy/kstars/kstars-9999.ebuild b/sci-astronomy/kstars/kstars-9999.ebuild index a481533f11..f4a6b52784 100644 --- a/sci-astronomy/kstars/kstars-9999.ebuild +++ b/sci-astronomy/kstars/kstars-9999.ebuild @@ -14,11 +14,10 @@ fi DESCRIPTION="Desktop Planetarium" HOMEPAGE="https://www.kde.org/applications/education/kstars https://edu.kde.org/kstars" -IUSE="fits indi raw wcs xplanet" +IUSE="fits indi raw wcs" REQUIRED_USE="indi? ( fits ) ${PYTHON_REQUIRED_USE}" -# TODO: AstrometryNet requires new package COMMON_DEPEND=" $(add_frameworks_dep kauth) $(add_frameworks_dep kconfig) @@ -46,7 +45,6 @@ COMMON_DEPEND=" indi? ( >=sci-libs/indilib-1.4.0 ) raw? ( media-libs/libraw:= ) wcs? ( sci-astronomy/wcslib ) - xplanet? ( x11-misc/xplanet ) " # TODO: Add back when re-enabled by upstream # opengl? ( @@ -67,8 +65,16 @@ src_configure() { $(cmake-utils_use_find_package indi INDI) $(cmake-utils_use_find_package raw LibRaw) $(cmake-utils_use_find_package wcs WCSLIB) - $(cmake-utils_use_find_package xplanet Xplanet) ) kde5_src_configure } + +pkg_postinst () { + kde5_pkg_postinst + + if ! has_version "x11-misc/xplanet" ; then + elog "${PN} has optional runtime support for x11-misc/xplanet" + fi + # same for AstrometryNet, which is not packaged. +} diff --git a/sci-astronomy/kstars/metadata.xml b/sci-astronomy/kstars/metadata.xml index 2102d7af3d..efd7ced31b 100644 --- a/sci-astronomy/kstars/metadata.xml +++ b/sci-astronomy/kstars/metadata.xml @@ -9,6 +9,5 @@ Enable support for NASA's sci-libs/cfitsio library Enable support for Astronomical control library using libindi Enable support for World Coordinate System library using wcslib - Enable support for Xplanet