public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2018-02-01  1:34 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2018-02-01  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     c774e33a9ca612ac982f1a814a94c61ad6306e79
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  1 00:02:20 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb  1 01:33:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c774e33a

kde-apps/kleopatra: Restrict tests

Reported-by: Paolo Pedroni <paolo.pedroni <AT> iol.it>
Closes: https://bugs.gentoo.org/641720
Package-Manager: Portage-2.3.21, Repoman-2.3.6

 kde-apps/kleopatra/kleopatra-17.12.1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kde-apps/kleopatra/kleopatra-17.12.1.ebuild b/kde-apps/kleopatra/kleopatra-17.12.1.ebuild
index e0f1c3ee3c5..9526ad8ef1b 100644
--- a/kde-apps/kleopatra/kleopatra-17.12.1.ebuild
+++ b/kde-apps/kleopatra/kleopatra-17.12.1.ebuild
@@ -47,3 +47,6 @@ RDEPEND="${DEPEND}
 	>=app-crypt/gnupg-2.1
 	app-crypt/paperkey
 "
+
+# tests completely broken, bug #641720
+RESTRICT+=" test"


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2024-07-08 14:12 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2024-07-08 14:12 UTC (permalink / raw
  To: gentoo-commits

commit:     3c7f0131a59990f019e9ee90e62d7269e669ae0f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 12:32:20 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 14:07:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7f0131

kde-apps/kleopatra: refresh deps

* Add kcrash (upstream commit 13b836309c658c1f18837d39e1de152a83ac2f44 (!))
* Add kcolorscheme (upstream MR https://invent.kde.org/pim/kleopatra/-/merge_requests/240)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-apps/kleopatra/kleopatra-24.05.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-apps/kleopatra/kleopatra-24.05.2.ebuild b/kde-apps/kleopatra/kleopatra-24.05.2.ebuild
index 0a509f4a96d1..c5b9d2f7279b 100644
--- a/kde-apps/kleopatra/kleopatra-24.05.2.ebuild
+++ b/kde-apps/kleopatra/kleopatra-24.05.2.ebuild
@@ -30,9 +30,11 @@ DEPEND="
 	>=kde-apps/libkleo-${PVCUT}:6
 	>=kde-apps/mimetreeparser-${PVCUT}:6
 	>=kde-frameworks/kcodecs-${KFMIN}:6
+	>=kde-frameworks/kcolorscheme-${KFMIN}:6
 	>=kde-frameworks/kconfig-${KFMIN}:6
 	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
 	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kcrash-${KFMIN}:6
 	>=kde-frameworks/kdbusaddons-${KFMIN}:6
 	>=kde-frameworks/ki18n-${KFMIN}:6
 	>=kde-frameworks/kiconthemes-${KFMIN}:6


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2024-07-07 21:16 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2024-07-07 21:16 UTC (permalink / raw
  To: gentoo-commits

commit:     3759365c642cf571fd565cf9500e43b0b2a1abc9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  7 21:12:52 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul  7 21:16:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3759365c

kde-apps/kleopatra: Fix IUSE pim cmake args

Upstream commit 073acb1f54d8dd21f3c903345cca14d45f629087

Closes: https://bugs.gentoo.org/935710
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kleopatra/kleopatra-24.05.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-24.05.2.ebuild b/kde-apps/kleopatra/kleopatra-24.05.2.ebuild
index 0fa38c8968d8..0a509f4a96d1 100644
--- a/kde-apps/kleopatra/kleopatra-24.05.2.ebuild
+++ b/kde-apps/kleopatra/kleopatra-24.05.2.ebuild
@@ -58,7 +58,7 @@ RDEPEND="${DEPEND}
 src_configure() {
 	local mycmakeargs=(
 		$(cmake_use_find_package pim KPim6AkonadiMime)
-		$(cmake_use_find_package pim KPim6IdentityManagement)
+		$(cmake_use_find_package pim KPim6IdentityManagementCore)
 		$(cmake_use_find_package pim KPim6MailTransport)
 	)
 	ecm_src_configure


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2024-06-23  1:49 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2024-06-23  1:49 UTC (permalink / raw
  To: gentoo-commits

commit:     1931213949a1d92b816366e12c55aa3920f49cfa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 01:46:38 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 01:49:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19312139

kde-apps/kleopatra: subscribe to libassuan subslot

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../kleopatra/{kleopatra-23.08.5.ebuild => kleopatra-23.08.5-r1.ebuild} | 2 +-
 .../kleopatra/{kleopatra-24.05.1.ebuild => kleopatra-24.05.1-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kleopatra/kleopatra-23.08.5.ebuild b/kde-apps/kleopatra/kleopatra-23.08.5-r1.ebuild
similarity index 98%
rename from kde-apps/kleopatra/kleopatra-23.08.5.ebuild
rename to kde-apps/kleopatra/kleopatra-23.08.5-r1.ebuild
index 5eb0614b937a..5080d281cba1 100644
--- a/kde-apps/kleopatra/kleopatra-23.08.5.ebuild
+++ b/kde-apps/kleopatra/kleopatra-23.08.5-r1.ebuild
@@ -23,7 +23,7 @@ RESTRICT="test"
 
 DEPEND="
 	>=app-crypt/gpgme-1.16.0:=[cxx,qt5]
-	dev-libs/libassuan
+	dev-libs/libassuan:=
 	dev-libs/libgpg-error
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5

diff --git a/kde-apps/kleopatra/kleopatra-24.05.1.ebuild b/kde-apps/kleopatra/kleopatra-24.05.1-r1.ebuild
similarity index 98%
rename from kde-apps/kleopatra/kleopatra-24.05.1.ebuild
rename to kde-apps/kleopatra/kleopatra-24.05.1-r1.ebuild
index 58d5018897e6..819401040d1d 100644
--- a/kde-apps/kleopatra/kleopatra-24.05.1.ebuild
+++ b/kde-apps/kleopatra/kleopatra-24.05.1-r1.ebuild
@@ -23,7 +23,7 @@ RESTRICT="test"
 
 DEPEND="
 	>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
-	dev-libs/libassuan
+	dev-libs/libassuan:=
 	dev-libs/libgpg-error
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
 	>=kde-apps/kmime-${PVCUT}:6


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2024-03-06 19:19 Arthur Zamarin
  0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2024-03-06 19:19 UTC (permalink / raw
  To: gentoo-commits

commit:     15b3bfb98029301934bdb6f22c52c640ddfb1fbc
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  6 19:19:14 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 19:19:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b3bfb9

kde-apps/kleopatra: Stabilize 23.08.5 x86, #924716

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 kde-apps/kleopatra/kleopatra-23.08.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-23.08.5.ebuild b/kde-apps/kleopatra/kleopatra-23.08.5.ebuild
index 61f4bdb72ab8..5eb0614b937a 100644
--- a/kde-apps/kleopatra/kleopatra-23.08.5.ebuild
+++ b/kde-apps/kleopatra/kleopatra-23.08.5.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://apps.kde.org/kleopatra/"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE="pim"
 
 # tests completely broken, bug #641720


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2023-11-23 15:27 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2023-11-23 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     97dc8f22baa321520556d7b5ca770a6bf55f291d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 15:26:36 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 15:26:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97dc8f22

kde-apps/kleopatra: Stabilize 23.08.3 x86, #917212

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-apps/kleopatra/kleopatra-23.08.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-23.08.3.ebuild b/kde-apps/kleopatra/kleopatra-23.08.3.ebuild
index 98b70148493d..cf86bf13b642 100644
--- a/kde-apps/kleopatra/kleopatra-23.08.3.ebuild
+++ b/kde-apps/kleopatra/kleopatra-23.08.3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://apps.kde.org/kleopatra/"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE="pim"
 
 # tests completely broken, bug #641720


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2023-08-26  8:43 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2023-08-26  8:43 UTC (permalink / raw
  To: gentoo-commits

commit:     2ec37635098205fcdcd50ee879e0dbec3cbc4740
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 08:37:13 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 08:43:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec37635

kde-apps/kleopatra: Fixup cmake args

Follow-up to commit 74175e939d9e1037e654d2f159c3be0cc925fde9

Closes: https://bugs.gentoo.org/913039
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kleopatra/kleopatra-23.08.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-23.08.0.ebuild b/kde-apps/kleopatra/kleopatra-23.08.0.ebuild
index ae7a49727963..77183f19dc7e 100644
--- a/kde-apps/kleopatra/kleopatra-23.08.0.ebuild
+++ b/kde-apps/kleopatra/kleopatra-23.08.0.ebuild
@@ -60,9 +60,9 @@ RDEPEND="${DEPEND}
 
 src_configure() {
 	local mycmakeargs=(
+		$(cmake_use_find_package pim KPim5AkonadiMime)
 		$(cmake_use_find_package pim KPim5IdentityManagement)
 		$(cmake_use_find_package pim KPim5MailTransport)
-		$(cmake_use_find_package pim KPim5MailTransportAkonadi)
 	)
 	ecm_src_configure
 }


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2023-07-15 17:09 Arthur Zamarin
  0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2023-07-15 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a21736a58fb63b3c2ed35916d283908c1b927f09
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 17:02:21 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 17:02:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21736a5

kde-apps/kleopatra: Stabilize 23.04.2 x86, #909314

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 kde-apps/kleopatra/kleopatra-23.04.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-23.04.2.ebuild b/kde-apps/kleopatra/kleopatra-23.04.2.ebuild
index 121392874b18..9d532b23a8bd 100644
--- a/kde-apps/kleopatra/kleopatra-23.04.2.ebuild
+++ b/kde-apps/kleopatra/kleopatra-23.04.2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://apps.kde.org/kleopatra/"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE="pim"
 
 # tests completely broken, bug #641720


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2023-04-02 19:40 Arthur Zamarin
  0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2023-04-02 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     d88a8f9a838d24c846050c3d658072c8992c9530
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  2 19:32:47 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  2 19:40:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88a8f9a

kde-apps/kleopatra: Stabilize 22.12.3 x86, #898916

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 kde-apps/kleopatra/kleopatra-22.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-22.12.3.ebuild b/kde-apps/kleopatra/kleopatra-22.12.3.ebuild
index c3d15ad9f3d3..5ce78f1a0237 100644
--- a/kde-apps/kleopatra/kleopatra-22.12.3.ebuild
+++ b/kde-apps/kleopatra/kleopatra-22.12.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://apps.kde.org/kleopatra/"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE="pim"
 
 # tests completely broken, bug #641720


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2023-03-16  8:53 Jakov Smolić
  0 siblings, 0 replies; 30+ messages in thread
From: Jakov Smolić @ 2023-03-16  8:53 UTC (permalink / raw
  To: gentoo-commits

commit:     cefc45690db3bcea52d4fc0d9420344c23c0912b
Author:     Xin Yang <yangmame <AT> icloud <DOT> com>
AuthorDate: Thu Mar  9 16:03:15 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 08:50:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cefc4569

kde-apps/kleopatra: keyword 22.12.3 riscv #900591

Signed-off-by: Xin Yang <yangmame <AT> icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/30024
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 kde-apps/kleopatra/kleopatra-22.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-22.12.3.ebuild b/kde-apps/kleopatra/kleopatra-22.12.3.ebuild
index 0fde36e08bae..f6e4f7255932 100644
--- a/kde-apps/kleopatra/kleopatra-22.12.3.ebuild
+++ b/kde-apps/kleopatra/kleopatra-22.12.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://apps.kde.org/kleopatra/"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="pim"
 
 # tests completely broken, bug #641720


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2022-02-17 18:43 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2022-02-17 18:43 UTC (permalink / raw
  To: gentoo-commits

commit:     87b7531e4b78fb19a9fedb681f89a23021f2aa19
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 17 18:23:17 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 17 18:42:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b7531e

kde-apps/kleopatra: add subslot dependency on gpgme

gpgme broke ABI

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{kleopatra-21.08.3.ebuild => kleopatra-21.08.3-r1.ebuild}         | 4 ++--
 .../{kleopatra-21.12.2.ebuild => kleopatra-21.12.2-r1.ebuild}         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kleopatra/kleopatra-21.08.3.ebuild b/kde-apps/kleopatra/kleopatra-21.08.3-r1.ebuild
similarity index 94%
rename from kde-apps/kleopatra/kleopatra-21.08.3.ebuild
rename to kde-apps/kleopatra/kleopatra-21.08.3-r1.ebuild
index 1eee262f8dd8..0ab245746342 100644
--- a/kde-apps/kleopatra/kleopatra-21.08.3.ebuild
+++ b/kde-apps/kleopatra/kleopatra-21.08.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -20,7 +20,7 @@ KEYWORDS="amd64 arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="
-	>=app-crypt/gpgme-1.16.0[cxx,qt5]
+	>=app-crypt/gpgme-1.16.0:=[cxx,qt5]
 	dev-libs/boost:=
 	dev-libs/libassuan
 	dev-libs/libgpg-error

diff --git a/kde-apps/kleopatra/kleopatra-21.12.2.ebuild b/kde-apps/kleopatra/kleopatra-21.12.2-r1.ebuild
similarity index 97%
rename from kde-apps/kleopatra/kleopatra-21.12.2.ebuild
rename to kde-apps/kleopatra/kleopatra-21.12.2-r1.ebuild
index 9d93d76cab99..f730e71e6fd0 100644
--- a/kde-apps/kleopatra/kleopatra-21.12.2.ebuild
+++ b/kde-apps/kleopatra/kleopatra-21.12.2-r1.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="
-	>=app-crypt/gpgme-1.16.0[cxx,qt5]
+	>=app-crypt/gpgme-1.16.0:=[cxx,qt5]
 	dev-libs/boost:=
 	dev-libs/libassuan
 	dev-libs/libgpg-error


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2020-10-15 10:30 Georgy Yakovlev
  0 siblings, 0 replies; 30+ messages in thread
From: Georgy Yakovlev @ 2020-10-15 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     5d2c24b88441c4cbd8d0d6aa985b4af08607539c
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 14 07:28:57 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 10:30:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2c24b8

kde-apps/kleopatra: add ~ppc64 keyword

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 kde-apps/kleopatra/kleopatra-20.08.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-20.08.2.ebuild b/kde-apps/kleopatra/kleopatra-20.08.2.ebuild
index 86a91c6e852..08c6396a066 100644
--- a/kde-apps/kleopatra/kleopatra-20.08.2.ebuild
+++ b/kde-apps/kleopatra/kleopatra-20.08.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://kde.org/applications/utilities/org.kde.kleopatra"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2020-08-30 20:30 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2020-08-30 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     6e2249e0e4b269e1165100fd4c4b8634ba4c124c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 20:30:13 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 20:30:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2249e0

kde-apps/kleopatra: Cleanup vulnerable 20.04.3 (r0)

Bug: https://bugs.gentoo.org/739556
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kleopatra/kleopatra-20.04.3.ebuild | 55 -----------------------------
 1 file changed, 55 deletions(-)

diff --git a/kde-apps/kleopatra/kleopatra-20.04.3.ebuild b/kde-apps/kleopatra/kleopatra-20.04.3.ebuild
deleted file mode 100644
index 3799bd46d12..00000000000
--- a/kde-apps/kleopatra/kleopatra-20.04.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="optional"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.70.0
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Certificate manager and GUI for OpenPGP and CMS cryptography"
-HOMEPAGE="https://kde.org/applications/utilities/org.kde.kleopatra"
-
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-SLOT="5"
-KEYWORDS="amd64 arm64 x86"
-IUSE=""
-
-DEPEND="
-	>=app-crypt/gpgme-1.11.1[cxx,qt5]
-	dev-libs/boost:=
-	dev-libs/libassuan
-	dev-libs/libgpg-error
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtprintsupport-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-apps/kmime-${PVCUT}:5
-	>=kde-apps/libkleo-${PVCUT}:5
-	>=kde-frameworks/kcmutils-${KFMIN}:5
-	>=kde-frameworks/kcodecs-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kitemmodels-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	>=app-crypt/gnupg-2.1
-	app-crypt/paperkey
-"
-
-# tests completely broken, bug #641720
-RESTRICT+=" test"


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2020-08-30 20:28 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2020-08-30 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     9ac5158e9269f6feed24536bae017d3fab12faae
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 20:17:06 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 20:17:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac5158e

kde-apps/kleopatra: Stabilize 20.04.3-r1 amd64, #739556

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-apps/kleopatra/kleopatra-20.04.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-20.04.3-r1.ebuild b/kde-apps/kleopatra/kleopatra-20.04.3-r1.ebuild
index a21e4939dda..57574a47f59 100644
--- a/kde-apps/kleopatra/kleopatra-20.04.3-r1.ebuild
+++ b/kde-apps/kleopatra/kleopatra-20.04.3-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://kde.org/applications/utilities/org.kde.kleopatra"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="~amd64 arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2020-08-30 19:10 Thomas Deutschmann
  0 siblings, 0 replies; 30+ messages in thread
From: Thomas Deutschmann @ 2020-08-30 19:10 UTC (permalink / raw
  To: gentoo-commits

commit:     b07bcf3e10e5ff4f9476a916bfe5650a695020f0
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 19:06:16 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 19:10:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07bcf3e

kde-apps/kleopatra: x86 stable (bug #739556)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 kde-apps/kleopatra/kleopatra-20.04.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-20.04.3-r1.ebuild b/kde-apps/kleopatra/kleopatra-20.04.3-r1.ebuild
index f503e822fd3..a21e4939dda 100644
--- a/kde-apps/kleopatra/kleopatra-20.04.3-r1.ebuild
+++ b/kde-apps/kleopatra/kleopatra-20.04.3-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://kde.org/applications/utilities/org.kde.kleopatra"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="~amd64 arm64 ~x86"
+KEYWORDS="~amd64 arm64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2020-08-30 18:36 Sam James
  0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2020-08-30 18:36 UTC (permalink / raw
  To: gentoo-commits

commit:     204b911dd9f5ae1a1654aa8291553ce48f0c2555
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 18:35:57 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 18:35:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=204b911d

kde-apps/kleopatra: Stabilize 20.04.3-r1 arm64, #739556

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-apps/kleopatra/kleopatra-20.04.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-20.04.3-r1.ebuild b/kde-apps/kleopatra/kleopatra-20.04.3-r1.ebuild
index e8e36d082f7..f503e822fd3 100644
--- a/kde-apps/kleopatra/kleopatra-20.04.3-r1.ebuild
+++ b/kde-apps/kleopatra/kleopatra-20.04.3-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://kde.org/applications/utilities/org.kde.kleopatra"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2019-03-19 11:18 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2019-03-19 11:18 UTC (permalink / raw
  To: gentoo-commits

commit:     6d3932c283c4e7c8cf5af9c0aa2858a61e06ebe6
Author:     Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 21:09:41 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 11:18:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d3932c2

kde-apps/kleopatra: added ~arm64

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kleopatra/kleopatra-18.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-18.12.3.ebuild b/kde-apps/kleopatra/kleopatra-18.12.3.ebuild
index 27850e1b580..8c9017814a8 100644
--- a/kde-apps/kleopatra/kleopatra-18.12.3.ebuild
+++ b/kde-apps/kleopatra/kleopatra-18.12.3.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Certificate manager and GUI for OpenPGP and CMS cryptography"
 HOMEPAGE="https://www.kde.org/applications/utilities/kleopatra"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2017-05-10 15:44 Agostino Sarubbo
  0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2017-05-10 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     ba8c302833b1dfefb3558de8080c4f719e5672b2
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 15:42:16 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed May 10 15:44:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8c3028

kde-apps/kleopatra: x86 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/kleopatra/kleopatra-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-4.14.11_pre20160611.ebuild b/kde-apps/kleopatra/kleopatra-4.14.11_pre20160611.ebuild
index 3e0cb736d75..b0b06cf29e6 100644
--- a/kde-apps/kleopatra/kleopatra-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kleopatra/kleopatra-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 DESCRIPTION="Certificate manager and GUI for OpenPGP and CMS cryptography"
 HOMEPAGE="https://www.kde.org/applications/utilities/kleopatra/"
 
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2017-05-07 21:24 Agostino Sarubbo
  0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2017-05-07 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c6ed4e19f9f59ab7e7e8c503b84e913062727ba8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun May  7 21:23:06 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun May  7 21:23:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ed4e19

kde-apps/kleopatra: amd64 stable wrt bug #617730

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/kleopatra/kleopatra-4.14.11_pre20160611.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-4.14.11_pre20160611.ebuild b/kde-apps/kleopatra/kleopatra-4.14.11_pre20160611.ebuild
index 9c26cd60a7f..3e0cb736d75 100644
--- a/kde-apps/kleopatra/kleopatra-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kleopatra/kleopatra-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 DESCRIPTION="Certificate manager and GUI for OpenPGP and CMS cryptography"
 HOMEPAGE="https://www.kde.org/applications/utilities/kleopatra/"
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2017-03-10 19:20 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2017-03-10 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d4dbc2d31824d9cb1a2bd855f6b9fe16d33ca80d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 19:17:50 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 19:17:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4dbc2d3

kde-apps/kleopatra: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../kleopatra/kleopatra-4.14.11_pre20160211.ebuild | 45 ----------------------
 1 file changed, 45 deletions(-)

diff --git a/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211.ebuild b/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211.ebuild
deleted file mode 100644
index 083369c8132..00000000000
--- a/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-inherit kde4-meta
-
-DESCRIPTION="Kleopatra - KDE X.509 key manager"
-HOMEPAGE="https://www.kde.org/applications/utilities/kleopatra/"
-COMMIT_ID="2aec255c6465676404e4694405c153e485e477d9"
-SRC_URI="https://quickgit.kde.org/?p=kdepim.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${KMNAME}-${PV}.tar.gz"
-
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
-	$(add_kdeapps_dep kdepimlibs 'akonadi(+)')
-	$(add_kdeapps_dep kdepim-common-libs)
-	>=app-crypt/gpgme-1.3.2
-	dev-libs/boost:=
-	dev-libs/libassuan
-	dev-libs/libgpg-error
-"
-RDEPEND="${DEPEND}
-	app-crypt/gnupg
-"
-
-KMEXTRACTONLY="
-	libkleo/
-"
-
-PATCHES=( "${FILESDIR}/${PN}-install-headers.patch" )
-
-src_unpack() {
-	if use handbook; then
-		KMEXTRA="
-			doc/kwatchgnupg
-		"
-	fi
-
-	kde4-meta_src_unpack
-}


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2017-03-10 10:59 Agostino Sarubbo
  0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2017-03-10 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     41d1e7f9cd650ab5fc514958a7d221f38c3cd5f7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 10:57:52 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 10:59:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d1e7f9

kde-apps/kleopatra: x86 stable wrt bug #600510

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/kleopatra/kleopatra-4.14.11_pre20160211-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211-r1.ebuild b/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211-r1.ebuild
index c22af77ed28..30bdeb26d9c 100644
--- a/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211-r1.ebuild
+++ b/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://www.kde.org/applications/utilities/kleopatra/"
 COMMIT_ID="2aec255c6465676404e4694405c153e485e477d9"
 SRC_URI="https://quickgit.kde.org/?p=kdepim.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${KMNAME}-${PV}.tar.gz"
 
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2017-03-09 12:24 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2017-03-09 12:24 UTC (permalink / raw
  To: gentoo-commits

commit:     77796036a04e4fe175bea647cfbeea515d725509
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  9 12:18:35 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar  9 12:18:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77796036

kde-apps/kleopatra: amd64 stable

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kleopatra/kleopatra-4.14.11_pre20160211-r1.ebuild | 2 +-
 kde-apps/kleopatra/kleopatra-4.4.2016.01-r1.ebuild         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211-r1.ebuild b/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211-r1.ebuild
index 808283e3656..c22af77ed28 100644
--- a/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211-r1.ebuild
+++ b/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://www.kde.org/applications/utilities/kleopatra/"
 COMMIT_ID="2aec255c6465676404e4694405c153e485e477d9"
 SRC_URI="https://quickgit.kde.org/?p=kdepim.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${KMNAME}-${PV}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="

diff --git a/kde-apps/kleopatra/kleopatra-4.4.2016.01-r1.ebuild b/kde-apps/kleopatra/kleopatra-4.4.2016.01-r1.ebuild
index 1ebfd2b6d24..8ddab33b78f 100644
--- a/kde-apps/kleopatra/kleopatra-4.4.2016.01-r1.ebuild
+++ b/kde-apps/kleopatra/kleopatra-4.4.2016.01-r1.ebuild
@@ -9,7 +9,7 @@ inherit kde4-meta
 
 DESCRIPTION="Kleopatra - KDE X.509 key manager (noakonadi branch)"
 HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2017-03-09 12:24 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2017-03-09 12:24 UTC (permalink / raw
  To: gentoo-commits

commit:     45b201035e3c19e8e6c9f03de3bf41d501e7e454
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  9 12:21:51 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar  9 12:21:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b20103

kde-apps/kleopatra: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kleopatra/kleopatra-4.4.2016.01.ebuild | 51 -------------------------
 1 file changed, 51 deletions(-)

diff --git a/kde-apps/kleopatra/kleopatra-4.4.2016.01.ebuild b/kde-apps/kleopatra/kleopatra-4.4.2016.01.ebuild
deleted file mode 100644
index 58be119445a..00000000000
--- a/kde-apps/kleopatra/kleopatra-4.4.2016.01.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KMNAME="kdepim"
-KDE_HANDBOOK=optional
-inherit kde4-meta
-
-DESCRIPTION="Kleopatra - KDE X.509 key manager (noakonadi branch)"
-HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
-	app-crypt/gpgme
-	>=dev-libs/libassuan-2.0.0
-	dev-libs/libgpg-error
-	$(add_kdeapps_dep kdepimlibs '' 4.6)
-	$(add_kdeapps_dep libkdepim '' 4.4.2015)
-	$(add_kdeapps_dep libkleo '' 4.4.2015)
-"
-RDEPEND="${DEPEND}
-	app-crypt/gnupg
-"
-
-RESTRICT=test
-# bug 399431
-
-KMEXTRACTONLY="
-	libkleo
-"
-KMLOADLIBS="libkleo"
-
-src_unpack() {
-	if use handbook; then
-		KMEXTRA="
-			doc/kwatchgnupg
-		"
-	fi
-
-	kde4-meta_src_unpack
-}
-
-src_configure() {
-	mycmakeargs=(
-		-DWITH_QGPGME=ON
-	)
-
-	kde4-meta_src_configure
-}


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2017-03-05 23:20 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2017-03-05 23:20 UTC (permalink / raw
  To: gentoo-commits

commit:     68a657bd9c9f30128e43037ef0154a1793e26ba2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 22:38:16 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 23:16:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a657bd

kde-apps/kleopatra: Raise DEPEND on fixed kde-apps/kdepimlibs

Gentoo-bug: 600510

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../kleopatra-4.14.11_pre20160211-r1.ebuild        | 45 +++++++++++++++++++
 kde-apps/kleopatra/kleopatra-4.4.2016.01-r1.ebuild | 51 ++++++++++++++++++++++
 2 files changed, 96 insertions(+)

diff --git a/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211-r1.ebuild b/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211-r1.ebuild
new file mode 100644
index 00000000000..808283e3656
--- /dev/null
+++ b/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+inherit kde4-meta
+
+DESCRIPTION="Kleopatra - KDE X.509 key manager"
+HOMEPAGE="https://www.kde.org/applications/utilities/kleopatra/"
+COMMIT_ID="2aec255c6465676404e4694405c153e485e477d9"
+SRC_URI="https://quickgit.kde.org/?p=kdepim.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${KMNAME}-${PV}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdeapps_dep kdepimlibs 'akonadi(+)' 4.14.11_pre20160211-r3)
+	$(add_kdeapps_dep kdepim-common-libs '' 4.14.11_pre20160211-r1)
+	app-crypt/gpgme
+	dev-libs/boost:=
+	dev-libs/libassuan
+	dev-libs/libgpg-error
+"
+RDEPEND="${DEPEND}
+	app-crypt/gnupg
+"
+
+KMEXTRACTONLY="
+	libkleo/
+"
+
+PATCHES=( "${FILESDIR}/${PN}-install-headers.patch" )
+
+src_unpack() {
+	if use handbook; then
+		KMEXTRA="
+			doc/kwatchgnupg
+		"
+	fi
+
+	kde4-meta_src_unpack
+}

diff --git a/kde-apps/kleopatra/kleopatra-4.4.2016.01-r1.ebuild b/kde-apps/kleopatra/kleopatra-4.4.2016.01-r1.ebuild
new file mode 100644
index 00000000000..1ebfd2b6d24
--- /dev/null
+++ b/kde-apps/kleopatra/kleopatra-4.4.2016.01-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+KMNAME="kdepim"
+KDE_HANDBOOK=optional
+inherit kde4-meta
+
+DESCRIPTION="Kleopatra - KDE X.509 key manager (noakonadi branch)"
+HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdeapps_dep kdepimlibs '' 4.14.10-r3)
+	$(add_kdeapps_dep libkdepim '' 4.4.2015)
+	$(add_kdeapps_dep libkleo '' 4.4.2015)
+	app-crypt/gpgme
+	>=dev-libs/libassuan-2.0.0
+	dev-libs/libgpg-error
+"
+RDEPEND="${DEPEND}
+	app-crypt/gnupg
+"
+
+RESTRICT=test
+# bug 399431
+
+KMEXTRACTONLY="
+	libkleo
+"
+KMLOADLIBS="libkleo"
+
+src_unpack() {
+	if use handbook; then
+		KMEXTRA="
+			doc/kwatchgnupg
+		"
+	fi
+
+	kde4-meta_src_unpack
+}
+
+src_configure() {
+	mycmakeargs=(
+		-DWITH_QGPGME=ON
+	)
+
+	kde4-meta_src_configure
+}


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2016-12-21 17:22 Johannes Huber
  0 siblings, 0 replies; 30+ messages in thread
From: Johannes Huber @ 2016-12-21 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     2b68f22fdef13df6e9567e7ab1a24296b442806d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 17:22:15 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 17:22:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b68f22f

kde-apps/kleopatra: Drop blocker

Handled in app-crypt/gpgme now.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kleopatra/kleopatra-16.12.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-16.12.0.ebuild b/kde-apps/kleopatra/kleopatra-16.12.0.ebuild
index b8e3600..0e10e19 100644
--- a/kde-apps/kleopatra/kleopatra-16.12.0.ebuild
+++ b/kde-apps/kleopatra/kleopatra-16.12.0.ebuild
@@ -47,5 +47,4 @@ DEPEND="
 RDEPEND="${DEPEND}
 	>=app-crypt/gnupg-2.1
 	app-crypt/paperkey
-	!kde-apps/gpgmepp:5
 "


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2016-06-11 12:23 Agostino Sarubbo
  0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2016-06-11 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     5d902475151d80366a9c70bd673d6a4562d4c2bd
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 12:21:49 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 12:21:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d902475

kde-apps/kleopatra: amd64 stable wrt bug #583728

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/kleopatra/kleopatra-4.4.2016.01.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-4.4.2016.01.ebuild b/kde-apps/kleopatra/kleopatra-4.4.2016.01.ebuild
index ed426d0..864fee0 100644
--- a/kde-apps/kleopatra/kleopatra-4.4.2016.01.ebuild
+++ b/kde-apps/kleopatra/kleopatra-4.4.2016.01.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
 
 DESCRIPTION="Kleopatra - KDE X.509 key manager (noakonadi branch)"
 HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2016-06-11 10:56 Agostino Sarubbo
  0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2016-06-11 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     136c6199c25f5f1b90dd3dad87eb93d9dcdeea13
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 10:55:56 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 10:55:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136c6199

kde-apps/kleopatra: amd64 stable wrt bug #584652

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/kleopatra/kleopatra-4.14.11_pre20160211.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211.ebuild b/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211.ebuild
index 275b69c..2ef61e2 100644
--- a/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211.ebuild
+++ b/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.kde.org/applications/utilities/kleopatra/"
 COMMIT_ID="2aec255c6465676404e4694405c153e485e477d9"
 SRC_URI="https://quickgit.kde.org/?p=kdepim.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${KMNAME}-${PV}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2016-03-06 11:26 Mikle Kolyada
  0 siblings, 0 replies; 30+ messages in thread
From: Mikle Kolyada @ 2016-03-06 11:26 UTC (permalink / raw
  To: gentoo-commits

commit:     be74dd08cb5d0f4f6f44990f18a96e143bde0d63
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 11:20:25 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 11:22:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be74dd08

kde-apps/kleopatra: x86 stable wrt bug #569742

Package-Manager: portage-2.2.26

 kde-apps/kleopatra/kleopatra-4.14.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-4.14.10.ebuild b/kde-apps/kleopatra/kleopatra-4.14.10.ebuild
index 9d27a95..6ed36a0 100644
--- a/kde-apps/kleopatra/kleopatra-4.14.10.ebuild
+++ b/kde-apps/kleopatra/kleopatra-4.14.10.ebuild
@@ -11,7 +11,7 @@ inherit kde4-meta
 
 DESCRIPTION="Kleopatra - KDE X.509 key manager"
 HOMEPAGE="https://www.kde.org/applications/utilities/kleopatra/"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2016-03-05 13:06 Mikle Kolyada
  0 siblings, 0 replies; 30+ messages in thread
From: Mikle Kolyada @ 2016-03-05 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     9715383871d58ddf0e892b62030bef8931e05567
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  5 13:03:48 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 13:03:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97153838

kde-apps/kleopatra: amd64 stable wrt bug #569742

Package-Manager: portage-2.2.26

 kde-apps/kleopatra/kleopatra-4.14.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-4.14.10.ebuild b/kde-apps/kleopatra/kleopatra-4.14.10.ebuild
index f982953..9d27a95 100644
--- a/kde-apps/kleopatra/kleopatra-4.14.10.ebuild
+++ b/kde-apps/kleopatra/kleopatra-4.14.10.ebuild
@@ -11,7 +11,7 @@ inherit kde4-meta
 
 DESCRIPTION="Kleopatra - KDE X.509 key manager"
 HOMEPAGE="https://www.kde.org/applications/utilities/kleopatra/"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/
@ 2016-02-06 15:59 Andreas Hüttel
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Hüttel @ 2016-02-06 15:59 UTC (permalink / raw
  To: gentoo-commits

commit:     776677f833329f53d1356d3f3201266573808c98
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  2 00:00:52 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 15:58:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776677f8

kde-apps/kleopatra: Version bump

Package-Manager: portage-2.2.27

 kde-apps/kleopatra/Manifest                     |  1 +
 kde-apps/kleopatra/kleopatra-4.4.2016.01.ebuild | 51 +++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/kde-apps/kleopatra/Manifest b/kde-apps/kleopatra/Manifest
index 69e0972..fde4927 100644
--- a/kde-apps/kleopatra/Manifest
+++ b/kde-apps/kleopatra/Manifest
@@ -1,4 +1,5 @@
 DIST kdepim-4.14.10.tar.xz 14585020 SHA256 edad865b81259331780a25906127e105d06fda8aa56f6f11cfee4bc8f85bb7e2 SHA512 aa7e5a488964d11d355557e89053993bb0bed4860072dbb8ae1851df881713a15ec5aa4e428de9b85a8bef678ace307b33f186314fe5a8011521e30331a1691b WHIRLPOOL 358589e29baeb2f7bf648d1bbccb9bbf37c4c1a447f05a2eff472b50282d7d5118ad40ced2f93ac7f47f2c394f745216632d33be389e82f88efd69386f6ab57d
 DIST kdepim-4.14.8.tar.xz 14575884 SHA256 52b4174924387030c1b3803267f099f3534aa8ccde796953d6cf34b4aabbe3a7 SHA512 687b0db97476e692718039153a1ee60cf9ddab8d9adad06abba702a170d49488f60f0fe050a339db2da2a5996d1bdbe1faec73c1c2e2b655fa9ea66aa538899c WHIRLPOOL 4ce31c3c526a0eed7819137cb5c29450da75fac8a7f4f74e25794b6617bbd7e12987bb45983408ae87bd892a57508d171941b9c4e1a75324773611d950fe55e4
 DIST kdepim-4.4.2015.06.tar.xz 8901968 SHA256 d9153c57e697ca33d0bd82f1f93ed2befdabbe3822189c1c8acbdf7bf9bbaec6 SHA512 10e89ff1bb22ef03ae2128b800f87c76da945703fa98c07fa0ac29deb17c724beeca84995c50b067138ab7cf0543112173eb850d897b38c512a25974bfc15e1e WHIRLPOOL 543b9d629380e9923b38c414cf6e7390437a48acfb31b9ed934e9655bb1efb1f480065942775dc68d8382e639e4df122f953388dad90a9fadb3734d2f2fe72f0
+DIST kdepim-4.4.2016.01.tar.xz 8964248 SHA256 19f4d6ab4bcddf5a0e6acae50c20d0b8fbb482503e47e75c86955637d249cefa SHA512 a04737cc89f96e3635a19c492c9f3f31e7554aa8a237fb0ad8f5fe8c02e7e30911dd5d93bf0f27fd38603e496e02f3ef1d3064e159c99c71dea379199d1e0e03 WHIRLPOOL 9f02f5799b3a10a9b18b4c8cb34084051991cb7240d2b818cd2b58bde05abde2ef3126b3960f2554c7e5c4930266e561c1715c21fe72136654e28184b5083089
 DIST kleopatra-4.4.11.1-libassuan2.patch.bz2 9404 SHA256 83d6930917e59450690394ee948b30fe138d631928d4afffc8be25d1a41e75c2 SHA512 4f514e6dfbe89d777604485d3144ada9a600b1c3c031a732b34b0cb7533eadae545e67a2819e43fafd4b7ada84845c25e1f93b01b06fc169daf48734684893de WHIRLPOOL f749ee88b13a905138a0c63a5833c71470f77923125f6c93e09fd83d399edfd1497342112ef420c7823d570d8676666117b5f821f46ed0d1ad961c9497142252

diff --git a/kde-apps/kleopatra/kleopatra-4.4.2016.01.ebuild b/kde-apps/kleopatra/kleopatra-4.4.2016.01.ebuild
new file mode 100644
index 0000000..abf6565
--- /dev/null
+++ b/kde-apps/kleopatra/kleopatra-4.4.2016.01.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KMNAME="kdepim"
+KDE_HANDBOOK=optional
+inherit kde4-meta
+
+DESCRIPTION="Kleopatra - KDE X.509 key manager (noakonadi branch)"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	app-crypt/gpgme
+	>=dev-libs/libassuan-2.0.0
+	dev-libs/libgpg-error
+	$(add_kdeapps_dep kdepimlibs '' 4.6)
+	$(add_kdeapps_dep libkdepim '' 4.4.2015)
+	$(add_kdeapps_dep libkleo '' 4.4.2015)
+"
+RDEPEND="${DEPEND}
+	app-crypt/gnupg
+"
+
+RESTRICT=test
+# bug 399431
+
+KMEXTRACTONLY="
+	libkleo
+"
+KMLOADLIBS="libkleo"
+
+src_unpack() {
+	if use handbook; then
+		KMEXTRA="
+			doc/kwatchgnupg
+		"
+	fi
+
+	kde4-meta_src_unpack
+}
+
+src_configure() {
+	mycmakeargs=(
+		-DWITH_QGPGME=ON
+	)
+
+	kde4-meta_src_configure
+}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2024-07-08 14:12 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-01  1:34 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kleopatra/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-07-08 14:12 Sam James
2024-07-07 21:16 Andreas Sturmlechner
2024-06-23  1:49 Sam James
2024-03-06 19:19 Arthur Zamarin
2023-11-23 15:27 Sam James
2023-08-26  8:43 Andreas Sturmlechner
2023-07-15 17:09 Arthur Zamarin
2023-04-02 19:40 Arthur Zamarin
2023-03-16  8:53 Jakov Smolić
2022-02-17 18:43 Sam James
2020-10-15 10:30 Georgy Yakovlev
2020-08-30 20:30 Andreas Sturmlechner
2020-08-30 20:28 Sam James
2020-08-30 19:10 Thomas Deutschmann
2020-08-30 18:36 Sam James
2019-03-19 11:18 Andreas Sturmlechner
2017-05-10 15:44 Agostino Sarubbo
2017-05-07 21:24 Agostino Sarubbo
2017-03-10 19:20 Andreas Sturmlechner
2017-03-10 10:59 Agostino Sarubbo
2017-03-09 12:24 Andreas Sturmlechner
2017-03-09 12:24 Andreas Sturmlechner
2017-03-05 23:20 Andreas Sturmlechner
2016-12-21 17:22 Johannes Huber
2016-06-11 12:23 Agostino Sarubbo
2016-06-11 10:56 Agostino Sarubbo
2016-03-06 11:26 Mikle Kolyada
2016-03-05 13:06 Mikle Kolyada
2016-02-06 15:59 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox