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 51470138335 for ; Sun, 23 Dec 2018 00:06:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55AB9E0B94; Sun, 23 Dec 2018 00:06:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 292BCE0B94 for ; Sun, 23 Dec 2018 00:06:53 +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 E772D335C36 for ; Sun, 23 Dec 2018 00:06:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA37A4F2 for ; Sun, 23 Dec 2018 00:06:49 +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: <1545520616.8b78efc9322ea70b843f0cb8870c34c72e4cb17d.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: 8b78efc9322ea70b843f0cb8870c34c72e4cb17d X-VCS-Branch: master Date: Sun, 23 Dec 2018 00:06:49 +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: 9ab36ecf-bfe4-4c62-a4ae-312afd442e32 X-Archives-Hash: 52575171b2fc676c72df901218a1de63 commit: 8b78efc9322ea70b843f0cb8870c34c72e4cb17d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 22 23:16:56 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 22 23:16:56 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8b78efc9 sci-astronomy/kstars: Add USE password Upstream commit 54d4830b6e646ad8e384b5b69e1c7501691c9044 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-astronomy/kstars/kstars-9999.ebuild | 6 ++++-- sci-astronomy/kstars/metadata.xml | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-astronomy/kstars/kstars-9999.ebuild b/sci-astronomy/kstars/kstars-9999.ebuild index 5417ab5d7c..3839e007ad 100644 --- a/sci-astronomy/kstars/kstars-9999.ebuild +++ b/sci-astronomy/kstars/kstars-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ fi DESCRIPTION="Desktop Planetarium" HOMEPAGE="https://www.kde.org/applications/education/kstars https://edu.kde.org/kstars/" -IUSE="fits indi raw wcs" +IUSE="fits indi +password raw wcs" REQUIRED_USE="indi? ( fits ) ${PYTHON_REQUIRED_USE}" @@ -44,6 +44,7 @@ COMMON_DEPEND=" sys-libs/zlib fits? ( sci-libs/cfitsio ) indi? ( >=sci-libs/indilib-1.4.0 ) + password? ( dev-libs/qtkeychain:= ) raw? ( media-libs/libraw:= ) wcs? ( sci-astronomy/wcslib ) " @@ -64,6 +65,7 @@ src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package fits CFitsio) $(cmake-utils_use_find_package indi INDI) + $(cmake-utils_use_find_package password Qt5Keychain) $(cmake-utils_use_find_package raw LibRaw) $(cmake-utils_use_find_package wcs WCSLIB) ) diff --git a/sci-astronomy/kstars/metadata.xml b/sci-astronomy/kstars/metadata.xml index efd7ced31b..5dba7fdb56 100644 --- a/sci-astronomy/kstars/metadata.xml +++ b/sci-astronomy/kstars/metadata.xml @@ -8,6 +8,7 @@ Enable support for NASA's sci-libs/cfitsio library Enable support for Astronomical control library using libindi + Store passwords securely via dev-libs/qtkeychain Enable support for World Coordinate System library using wcslib