public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/zuluCrypt/
Date: Sat, 25 Feb 2017 19:42:37 +0000 (UTC)	[thread overview]
Message-ID: <1488051741.30ee09e4885604435b01c8f701ef280776a8d5fc.asturm@gentoo> (raw)

commit:     30ee09e4885604435b01c8f701ef280776a8d5fc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 10:33:58 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 19:42:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ee09e4

app-crypt/zuluCrypt: Rename USE=gui -> qt5, kde -> kwallet

Gentoo-bug: 606958

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/zuluCrypt/metadata.xml           | 16 ++++++----------
 app-crypt/zuluCrypt/zuluCrypt-5.1.0.ebuild | 14 +++++++-------
 2 files changed, 13 insertions(+), 17 deletions(-)

diff --git a/app-crypt/zuluCrypt/metadata.xml b/app-crypt/zuluCrypt/metadata.xml
index bfdfd42e27..25f3de3d1e 100644
--- a/app-crypt/zuluCrypt/metadata.xml
+++ b/app-crypt/zuluCrypt/metadata.xml
@@ -3,18 +3,14 @@
 <pkgmetadata>
 	<!-- maintainer-needed -->
 	<use>
-		<flag name="gnome">Enable support for the freedesktop.org
-			Secret Service API via <pkg>app-crypt/libsecret</pkg>.
-			This does not control the gui!
+		<flag name="gnome">
+			Enable support for the freedesktop.org Secret Service API via <pkg>app-crypt/libsecret</pkg>
 		</flag>
-		<flag name="gui">Whether to build the QT gui. Highly recommended.
+		<flag name="kwallet">
+			Enable encrypted storage of passwords with <pkg>kde-frameworks/kwallet</pkg>
 		</flag>
-		<flag name="kde">Enable support for KDE, e.g. via
-			<pkg>kde-apps/kwalletd</pkg>. This does not control the gui,
-			but NEEDS GUI ENABLED!
-		</flag>
-		<flag name="udev">Whether udev will be consulted when deciding
-			if a volume is system or not.
+		<flag name="udev">
+			Whether udev will be consulted when deciding if a volume is system or not
 		</flag>
 	</use>
 	<upstream>

diff --git a/app-crypt/zuluCrypt/zuluCrypt-5.1.0.ebuild b/app-crypt/zuluCrypt/zuluCrypt-5.1.0.ebuild
index 999038753d..71bb3e9464 100644
--- a/app-crypt/zuluCrypt/zuluCrypt-5.1.0.ebuild
+++ b/app-crypt/zuluCrypt/zuluCrypt-5.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,22 +13,22 @@ SRC_URI="https://github.com/mhogomchungu/zuluCrypt/releases/download/${PV}/zuluC
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="gnome +gui kde udev"
+IUSE="gnome kwallet +qt5 udev"
 
-REQUIRED_USE="kde? ( gui )"
+REQUIRED_USE="kwallet? ( qt5 )"
 
 CDEPEND="
 	dev-libs/libgcrypt:0=
 	sys-apps/util-linux
 	sys-fs/cryptsetup
 	gnome? ( app-crypt/libsecret )
-	gui? (
+	qt5? (
 		dev-libs/libpwquality
 		dev-qt/qtcore:5
 		dev-qt/qtgui:5
 		dev-qt/qtnetwork:5
 		dev-qt/qtwidgets:5
-		kde? ( kde-frameworks/kwallet:5 )
+		kwallet? ( kde-frameworks/kwallet:5 )
 	)
 "
 RDEPEND="${CDEPEND}
@@ -41,8 +41,8 @@ src_configure() {
 	local mycmakeargs=(
 		-DLIB_SUFFIX="$(get_libdir)"
 		-DNOGNOME=$(usex !gnome)
-		-DNOGUI=$(usex !gui)
-		-DNOKDE=$(usex !kde)
+		-DNOKDE=$(usex !kwallet)
+		-DNOGUI=$(usex !qt5)
 		-DUDEVSUPPORT=$(usex udev)
 	)
 


             reply	other threads:[~2017-02-25 19:42 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-25 19:42 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07 21:05 [gentoo-commits] repo/gentoo:master commit in: app-crypt/zulucrypt/ Andreas Sturmlechner
2023-09-04 21:24 Andreas Sturmlechner
2023-05-18 12:17 Andreas Sturmlechner
2020-12-28 12:43 David Seifert
2020-09-03 10:08 Joonas Niilola
2018-07-19  9:01 Johannes Huber
2018-07-18 21:11 Jonas Stein
2018-04-02 21:20 Patrice Clement
2017-02-02 11:40 [gentoo-commits] repo/gentoo:master commit in: app-crypt/zuluCrypt/ Michael Palimaka
2017-01-25 23:29 Patrice Clement
2016-07-07 18:39 Austin English
2016-04-20  3:21 Michał Górny
2015-09-05 23:36 Julian Ospald
2015-08-10 23:47 Julian Ospald

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=1488051741.30ee09e4885604435b01c8f701ef280776a8d5fc.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