public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/libkleo/
Date: Mon,  1 Apr 2019 11:12:38 +0000 (UTC)	[thread overview]
Message-ID: <1554117147.c405a3e716032570377cd9a157ed693d9980ef90.kensington@gentoo> (raw)

commit:     c405a3e716032570377cd9a157ed693d9980ef90
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  1 11:12:19 2019 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Apr  1 11:12:27 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c405a3e7

kde-apps/libkleo: introduce fancyviewer USE flag

Bug: https://bugs.gentoo.org/681180
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 kde-apps/libkleo/libkleo-19.03.80.ebuild      | 12 ++++++++++--
 kde-apps/libkleo/libkleo-19.04.49.9999.ebuild | 12 ++++++++++--
 kde-apps/libkleo/libkleo-9999.ebuild          | 12 ++++++++++--
 kde-apps/libkleo/metadata.xml                 |  3 +++
 4 files changed, 33 insertions(+), 6 deletions(-)

diff --git a/kde-apps/libkleo/libkleo-19.03.80.ebuild b/kde-apps/libkleo/libkleo-19.03.80.ebuild
index 9533a60980..afc64c02e7 100644
--- a/kde-apps/libkleo/libkleo-19.03.80.ebuild
+++ b/kde-apps/libkleo/libkleo-19.03.80.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 DESCRIPTION="Library for encryption handling"
 LICENSE="GPL-2+"
 KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
+IUSE="+fancyviewer"
 
 COMMON_DEPEND="
 	$(add_frameworks_dep kcodecs)
@@ -20,10 +20,10 @@ COMMON_DEPEND="
 	$(add_frameworks_dep kitemmodels)
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_frameworks_dep kwindowsystem)
-	$(add_kdeapps_dep kpimtextedit)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
 	>=app-crypt/gpgme-1.7.1[cxx,qt5]
+	fancyviewer? ( $(add_kdeapps_dep kpimtextedit) )
 "
 DEPEND="${COMMON_DEPEND}
 	dev-libs/boost
@@ -31,3 +31,11 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	!kde-apps/kdepim-l10n
 "
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package fancyviewer KF5PimTextEdit)
+	)
+
+	cmake-utils_src_configure
+}

diff --git a/kde-apps/libkleo/libkleo-19.04.49.9999.ebuild b/kde-apps/libkleo/libkleo-19.04.49.9999.ebuild
index 6017b13215..9a598bc88f 100644
--- a/kde-apps/libkleo/libkleo-19.04.49.9999.ebuild
+++ b/kde-apps/libkleo/libkleo-19.04.49.9999.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 DESCRIPTION="Library for encryption handling"
 LICENSE="GPL-2+"
 KEYWORDS=""
-IUSE=""
+IUSE="+fancyviewer"
 
 COMMON_DEPEND="
 	$(add_frameworks_dep kcodecs)
@@ -20,10 +20,10 @@ COMMON_DEPEND="
 	$(add_frameworks_dep kitemmodels)
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_frameworks_dep kwindowsystem)
-	$(add_kdeapps_dep kpimtextedit)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
 	>=app-crypt/gpgme-1.7.1[cxx,qt5]
+	fancyviewer? ( $(add_kdeapps_dep kpimtextedit) )
 "
 DEPEND="${COMMON_DEPEND}
 	dev-libs/boost
@@ -31,3 +31,11 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	!kde-apps/kdepim-l10n
 "
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package fancyviewer KF5PimTextEdit)
+	)
+
+	cmake-utils_src_configure
+}

diff --git a/kde-apps/libkleo/libkleo-9999.ebuild b/kde-apps/libkleo/libkleo-9999.ebuild
index 6017b13215..9a598bc88f 100644
--- a/kde-apps/libkleo/libkleo-9999.ebuild
+++ b/kde-apps/libkleo/libkleo-9999.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 DESCRIPTION="Library for encryption handling"
 LICENSE="GPL-2+"
 KEYWORDS=""
-IUSE=""
+IUSE="+fancyviewer"
 
 COMMON_DEPEND="
 	$(add_frameworks_dep kcodecs)
@@ -20,10 +20,10 @@ COMMON_DEPEND="
 	$(add_frameworks_dep kitemmodels)
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_frameworks_dep kwindowsystem)
-	$(add_kdeapps_dep kpimtextedit)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
 	>=app-crypt/gpgme-1.7.1[cxx,qt5]
+	fancyviewer? ( $(add_kdeapps_dep kpimtextedit) )
 "
 DEPEND="${COMMON_DEPEND}
 	dev-libs/boost
@@ -31,3 +31,11 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	!kde-apps/kdepim-l10n
 "
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package fancyviewer KF5PimTextEdit)
+	)
+
+	cmake-utils_src_configure
+}

diff --git a/kde-apps/libkleo/metadata.xml b/kde-apps/libkleo/metadata.xml
index 2fdbf33d96..6bd976f27c 100644
--- a/kde-apps/libkleo/metadata.xml
+++ b/kde-apps/libkleo/metadata.xml
@@ -5,4 +5,7 @@
 		<email>kde@gentoo.org</email>
 		<name>Gentoo KDE Project</name>
 	</maintainer>
+	<use>
+		<flag name="fancyviewer">Use <pkg>kde-apps/kpimtextedit</pkg> for an improved audit log viewer</flag>
+	</use>
 </pkgmetadata>


             reply	other threads:[~2019-04-01 11:12 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-01 11:12 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-10 18:53 [gentoo-commits] proj/kde:master commit in: kde-apps/libkleo/ Andreas Sturmlechner
2024-07-09 14:03 Sam James
2024-06-01  5:58 Andreas Sturmlechner
2024-02-25 23:40 Sam James
2023-12-17 12:04 Sam James
2022-02-17 19:00 Sam James
2021-12-09 11:28 Andreas Sturmlechner
2021-11-16  7:35 Andreas Sturmlechner
2021-09-16 16:57 Andreas Sturmlechner
2021-04-15 22:32 Andreas Sturmlechner
2019-12-26 10:10 Andreas Sturmlechner
2019-04-27 18:27 Andreas Sturmlechner
2017-03-11  0:51 Michael Palimaka
2017-03-11  0:46 Michael Palimaka
2016-10-13 11:18 Michael Palimaka
2016-10-13 11:13 Michael Palimaka
2016-07-16 18:59 Johannes Huber
2016-04-02 16:06 Michael Palimaka
2015-10-22 10:13 Michael Palimaka

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=1554117147.c405a3e716032570377cd9a157ed693d9980ef90.kensington@gentoo \
    --to=kensington@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