From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: sci-astronomy/kstars/
Date: Sun, 23 Dec 2018 00:06:49 +0000 (UTC) [thread overview]
Message-ID: <1545520616.8b78efc9322ea70b843f0cb8870c34c72e4cb17d.asturm@gentoo> (raw)
commit: 8b78efc9322ea70b843f0cb8870c34c72e4cb17d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 22 23:16:56 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 @@
<use>
<flag name="fits">Enable support for NASA's <pkg>sci-libs/cfitsio</pkg> library</flag>
<flag name="indi">Enable support for Astronomical control library using libindi</flag>
+ <flag name="password">Store passwords securely via <pkg>dev-libs/qtkeychain</pkg></flag>
<flag name="wcs">Enable support for World Coordinate System library using wcslib</flag>
</use>
</pkgmetadata>
next reply other threads:[~2018-12-23 0:06 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-23 0:06 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-03 20:45 [gentoo-commits] proj/kde:master commit in: sci-astronomy/kstars/ Andreas Sturmlechner
2024-12-03 20:45 Andreas Sturmlechner
2024-12-03 20:45 Andreas Sturmlechner
2024-11-09 10:55 Andreas Sturmlechner
2024-11-08 16:35 Andreas Sturmlechner
2024-10-21 21:21 Andreas Sturmlechner
2024-04-22 19:26 Andreas Sturmlechner
2023-10-01 15:05 Andreas Sturmlechner
2023-10-01 15:05 Andreas Sturmlechner
2023-07-25 14:05 Andreas Sturmlechner
2022-12-27 12:22 Andreas Sturmlechner
2022-10-11 15:18 Andreas Sturmlechner
2022-10-05 20:46 Andreas Sturmlechner
2022-10-05 20:46 Andreas Sturmlechner
2022-03-25 20:23 Andreas Sturmlechner
2022-03-24 11:59 Andreas Sturmlechner
2021-07-08 11:50 Andreas Sturmlechner
2021-04-04 19:21 Andreas Sturmlechner
2021-01-02 20:28 Andreas Sturmlechner
2020-10-10 21:39 Andreas Sturmlechner
2020-09-07 15:07 Andreas Sturmlechner
2020-07-21 18:44 Andreas Sturmlechner
2019-12-07 23:35 Andreas Sturmlechner
2019-11-20 20:34 Andreas Sturmlechner
2019-11-13 2:00 Andreas Sturmlechner
2019-01-26 20:29 Andreas Sturmlechner
2018-12-23 1:29 Andreas Sturmlechner
2018-12-23 0:06 Andreas Sturmlechner
2018-12-23 0:06 Andreas Sturmlechner
2018-05-23 13:33 Andreas Sturmlechner
2018-05-23 13:33 Andreas Sturmlechner
2018-04-09 19:59 Johannes Huber
2018-04-09 19:59 Johannes Huber
2018-04-09 19:59 Johannes Huber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1545520616.8b78efc9322ea70b843f0cb8870c34c72e4cb17d.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox