* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2016-02-09 10:55 Michael Palimaka
0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2016-02-09 10:55 UTC (permalink / raw
To: gentoo-commits
commit: 600de56cb152c0facadecf992882e8a4b7a6891d
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Feb 2 23:05:22 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 10:55:20 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=600de56c
kde-apps/kleopatra: Add standalone ebuild
Package-Manager: portage-2.2.27
kde-apps/kleopatra/kleopatra-9999.ebuild | 59 ++++++++++++++++++++++++++++++++
kde-apps/kleopatra/metadata.xml | 8 +++++
2 files changed, 67 insertions(+)
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
new file mode 100644
index 0000000..ab3879f
--- /dev/null
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_TEST="true"
+KMNAME="kdepim"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="KDE X.509 key manager"
+HOMEPAGE="https://www.kde.org/applications/office/kontact/"
+KEYWORDS=""
+
+IUSE=""
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep gpgmepp)
+ $(add_kdeapps_dep kmime)
+ $(add_kdeapps_dep kpimtextedit)
+ $(add_kdeapps_dep libkdepim)
+ $(add_kdeapps_dep libkleo)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ >=app-crypt/gpgme-1.3.2
+ dev-libs/boost:=
+ dev-libs/libassuan
+ dev-libs/libgpg-error
+"
+DEPEND="${COMMON_DEPEND}
+ sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+ !kde-apps/kleopatra:4
+ !kde-apps/kdepim[kdepim_features_kleopatra]
+ $(add_kdeapps_dep kdepim-runtime)
+ app-crypt/gnupg
+"
+
+if [[ ${KDE_BUILD_TYPE} = live ]] ; then
+ S="${WORKDIR}/${P}/${PN}"
+else
+ S="${WORKDIR}/${KMNAME}-${PV}/${PN}"
+fi
diff --git a/kde-apps/kleopatra/metadata.xml b/kde-apps/kleopatra/metadata.xml
new file mode 100644
index 0000000..2fdbf33
--- /dev/null
+++ b/kde-apps/kleopatra/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2016-02-18 14:44 Michael Palimaka
0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2016-02-18 14:44 UTC (permalink / raw
To: gentoo-commits
commit: ebf4563dcef11d3321d9f162a7e6e8bf6bff025d
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Feb 17 18:07:24 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 14:23:56 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ebf4563d
kde-apps/kleopatra: Add handbook from kdepim/doc subdirectory
Package-Manager: portage-2.2.27
kde-apps/kleopatra/kleopatra-9999.ebuild | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index ab3879f..e82ff84 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -4,6 +4,7 @@
EAPI=6
+KDE_HANDBOOK="true"
KDE_TEST="true"
KMNAME="kdepim"
VIRTUALX_REQUIRED="test"
@@ -57,3 +58,10 @@ if [[ ${KDE_BUILD_TYPE} = live ]] ; then
else
S="${WORKDIR}/${KMNAME}-${PV}/${PN}"
fi
+
+src_prepare() {
+ mv "${WORKDIR}/${P}/doc/${PN}" doc || die "Failed to move handbook"
+ echo "add_subdirectory(doc)" >> CMakeLists.txt || die "Failed to add doc dir"
+
+ kde5_src_prepare
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2016-02-23 14:20 Michael Palimaka
0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2016-02-23 14:20 UTC (permalink / raw
To: gentoo-commits
commit: b2e462d4e891bb2ec966fd414cac684561428644
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Feb 20 12:52:36 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 14:20:36 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b2e462d4
kde-apps/kleopatra: Inject KF5DocTools, add kwatchgnupg doc dir
Small update to RDEPENDs.
Package-Manager: portage-2.2.27
kde-apps/kleopatra/kleopatra-9999.ebuild | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index e82ff84..804ca59 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -47,10 +47,10 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext
"
RDEPEND="${COMMON_DEPEND}
- !kde-apps/kleopatra:4
!kde-apps/kdepim[kdepim_features_kleopatra]
+ !<kde-apps/kdepim-15.12.2-r1
$(add_kdeapps_dep kdepim-runtime)
- app-crypt/gnupg
+ >=app-crypt/gnupg-2.1
"
if [[ ${KDE_BUILD_TYPE} = live ]] ; then
@@ -60,8 +60,18 @@ else
fi
src_prepare() {
- mv "${WORKDIR}/${P}/doc/${PN}" doc || die "Failed to move handbook"
+ # kleopatra subproject does not contain doc nor searches for DocTools
+ # at least until properly split upstream
echo "add_subdirectory(doc)" >> CMakeLists.txt || die "Failed to add doc dir"
+ mkdir doc || die "Failed to create doc dir"
+ mv ../doc/${PN} doc || die "Failed to move handbook"
+ mv ../doc/kwatchgnupg doc || die "Failed to move handbook"
+ cat <<-EOF > doc/CMakeLists.txt
+find_package(KF5DocTools)
+add_subdirectory(${PN})
+add_subdirectory(kwatchgnupg)
+EOF
+
kde5_src_prepare
}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2016-03-07 15:13 Michael Palimaka
0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2016-03-07 15:13 UTC (permalink / raw
To: gentoo-commits
commit: 020ee1cc40938c699ad424e6c5100b0694767c51
Author: Jan Kundrát <jkt <AT> kde <DOT> org>
AuthorDate: Wed Mar 2 14:28:19 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Mar 7 15:13:38 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=020ee1cc
kleopatra: remove unused dependencies
It builds and runs just fine without these packages.
kde-apps/kleopatra/kleopatra-9999.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index 804ca59..702b1e4 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -31,8 +31,6 @@ COMMON_DEPEND="
$(add_frameworks_dep kxmlgui)
$(add_kdeapps_dep gpgmepp)
$(add_kdeapps_dep kmime)
- $(add_kdeapps_dep kpimtextedit)
- $(add_kdeapps_dep libkdepim)
$(add_kdeapps_dep libkleo)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
@@ -49,7 +47,6 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim[kdepim_features_kleopatra]
!<kde-apps/kdepim-15.12.2-r1
- $(add_kdeapps_dep kdepim-runtime)
>=app-crypt/gnupg-2.1
"
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2016-03-07 15:13 Michael Palimaka
0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2016-03-07 15:13 UTC (permalink / raw
To: gentoo-commits
commit: fb629f0856deb2b38e408054918a517a09e9610f
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Mar 6 17:25:31 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Mar 7 15:13:39 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fb629f08
kde-apps/kleopatra: Moved to its own repository
Package-Manager: portage-2.2.27
kde-apps/kleopatra/kleopatra-9999.ebuild | 26 +-------------------------
1 file changed, 1 insertion(+), 25 deletions(-)
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index 702b1e4..f345236 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -6,11 +6,10 @@ EAPI=6
KDE_HANDBOOK="true"
KDE_TEST="true"
-KMNAME="kdepim"
VIRTUALX_REQUIRED="test"
inherit kde5
-DESCRIPTION="KDE X.509 key manager"
+DESCRIPTION="Certificate manager and GUI for OpenPGP and CMS cryptography"
HOMEPAGE="https://www.kde.org/applications/office/kontact/"
KEYWORDS=""
@@ -49,26 +48,3 @@ RDEPEND="${COMMON_DEPEND}
!<kde-apps/kdepim-15.12.2-r1
>=app-crypt/gnupg-2.1
"
-
-if [[ ${KDE_BUILD_TYPE} = live ]] ; then
- S="${WORKDIR}/${P}/${PN}"
-else
- S="${WORKDIR}/${KMNAME}-${PV}/${PN}"
-fi
-
-src_prepare() {
- # kleopatra subproject does not contain doc nor searches for DocTools
- # at least until properly split upstream
- echo "add_subdirectory(doc)" >> CMakeLists.txt || die "Failed to add doc dir"
-
- mkdir doc || die "Failed to create doc dir"
- mv ../doc/${PN} doc || die "Failed to move handbook"
- mv ../doc/kwatchgnupg doc || die "Failed to move handbook"
- cat <<-EOF > doc/CMakeLists.txt
-find_package(KF5DocTools)
-add_subdirectory(${PN})
-add_subdirectory(kwatchgnupg)
-EOF
-
- kde5_src_prepare
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2016-03-11 16:26 Michael Palimaka
0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2016-03-11 16:26 UTC (permalink / raw
To: gentoo-commits
commit: aa21659be5fc59de4104e4cb88b7d268e6ae7940
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 19:49:55 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 16:26:20 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=aa21659b
kde-apps/kleopatra: KDE_HANDBOOK="optional", force tests optional
Package-Manager: portage-2.2.27
kde-apps/kleopatra/kleopatra-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index f345236..54d24ca 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -4,8 +4,8 @@
EAPI=6
-KDE_HANDBOOK="true"
-KDE_TEST="true"
+KDE_HANDBOOK="optional"
+KDE_TEST="forceoptional"
VIRTUALX_REQUIRED="test"
inherit kde5
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2016-04-02 16:06 Michael Palimaka
0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2016-04-02 16:06 UTC (permalink / raw
To: gentoo-commits
commit: c5b972f5efc37e85f5bdb411d9a04573e045338a
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Apr 2 15:30:25 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Apr 2 15:56:10 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c5b972f5
kde-apps/kleopatra: Add missing DEPEND/RDEPEND
Upstream commit e5c38590ce932bae119c9c822b561bd32eaba803
Package-Manager: portage-2.2.27
kde-apps/kleopatra/kleopatra-9999.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index 54d24ca..814c09c 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -34,6 +34,7 @@ COMMON_DEPEND="
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
+ $(add_qt_dep qtprintsupport)
$(add_qt_dep qtwidgets)
>=app-crypt/gpgme-1.3.2
dev-libs/boost:=
@@ -47,4 +48,5 @@ RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim[kdepim_features_kleopatra]
!<kde-apps/kdepim-15.12.2-r1
>=app-crypt/gnupg-2.1
+ app-crypt/paperkey
"
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2016-04-04 22:25 Johannes Huber
0 siblings, 0 replies; 28+ messages in thread
From: Johannes Huber @ 2016-04-04 22:25 UTC (permalink / raw
To: gentoo-commits
commit: 50c9b6b8a0f899bc5dc21d8441eaf1930360f9ee
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 4 22:09:20 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr 4 22:09:20 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=50c9b6b8
kde-apps/kleopatra: EAPI 6
Package-Manager: portage-2.2.28
kde-apps/kleopatra/kleopatra-4.14.11_pre20160211.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211.ebuild b/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211.ebuild
index d8181df..275b69c 100644
--- a/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211.ebuild
+++ b/kde-apps/kleopatra/kleopatra-4.14.11_pre20160211.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
KDE_HANDBOOK="optional"
KMNAME="kdepim"
@@ -18,12 +18,12 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~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
- $(add_kdeapps_dep kdepimlibs 'akonadi(+)')
- $(add_kdeapps_dep kdepim-common-libs)
"
RDEPEND="${DEPEND}
app-crypt/gnupg
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2016-05-11 9:51 Michael Palimaka
0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2016-05-11 9:51 UTC (permalink / raw
To: gentoo-commits
commit: 8c3d8b1fda11e0731f8c5b6c3c563a0fd77b1af1
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat May 7 11:15:53 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun May 8 20:37:23 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c3d8b1f
kde-apps/kleopatra: Fix HOMEPAGE
Package-Manager: portage-2.2.27
kde-apps/kleopatra/kleopatra-16.04.0.ebuild | 2 +-
kde-apps/kleopatra/kleopatra-16.04.49.9999.ebuild | 2 +-
kde-apps/kleopatra/kleopatra-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-apps/kleopatra/kleopatra-16.04.0.ebuild b/kde-apps/kleopatra/kleopatra-16.04.0.ebuild
index e2e03ff..e558059 100644
--- a/kde-apps/kleopatra/kleopatra-16.04.0.ebuild
+++ b/kde-apps/kleopatra/kleopatra-16.04.0.ebuild
@@ -10,7 +10,7 @@ VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Certificate manager and GUI for OpenPGP and CMS cryptography"
-HOMEPAGE="https://www.kde.org/applications/office/kontact/"
+HOMEPAGE="https://www.kde.org/applications/utilities/kleopatra"
KEYWORDS="~amd64 ~x86"
IUSE=""
diff --git a/kde-apps/kleopatra/kleopatra-16.04.49.9999.ebuild b/kde-apps/kleopatra/kleopatra-16.04.49.9999.ebuild
index 54d24ca..3fd28e7 100644
--- a/kde-apps/kleopatra/kleopatra-16.04.49.9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-16.04.49.9999.ebuild
@@ -10,7 +10,7 @@ VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Certificate manager and GUI for OpenPGP and CMS cryptography"
-HOMEPAGE="https://www.kde.org/applications/office/kontact/"
+HOMEPAGE="https://www.kde.org/applications/utilities/kleopatra"
KEYWORDS=""
IUSE=""
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index a8ac4a5..e6d4655 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -11,7 +11,7 @@ VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Certificate manager and GUI for OpenPGP and CMS cryptography"
-HOMEPAGE="https://www.kde.org/applications/office/kontact/"
+HOMEPAGE="https://www.kde.org/applications/utilities/kleopatra"
KEYWORDS=""
IUSE=""
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2016-06-23 11:54 Michael Palimaka
0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2016-06-23 11:54 UTC (permalink / raw
To: gentoo-commits
commit: 49a41f10c6d798b89ce299b862d88466bd08cf37
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 11:54:19 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 11:54:33 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=49a41f10
kde-apps/kleopatra: add temporary Qt subslot operator
Package-Manager: portage-2.3.0_rc1
kde-apps/kleopatra/kleopatra-16.04.2.ebuild | 3 ++-
kde-apps/kleopatra/kleopatra-16.04.49.9999.ebuild | 3 ++-
kde-apps/kleopatra/kleopatra-9999.ebuild | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/kde-apps/kleopatra/kleopatra-16.04.2.ebuild b/kde-apps/kleopatra/kleopatra-16.04.2.ebuild
index e558059..500adfa 100644
--- a/kde-apps/kleopatra/kleopatra-16.04.2.ebuild
+++ b/kde-apps/kleopatra/kleopatra-16.04.2.ebuild
@@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
+# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
COMMON_DEPEND="
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kcodecs)
@@ -32,7 +33,7 @@ COMMON_DEPEND="
$(add_kdeapps_dep kmime)
$(add_kdeapps_dep libkleo)
$(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
+ $(add_qt_dep qtgui '' '' '5=')
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)
>=app-crypt/gpgme-1.3.2
diff --git a/kde-apps/kleopatra/kleopatra-16.04.49.9999.ebuild b/kde-apps/kleopatra/kleopatra-16.04.49.9999.ebuild
index 3fd28e7..06959ad 100644
--- a/kde-apps/kleopatra/kleopatra-16.04.49.9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-16.04.49.9999.ebuild
@@ -15,6 +15,7 @@ KEYWORDS=""
IUSE=""
+# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
COMMON_DEPEND="
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kcodecs)
@@ -32,7 +33,7 @@ COMMON_DEPEND="
$(add_kdeapps_dep kmime)
$(add_kdeapps_dep libkleo)
$(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
+ $(add_qt_dep qtgui '' '' '5=')
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)
>=app-crypt/gpgme-1.3.2
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index e6d4655..5331f26 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -16,6 +16,7 @@ KEYWORDS=""
IUSE=""
+# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
COMMON_DEPEND="
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kcodecs)
@@ -33,7 +34,7 @@ COMMON_DEPEND="
$(add_kdeapps_dep kmime)
$(add_kdeapps_dep libkleo)
$(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
+ $(add_qt_dep qtgui '' '' '5=')
$(add_qt_dep qtnetwork)
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtwidgets)
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2016-07-16 18:59 Johannes Huber
0 siblings, 0 replies; 28+ messages in thread
From: Johannes Huber @ 2016-07-16 18:59 UTC (permalink / raw
To: gentoo-commits
commit: e7fc03312c8142a0147aa211d9946eed93c6fd6e
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Jul 11 20:58:05 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 18:57:30 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e7fc0331
kde-apps/kleopatra: Fix DEPENDs
Drop unused dependency app-crypt/gpgme
commit 7dfe5e49299d02a7539047f8459c4c75ae803eec
Making kwatchgnupg optional saves no dependencies at this point.
Package-Manager: portage-2.2.28
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
kde-apps/kleopatra/kleopatra-9999.ebuild | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index 6ced84c..07b5f5a 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -18,7 +18,7 @@ KEYWORDS=""
IUSE=""
# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
-COMMON_DEPEND="
+DEPEND="
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kconfig)
@@ -29,6 +29,7 @@ COMMON_DEPEND="
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
$(add_kdeapps_dep gpgmepp)
@@ -39,17 +40,11 @@ COMMON_DEPEND="
$(add_qt_dep qtnetwork)
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtwidgets)
- >=app-crypt/gpgme-1.3.2
dev-libs/boost:=
dev-libs/libassuan
dev-libs/libgpg-error
"
-DEPEND="${COMMON_DEPEND}
- sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
- !kde-apps/kdepim[kdepim_features_kleopatra]
- !<kde-apps/kdepim-15.12.2-r1
+RDEPEND="${DEPEND}
>=app-crypt/gnupg-2.1
app-crypt/paperkey
"
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2016-07-23 18:49 Michael Palimaka
0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2016-07-23 18:49 UTC (permalink / raw
To: gentoo-commits
commit: d2c8c8189b40eb703e7226426664e3593b659171
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Jul 23 18:05:38 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 18:09:09 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d2c8c818
kde-apps/kleopatra: Add new DEPEND
Upstream commit 1e20795fc16b18ee0da2abc6b05e0793b49d0884
Package-Manager: portage-2.2.28
kde-apps/kleopatra/kleopatra-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index 07b5f5a..38f1ef5 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -27,6 +27,7 @@ DEPEND="
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kitemmodels)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwidgetsaddons)
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2016-10-13 11:23 Michael Palimaka
0 siblings, 0 replies; 28+ messages in thread
From: Michael Palimaka @ 2016-10-13 11:23 UTC (permalink / raw
To: gentoo-commits
commit: 0c94634e7c7484c5d33049ae05a5e741d8c6bda5
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 11:21:22 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 11:22:59 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c94634e
kde-apps/kleopatra: gpgmepp -> gpgme[qt5]
Upstream-commit: 920027ccdaad7420c37057cbb244095e898ca7d8
Package-Manager: portage-2.3.2
kde-apps/kleopatra/kleopatra-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index 95810f3..8e104a2 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -32,7 +32,6 @@ DEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep gpgmepp)
$(add_kdeapps_dep kmime)
$(add_kdeapps_dep libkleo)
$(add_qt_dep qtdbus)
@@ -40,6 +39,7 @@ DEPEND="
$(add_qt_dep qtnetwork)
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtwidgets)
+ >=app-crypt/gpgme-1.7.1[cxx,qt5]
dev-libs/boost:=
dev-libs/libassuan
dev-libs/libgpg-error
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2016-12-02 21:05 Johannes Huber
0 siblings, 0 replies; 28+ messages in thread
From: Johannes Huber @ 2016-12-02 21:05 UTC (permalink / raw
To: gentoo-commits
commit: 3904ffeafdd82d3273ea770dbaea7fe73ff474a6
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 2 21:03:31 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Dec 2 21:04:41 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3904ffea
kde-apps/kleopatra: Block kde-apps/gpgmepp:5
Fixes build because of header mismatch with app-crypt/gpgme.
Package-Manager: portage-2.3.2
kde-apps/kleopatra/kleopatra-16.12.49.9999.ebuild | 1 +
kde-apps/kleopatra/kleopatra-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-apps/kleopatra/kleopatra-16.12.49.9999.ebuild b/kde-apps/kleopatra/kleopatra-16.12.49.9999.ebuild
index 8e104a2..d61d851 100644
--- a/kde-apps/kleopatra/kleopatra-16.12.49.9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-16.12.49.9999.ebuild
@@ -47,4 +47,5 @@ DEPEND="
RDEPEND="${DEPEND}
>=app-crypt/gnupg-2.1
app-crypt/paperkey
+ !kde-apps/gpgmepp:5
"
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index 8e104a2..d61d851 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -47,4 +47,5 @@ DEPEND="
RDEPEND="${DEPEND}
>=app-crypt/gnupg-2.1
app-crypt/paperkey
+ !kde-apps/gpgmepp:5
"
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2016-12-21 17:24 Johannes Huber
0 siblings, 0 replies; 28+ messages in thread
From: Johannes Huber @ 2016-12-21 17:24 UTC (permalink / raw
To: gentoo-commits
commit: b189bd4964e8810486d75123a8b7c324311fc449
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 17:24:02 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 17:24:02 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b189bd49
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.49.9999.ebuild | 1 -
kde-apps/kleopatra/kleopatra-9999.ebuild | 1 -
2 files changed, 2 deletions(-)
diff --git a/kde-apps/kleopatra/kleopatra-16.12.49.9999.ebuild b/kde-apps/kleopatra/kleopatra-16.12.49.9999.ebuild
index d61d851..8e104a2 100644
--- a/kde-apps/kleopatra/kleopatra-16.12.49.9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-16.12.49.9999.ebuild
@@ -47,5 +47,4 @@ DEPEND="
RDEPEND="${DEPEND}
>=app-crypt/gnupg-2.1
app-crypt/paperkey
- !kde-apps/gpgmepp:5
"
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index d61d851..8e104a2 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.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] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2018-02-01 1:05 Andreas Sturmlechner
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2018-02-01 1:05 UTC (permalink / raw
To: gentoo-commits
commit: 05b76304989191fb578060922335c55883886a89
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 1 00:01:53 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 1 00:08:20 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=05b76304
kde-apps/kleopatra: Restrict tests
Reported-by: Paolo Pedroni <paolo.pedroni <AT> iol.it>
Bug: https://bugs.gentoo.org/641720
Package-Manager: Portage-2.3.21, Repoman-2.3.6
kde-apps/kleopatra/kleopatra-17.12.49.9999.ebuild | 3 +++
kde-apps/kleopatra/kleopatra-9999.ebuild | 3 +++
2 files changed, 6 insertions(+)
diff --git a/kde-apps/kleopatra/kleopatra-17.12.49.9999.ebuild b/kde-apps/kleopatra/kleopatra-17.12.49.9999.ebuild
index 0383bc0190..b567b6a071 100644
--- a/kde-apps/kleopatra/kleopatra-17.12.49.9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-17.12.49.9999.ebuild
@@ -47,3 +47,6 @@ RDEPEND="${DEPEND}
>=app-crypt/gnupg-2.1
app-crypt/paperkey
"
+
+# tests completely broken, bug #641720
+RESTRICT+=" test"
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index 0383bc0190..b567b6a071 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.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] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2019-04-27 19:08 Andreas Sturmlechner
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2019-04-27 19:08 UTC (permalink / raw
To: gentoo-commits
commit: 93c8df86c35f14e77d962d01ed5f779577608c94
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 19:07:55 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 19:07:55 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=93c8df86
kde-apps/kleopatra: Raise min app-crypt/gpgme to 1.11.1
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kleopatra/kleopatra-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index 5cec73b3ba..436021a16b 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -37,7 +37,7 @@ DEPEND="
$(add_qt_dep qtnetwork)
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtwidgets)
- >=app-crypt/gpgme-1.7.1[cxx,qt5]
+ >=app-crypt/gpgme-1.11.1[cxx,qt5]
dev-libs/boost:=
dev-libs/libassuan
dev-libs/libgpg-error
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2020-12-29 16:03 Andreas Sturmlechner
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2020-12-29 16:03 UTC (permalink / raw
To: gentoo-commits
commit: df7bc40bdc41585246a5ca61081b990a400ed52e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 15:41:34 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 15:41:34 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=df7bc40b
kde-apps/kleopatra: Raise minimum app-crypt/gpgme version
Upstream commit 9e475a6f35737f2feacd25ca8967619089c0b849
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kleopatra/kleopatra-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index 142708dd6b..31fe5be9f3 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -20,7 +20,7 @@ KEYWORDS=""
IUSE=""
DEPEND="
- >=app-crypt/gpgme-1.11.1[cxx,qt5]
+ >=app-crypt/gpgme-1.13.1[cxx,qt5]
dev-libs/boost:=
dev-libs/libassuan
dev-libs/libgpg-error
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2022-02-17 19:00 Sam James
0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2022-02-17 19:00 UTC (permalink / raw
To: gentoo-commits
commit: 3d3f156c806652672c40ea028001b4e7e408eabc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 17 18:55:27 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 17 18:55:27 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3d3f156c
kde-apps/kleopatra: add subslot dependency on gpgme
gpgme broke ABI
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-apps/kleopatra/kleopatra-21.12.49.9999.ebuild | 2 +-
kde-apps/kleopatra/kleopatra-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kleopatra/kleopatra-21.12.49.9999.ebuild b/kde-apps/kleopatra/kleopatra-21.12.49.9999.ebuild
index 04f08b3bae..19abfec1b2 100644
--- a/kde-apps/kleopatra/kleopatra-21.12.49.9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-21.12.49.9999.ebuild
@@ -20,7 +20,7 @@ KEYWORDS=""
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-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index 04f08b3bae..19abfec1b2 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -20,7 +20,7 @@ KEYWORDS=""
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] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2022-03-24 14:53 Andreas Sturmlechner
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2022-03-24 14:53 UTC (permalink / raw
To: gentoo-commits
commit: 1fc8bd5decdfb6897e17d416b1b7a57eec370412
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 13:19:52 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 14:53:10 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1fc8bd5d
kde-apps/kleopatra: Drop unused DEPEND
Upstream commit 39d95e570eab2bede7634b23eefcc3d82b62ec7a
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kleopatra/kleopatra-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index d14226e6b1..1eb7efbbff 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -21,7 +21,6 @@ IUSE=""
DEPEND="
>=app-crypt/gpgme-1.16.0:=[cxx,qt5]
- dev-libs/boost:=
dev-libs/libassuan
dev-libs/libgpg-error
>=dev-qt/qtdbus-${QTMIN}:5
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2023-08-06 20:39 Andreas Sturmlechner
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2023-08-06 20:39 UTC (permalink / raw
To: gentoo-commits
commit: 74175e939d9e1037e654d2f159c3be0cc925fde9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 6 19:43:34 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 6 19:43:34 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=74175e93
kde-apps/kleopatra: Add new dependencies
Upstream commits:
32a30acd7d41d0f6aeffc95d1d5da10d33e74276
916ddcd83589bd6fe0930a1edbd11bd836c4a0e1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kleopatra/kleopatra-9999.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index a535603a28..ceeb28dece 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -40,6 +40,7 @@ DEPEND="
>=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kiconthemes-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/kitemmodels-${KFMIN}:5
>=kde-frameworks/knotifications-${KFMIN}:5
>=kde-frameworks/ktextwidgets-${KFMIN}:5
@@ -47,6 +48,7 @@ DEPEND="
>=kde-frameworks/kwindowsystem-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
pim? (
+ >=kde-apps/akonadi-mime-${PVCUT}:5
>=kde-apps/kidentitymanagement-${PVCUT}:5
>=kde-apps/kmailtransport-${PVCUT}:5
)
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2023-08-26 8:41 Andreas Sturmlechner
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2023-08-26 8:41 UTC (permalink / raw
To: gentoo-commits
commit: 66e19d1103769e3dfbb517fe86fb6d357e64feed
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:41:05 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=66e19d11
kde-apps/kleopatra: Fixup cmake args
Follow-up to commit 74175e939d9e1037e654d2f159c3be0cc925fde9
Bug: https://bugs.gentoo.org/913039
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kleopatra/kleopatra-23.08.49.9999.ebuild | 2 +-
kde-apps/kleopatra/kleopatra-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kleopatra/kleopatra-23.08.49.9999.ebuild b/kde-apps/kleopatra/kleopatra-23.08.49.9999.ebuild
index ceeb28dece..766e61a278 100644
--- a/kde-apps/kleopatra/kleopatra-23.08.49.9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-23.08.49.9999.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
}
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index ceeb28dece..766e61a278 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.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] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2024-01-07 17:31 Andreas Sturmlechner
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2024-01-07 17:31 UTC (permalink / raw
To: gentoo-commits
commit: 46aa0a0a44979635373c5457e9cca16446e62bb0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 7 17:28:20 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 7 17:28:20 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=46aa0a0a
kde-apps/kleopatra: Add new dependency
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kleopatra/kleopatra-24.02.49.9999.ebuild | 1 +
kde-apps/kleopatra/kleopatra-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-apps/kleopatra/kleopatra-24.02.49.9999.ebuild b/kde-apps/kleopatra/kleopatra-24.02.49.9999.ebuild
index f76555e2a2..511c0b01e4 100644
--- a/kde-apps/kleopatra/kleopatra-24.02.49.9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-24.02.49.9999.ebuild
@@ -28,6 +28,7 @@ DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/libkleo-${PVCUT}:6
+ >=kde-apps/mimetreeparser-${PVCUT}:6
>=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index f76555e2a2..511c0b01e4 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -28,6 +28,7 @@ DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/libkleo-${PVCUT}:6
+ >=kde-apps/mimetreeparser-${PVCUT}:6
>=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2024-05-17 19:50 Andreas Sturmlechner
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2024-05-17 19:50 UTC (permalink / raw
To: gentoo-commits
commit: db5d67f4fc60449b3c70691cac80eac85830ee37
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 19:26:42 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 17 19:26:42 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=db5d67f4
kde-apps/kleopatra: Drop unused dependency
Upstream commit 7a1acad9150e0fc62aa94454eeeb7391034edf2f
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kleopatra/kleopatra-24.04.90.ebuild | 1 -
kde-apps/kleopatra/kleopatra-24.05.49.9999.ebuild | 1 -
kde-apps/kleopatra/kleopatra-9999.ebuild | 1 -
3 files changed, 3 deletions(-)
diff --git a/kde-apps/kleopatra/kleopatra-24.04.90.ebuild b/kde-apps/kleopatra/kleopatra-24.04.90.ebuild
index 65810e4e9f..9d04f7aad3 100644
--- a/kde-apps/kleopatra/kleopatra-24.04.90.ebuild
+++ b/kde-apps/kleopatra/kleopatra-24.04.90.ebuild
@@ -29,7 +29,6 @@ DEPEND="
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/libkleo-${PVCUT}:6
>=kde-apps/mimetreeparser-${PVCUT}:6
- >=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
diff --git a/kde-apps/kleopatra/kleopatra-24.05.49.9999.ebuild b/kde-apps/kleopatra/kleopatra-24.05.49.9999.ebuild
index a1539933df..11d8858f38 100644
--- a/kde-apps/kleopatra/kleopatra-24.05.49.9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-24.05.49.9999.ebuild
@@ -29,7 +29,6 @@ DEPEND="
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/libkleo-${PVCUT}:6
>=kde-apps/mimetreeparser-${PVCUT}:6
- >=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index a1539933df..11d8858f38 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -29,7 +29,6 @@ DEPEND="
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/libkleo-${PVCUT}:6
>=kde-apps/mimetreeparser-${PVCUT}:6
- >=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kcodecs-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2024-06-01 5:58 Andreas Sturmlechner
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2024-06-01 5:58 UTC (permalink / raw
To: gentoo-commits
commit: 31fddcd14265f109c24d88d4caa059a66d346507
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 1 05:51:27 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 1 05:58:34 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=31fddcd1
kde-apps/kleopatra: Add missing dependency
Upstream commit 86bbd1e7df60b1a03795ecc483dde58d61b705e7
Closes: https://bugs.gentoo.org/933287
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kleopatra/kleopatra-24.05.49.9999.ebuild | 1 +
kde-apps/kleopatra/kleopatra-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-apps/kleopatra/kleopatra-24.05.49.9999.ebuild b/kde-apps/kleopatra/kleopatra-24.05.49.9999.ebuild
index 11d8858f38..5d135345d1 100644
--- a/kde-apps/kleopatra/kleopatra-24.05.49.9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-24.05.49.9999.ebuild
@@ -39,6 +39,7 @@ DEPEND="
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kitemmodels-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index 4509fd4db5..c376e9cbc2 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.ebuild
@@ -39,6 +39,7 @@ DEPEND="
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kitemmodels-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2024-06-23 1:50 Sam James
0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2024-06-23 1:50 UTC (permalink / raw
To: gentoo-commits
commit: 1fa3be4a2d86ccd8807faa05c554ce1292abd918
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 01:50:08 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 01:50:08 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1fa3be4a
kde-apps/kleopatra: subscribe to libassuan subslot
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-apps/kleopatra/kleopatra-24.05.49.9999.ebuild | 2 +-
kde-apps/kleopatra/kleopatra-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kleopatra/kleopatra-24.05.49.9999.ebuild b/kde-apps/kleopatra/kleopatra-24.05.49.9999.ebuild
index 9a8bc9fac6..4059c1012c 100644
--- a/kde-apps/kleopatra/kleopatra-24.05.49.9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-24.05.49.9999.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
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index 9a8bc9fac6..4059c1012c 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.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] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2024-07-07 21:14 Andreas Sturmlechner
0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2024-07-07 21:14 UTC (permalink / raw
To: gentoo-commits
commit: 41fbb189747ab0271669a72b9c3b1bce2d252cc6
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:13:57 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=41fbb189
kde-apps/kleopatra: Fix IUSE pim cmake args
Upstream commit 073acb1f54d8dd21f3c903345cca14d45f629087
Bug: https://bugs.gentoo.org/935710
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kleopatra/kleopatra-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index 4059c1012c..56bfd748a7 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.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] 28+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/
@ 2024-07-08 14:01 Sam James
0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2024-07-08 14:01 UTC (permalink / raw
To: gentoo-commits
commit: bf94c38c2daea793bd175d7117c8c3f9c434b411
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:01:35 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bf94c38c
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-9999.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild
index 56bfd748a7..49f1188344 100644
--- a/kde-apps/kleopatra/kleopatra-9999.ebuild
+++ b/kde-apps/kleopatra/kleopatra-9999.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] 28+ messages in thread
end of thread, other threads:[~2024-07-08 14:02 UTC | newest]
Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-09 10:55 [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2016-02-18 14:44 Michael Palimaka
2016-02-23 14:20 Michael Palimaka
2016-03-07 15:13 Michael Palimaka
2016-03-07 15:13 Michael Palimaka
2016-03-11 16:26 Michael Palimaka
2016-04-02 16:06 Michael Palimaka
2016-04-04 22:25 Johannes Huber
2016-05-11 9:51 Michael Palimaka
2016-06-23 11:54 Michael Palimaka
2016-07-16 18:59 Johannes Huber
2016-07-23 18:49 Michael Palimaka
2016-10-13 11:23 Michael Palimaka
2016-12-02 21:05 Johannes Huber
2016-12-21 17:24 Johannes Huber
2018-02-01 1:05 Andreas Sturmlechner
2019-04-27 19:08 Andreas Sturmlechner
2020-12-29 16:03 Andreas Sturmlechner
2022-02-17 19:00 Sam James
2022-03-24 14:53 Andreas Sturmlechner
2023-08-06 20:39 Andreas Sturmlechner
2023-08-26 8:41 Andreas Sturmlechner
2024-01-07 17:31 Andreas Sturmlechner
2024-05-17 19:50 Andreas Sturmlechner
2024-06-01 5:58 Andreas Sturmlechner
2024-06-23 1:50 Sam James
2024-07-07 21:14 Andreas Sturmlechner
2024-07-08 14:01 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox