* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2016-03-21 15:58 Johannes Huber
0 siblings, 0 replies; 39+ messages in thread
From: Johannes Huber @ 2016-03-21 15:58 UTC (permalink / raw
To: gentoo-commits
commit: b4f6ee8dbeb7589503342e53bb34dc6bbbfd7ad7
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 15:52:37 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 15:52:37 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b4f6ee8d
kde-apps/kmail: Shorten DESCRIPTION
Package-Manager: portage-2.2.28
kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
index 6ac7823..80418ac 100644
--- a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
+++ b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
@@ -10,7 +10,7 @@ EGIT_BRANCH="KDE/4.14"
VIRTUALX_REQUIRED=test
inherit flag-o-matic kde4-meta
-DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE"
+DESCRIPTION="Email component of Kontact, the integrated personal information manager of KDE"
HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
COMMIT_ID="2aec255c6465676404e4694405c153e485e477d9"
SRC_URI="https://quickgit.kde.org/?p=kdepim.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${KMNAME}-${PV}.tar.gz"
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2016-04-04 22:25 Johannes Huber
0 siblings, 0 replies; 39+ messages in thread
From: Johannes Huber @ 2016-04-04 22:25 UTC (permalink / raw
To: gentoo-commits
commit: 7297d41540c52d34b4531c77b1b1b1efc11329e0
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 4 22:16:01 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr 4 22:16:01 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7297d415
kde-apps/kmail: EAPI 6
Package-Manager: portage-2.2.28
kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
index 80418ac..01b404c 100644
--- a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
+++ b/kde-apps/kmail/kmail-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"
@@ -20,8 +20,8 @@ IUSE="debug"
DEPEND="
$(add_kdeapps_dep kdepimlibs 'akonadi(+)')
- $(add_kdeapps_dep korganizer)
$(add_kdeapps_dep kdepim-common-libs)
+ $(add_kdeapps_dep korganizer)
"
RDEPEND="
${DEPEND}
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2016-05-11 9:51 Michael Palimaka
0 siblings, 0 replies; 39+ messages in thread
From: Michael Palimaka @ 2016-05-11 9:51 UTC (permalink / raw
To: gentoo-commits
commit: c2f41f0529fcefa9a43169f61a0f2f5f0cc43065
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Apr 23 20:06:07 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun May 8 20:37:08 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c2f41f05
kde-apps/kmail: Add split ebuild
Package-Manager: portage-2.2.27
kde-apps/kmail/kmail-9999.ebuild | 124 +++++++++++++++++++++++++++++++++++++++
kde-apps/kmail/metadata.xml | 8 +--
2 files changed, 128 insertions(+), 4 deletions(-)
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
new file mode 100644
index 0000000..0e8faa6
--- /dev/null
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -0,0 +1,124 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_PIM_KONTACTPLUGIN="true"
+KDE_TEST="forceoptional"
+KMNAME="kdepim"
+QT_MINIMAL="5.6.0"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Email component of Kontact, the integrated personal information manager of KDE"
+HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kbookmarks)
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kjobwidgets)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep knotifyconfig)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep sonnet)
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep akonadi-contact)
+ $(add_kdeapps_dep akonadi-mime)
+ $(add_kdeapps_dep akonadi-search)
+ $(add_kdeapps_dep gpgmepp)
+ $(add_kdeapps_dep kcalcore)
+ $(add_kdeapps_dep kcontacts)
+ $(add_kdeapps_dep kdepim-apps-libs)
+ $(add_kdeapps_dep kidentitymanagement)
+ $(add_kdeapps_dep kmailtransport)
+ $(add_kdeapps_dep kmime)
+ $(add_kdeapps_dep kontactinterface)
+ $(add_kdeapps_dep kpimtextedit)
+ $(add_kdeapps_dep libgravatar)
+ $(add_kdeapps_dep libkdepim)
+ $(add_kdeapps_dep libkleo)
+ $(add_kdeapps_dep libksieve)
+ $(add_kdeapps_dep mailcommon)
+ $(add_kdeapps_dep messagelib)
+ $(add_kdeapps_dep pimcommon)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwebengine 'widgets')
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+"
+DEPEND="${COMMON_DEPEND}
+ $(add_kdeapps_dep kcalutils)
+ $(add_kdeapps_dep kldap)
+ dev-libs/boost:=
+ dev-libs/libxslt
+ test? ( $(add_kdeapps_dep akonadi 'sqlite,tools') )
+"
+RDEPEND="${COMMON_DEPEND}
+ !kde-apps/kdepim:5
+ !kde-apps/kdepim-common-libs:4
+"
+
+if [[ ${KDE_BUILD_TYPE} = live ]] ; then
+ S="${WORKDIR}/${P}/${PN}"
+else
+ S="${WORKDIR}/${KMNAME}-${PV}/${PN}"
+fi
+
+src_prepare() {
+ # kmail subproject does not contain doc
+ # 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/akonadi_archivemail_agent doc || die "Failed to move handbook"
+ mv ../doc/akonadi_followupreminder_agent doc || die "Failed to move handbook"
+ mv ../doc/akonadi_sendlater_agent doc || die "Failed to move handbook"
+ cat <<-EOF > doc/CMakeLists.txt
+add_subdirectory(${PN})
+add_subdirectory(akonadi_archivemail_agent)
+add_subdirectory(akonadi_followupreminder_agent)
+add_subdirectory(akonadi_sendlater_agent)
+EOF
+
+ kde5_src_prepare
+}
+
+pkg_postinst() {
+ kde5_pkg_postinst
+
+ if ! has_version "kde-apps/kdepim-addons:${SLOT}" ; then
+ echo
+ elog "Install kde-apps/kdepim-addons:${SLOT} for fancy e-mail headers and various useful plugins."
+ echo
+ fi
+
+ if ! has_version "kde-apps/kleopatra:${SLOT}" ; then
+ echo
+ elog "Install kde-apps/kleopatra:${SLOT} to get a crypto config and certificate details GUI."
+ echo
+ fi
+}
diff --git a/kde-apps/kmail/metadata.xml b/kde-apps/kmail/metadata.xml
index 0cf5922..2fdbf33 100644
--- a/kde-apps/kmail/metadata.xml
+++ b/kde-apps/kmail/metadata.xml
@@ -1,8 +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>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2016-06-23 11:54 Michael Palimaka
0 siblings, 0 replies; 39+ messages in thread
From: Michael Palimaka @ 2016-06-23 11:54 UTC (permalink / raw
To: gentoo-commits
commit: 47c43954c085cb5146cb393dbe9f25c717624390
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 11:39:43 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=47c43954
kde-apps/kmail: raise QT_MINIMAL
Raising QT_MINIMAL to 5.6.1 will handle a build-time QT_VERSION_CHECK in kmail.
Package-Manager: portage-2.3.0_rc1
kde-apps/kmail/kmail-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index 45092c8..183fd06 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=6
KDE_HANDBOOK="forceoptional"
KDE_TEST="forceoptional"
KMNAME="kdepim"
-QT_MINIMAL="5.6.0"
+QT_MINIMAL="5.6.1"
VIRTUALX_REQUIRED="test"
inherit kde5
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2016-08-05 17:28 Michael Palimaka
0 siblings, 0 replies; 39+ messages in thread
From: Michael Palimaka @ 2016-08-05 17:28 UTC (permalink / raw
To: gentoo-commits
commit: cebe44be8a7436bda3661ff50e91cb794ef3ab83
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 5 17:28:37 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Aug 5 17:28:41 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cebe44be
kde-apps/kmail: require at least gcc-4.9
Gentoo-bug: 590496
Package-Manager: portage-2.3.0
kde-apps/kmail/kmail-16.07.80.ebuild | 1 +
kde-apps/kmail/kmail-16.08.49.9999.ebuild | 1 +
kde-apps/kmail/kmail-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-apps/kmail/kmail-16.07.80.ebuild b/kde-apps/kmail/kmail-16.07.80.ebuild
index ac69a40..6c79ba1 100644
--- a/kde-apps/kmail/kmail-16.07.80.ebuild
+++ b/kde-apps/kmail/kmail-16.07.80.ebuild
@@ -4,6 +4,7 @@
EAPI=6
+KDE_GCC_MINIMAL="4.9"
KDE_HANDBOOK="forceoptional"
KDE_TEST="forceoptional"
KMNAME="kdepim"
diff --git a/kde-apps/kmail/kmail-16.08.49.9999.ebuild b/kde-apps/kmail/kmail-16.08.49.9999.ebuild
index 447a4b0..1a79144 100644
--- a/kde-apps/kmail/kmail-16.08.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-16.08.49.9999.ebuild
@@ -4,6 +4,7 @@
EAPI=6
+KDE_GCC_MINIMAL="4.9"
KDE_HANDBOOK="forceoptional"
KDE_TEST="forceoptional"
KMNAME="kdepim"
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index 447a4b0..1a79144 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -4,6 +4,7 @@
EAPI=6
+KDE_GCC_MINIMAL="4.9"
KDE_HANDBOOK="forceoptional"
KDE_TEST="forceoptional"
KMNAME="kdepim"
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2016-08-10 15:35 Michael Palimaka
0 siblings, 0 replies; 39+ messages in thread
From: Michael Palimaka @ 2016-08-10 15:35 UTC (permalink / raw
To: gentoo-commits
commit: fd41845d5a31274bbca34428b156d37fa55afdff
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Aug 10 07:41:43 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 15:35:17 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fd41845d
kde-apps/kmail: Build with <GCC-4.9 was fixed
...in mailcommon.git commit c9f2d74b5bcf46e9fccc4cd451cd129e3b2462fe
Package-Manager: portage-2.2.28
kde-apps/kmail/kmail-16.08.49.9999.ebuild | 1 -
kde-apps/kmail/kmail-9999.ebuild | 1 -
2 files changed, 2 deletions(-)
diff --git a/kde-apps/kmail/kmail-16.08.49.9999.ebuild b/kde-apps/kmail/kmail-16.08.49.9999.ebuild
index 1a79144..447a4b0 100644
--- a/kde-apps/kmail/kmail-16.08.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-16.08.49.9999.ebuild
@@ -4,7 +4,6 @@
EAPI=6
-KDE_GCC_MINIMAL="4.9"
KDE_HANDBOOK="forceoptional"
KDE_TEST="forceoptional"
KMNAME="kdepim"
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index 1a79144..447a4b0 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -4,7 +4,6 @@
EAPI=6
-KDE_GCC_MINIMAL="4.9"
KDE_HANDBOOK="forceoptional"
KDE_TEST="forceoptional"
KMNAME="kdepim"
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2016-08-31 14:33 Michael Palimaka
0 siblings, 0 replies; 39+ messages in thread
From: Michael Palimaka @ 2016-08-31 14:33 UTC (permalink / raw
To: gentoo-commits
commit: f0e93f5b870eb814228571638ed64c3762e4753a
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Aug 30 13:06:52 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 14:33:29 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f0e93f5b
kde-apps/kmail: Moved to its own repository
Fix DESCRIPTION.
Package-Manager: portage-2.2.28
kde-apps/kmail/kmail-16.08.0.ebuild | 2 +-
kde-apps/kmail/kmail-16.08.49.9999.ebuild | 2 +-
kde-apps/kmail/kmail-9999.ebuild | 23 +----------------------
3 files changed, 3 insertions(+), 24 deletions(-)
diff --git a/kde-apps/kmail/kmail-16.08.0.ebuild b/kde-apps/kmail/kmail-16.08.0.ebuild
index ac69a40..f99dfaf 100644
--- a/kde-apps/kmail/kmail-16.08.0.ebuild
+++ b/kde-apps/kmail/kmail-16.08.0.ebuild
@@ -10,7 +10,7 @@ KMNAME="kdepim"
VIRTUALX_REQUIRED="test"
inherit kde5
-DESCRIPTION="Email component of Kontact, the integrated personal information manager by KDE"
+DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes."
HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
diff --git a/kde-apps/kmail/kmail-16.08.49.9999.ebuild b/kde-apps/kmail/kmail-16.08.49.9999.ebuild
index 447a4b0..5dba7cb 100644
--- a/kde-apps/kmail/kmail-16.08.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-16.08.49.9999.ebuild
@@ -10,7 +10,7 @@ KMNAME="kdepim"
VIRTUALX_REQUIRED="test"
inherit kde5
-DESCRIPTION="Email component of Kontact, the integrated personal information manager by KDE"
+DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes."
HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
KEYWORDS=""
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index 447a4b0..b048106 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -6,11 +6,10 @@ EAPI=6
KDE_HANDBOOK="forceoptional"
KDE_TEST="forceoptional"
-KMNAME="kdepim"
VIRTUALX_REQUIRED="test"
inherit kde5
-DESCRIPTION="Email component of Kontact, the integrated personal information manager by KDE"
+DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes."
HOMEPAGE="https://www.kde.org/applications/internet/kmail/"
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
KEYWORDS=""
@@ -80,26 +79,6 @@ RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim-common-libs:4
"
-src_prepare() {
- # kmail subproject does not contain doc
- # 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/akonadi_archivemail_agent doc || die "Failed to move handbook"
- mv ../doc/akonadi_followupreminder_agent doc || die "Failed to move handbook"
- mv ../doc/akonadi_sendlater_agent doc || die "Failed to move handbook"
- cat <<-EOF > doc/CMakeLists.txt
-add_subdirectory(${PN})
-add_subdirectory(akonadi_archivemail_agent)
-add_subdirectory(akonadi_followupreminder_agent)
-add_subdirectory(akonadi_sendlater_agent)
-EOF
-
- kde5_src_prepare
-}
-
pkg_postinst() {
kde5_pkg_postinst
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2016-10-07 16:02 Michael Palimaka
0 siblings, 0 replies; 39+ messages in thread
From: Michael Palimaka @ 2016-10-07 16:02 UTC (permalink / raw
To: gentoo-commits
commit: 7568b0e0cb4eca532a88db61d055831b7f459bbe
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 7 16:01:45 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 7 16:01:50 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7568b0e0
kde-apps/kmail: require at least Qt 5.7.0
Qt 5.7.0 is required to fully resolve CVE-2016-7968.
Gentoo-bug: 596228
Package-Manager: portage-2.3.1
kde-apps/kmail/kmail-16.08.49.9999.ebuild | 1 +
kde-apps/kmail/kmail-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-apps/kmail/kmail-16.08.49.9999.ebuild b/kde-apps/kmail/kmail-16.08.49.9999.ebuild
index 5dba7cb..bff26f8 100644
--- a/kde-apps/kmail/kmail-16.08.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-16.08.49.9999.ebuild
@@ -7,6 +7,7 @@ EAPI=6
KDE_HANDBOOK="forceoptional"
KDE_TEST="forceoptional"
KMNAME="kdepim"
+QT_MINIMAL="5.7.0"
VIRTUALX_REQUIRED="test"
inherit kde5
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index b048106..bb6cdc3 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -6,6 +6,7 @@ EAPI=6
KDE_HANDBOOK="forceoptional"
KDE_TEST="forceoptional"
+QT_MINIMAL="5.7.0"
VIRTUALX_REQUIRED="test"
inherit kde5
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2016-10-13 11:41 Michael Palimaka
0 siblings, 0 replies; 39+ messages in thread
From: Michael Palimaka @ 2016-10-13 11:41 UTC (permalink / raw
To: gentoo-commits
commit: cd7b306cb295dfae922fa28747389e47335ed7af
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 11:26:47 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 11:41:09 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cd7b306c
kde-apps/kmail: gpgmepp -> gpgme[qt5]
Upstream-commit: 1fbeac63d4ebda87c50dcbdbd40b64bbcc128940
Package-Manager: portage-2.3.2
kde-apps/kmail/kmail-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index dcebd87..cdabb23 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -45,7 +45,6 @@ COMMON_DEPEND="
$(add_kdeapps_dep akonadi-contacts)
$(add_kdeapps_dep akonadi-mime)
$(add_kdeapps_dep akonadi-search)
- $(add_kdeapps_dep gpgmepp)
$(add_kdeapps_dep kcalcore)
$(add_kdeapps_dep kcontacts)
$(add_kdeapps_dep kdepim-apps-libs)
@@ -67,6 +66,7 @@ COMMON_DEPEND="
$(add_qt_dep qtwebengine 'widgets')
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
+ >=app-crypt/gpgme-1.7.1[cxx,qt5]
"
DEPEND="${COMMON_DEPEND}
$(add_kdeapps_dep kcalutils)
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2016-10-13 11:41 Michael Palimaka
0 siblings, 0 replies; 39+ messages in thread
From: Michael Palimaka @ 2016-10-13 11:41 UTC (permalink / raw
To: gentoo-commits
commit: b58d420489350870056d401fd604137a6fa66110
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 11:25:39 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 11:41:09 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b58d4204
kde-apps/kmail: boost is no longer used
Upstream-commit: 1fbeac63d4ebda87c50dcbdbd40b64bbcc128940
Package-Manager: portage-2.3.2
kde-apps/kmail/kmail-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index bb6cdc3..dcebd87 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -71,7 +71,6 @@ COMMON_DEPEND="
DEPEND="${COMMON_DEPEND}
$(add_kdeapps_dep kcalutils)
$(add_kdeapps_dep kldap)
- dev-libs/boost:=
dev-libs/libxslt
test? ( $(add_kdeapps_dep akonadi 'sqlite,tools') )
"
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2016-12-14 11:27 Michael Palimaka
0 siblings, 0 replies; 39+ messages in thread
From: Michael Palimaka @ 2016-12-14 11:27 UTC (permalink / raw
To: gentoo-commits
commit: 1a212f2975131b2efb37746b32ff3e3a0669ebef
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Dec 12 19:59:18 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 11:27:40 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1a212f29
kde-apps/kmail: Add missing DEPEND, fix USE=-handbook
Upstream commit 789edc81ca2e7852199cf06a7932468dc567aa80
Package-Manager: portage-2.3.0
kde-apps/kmail/kmail-16.12.49.9999.ebuild | 10 ++++++++++
kde-apps/kmail/kmail-9999.ebuild | 10 ++++++++++
2 files changed, 20 insertions(+)
diff --git a/kde-apps/kmail/kmail-16.12.49.9999.ebuild b/kde-apps/kmail/kmail-16.12.49.9999.ebuild
index cdabb23..ac2d938 100644
--- a/kde-apps/kmail/kmail-16.12.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-16.12.49.9999.ebuild
@@ -57,6 +57,7 @@ COMMON_DEPEND="
$(add_kdeapps_dep libkdepim)
$(add_kdeapps_dep libkleo)
$(add_kdeapps_dep libksieve)
+ $(add_kdeapps_dep libktnef)
$(add_kdeapps_dep mailcommon)
$(add_kdeapps_dep messagelib)
$(add_kdeapps_dep pimcommon)
@@ -77,8 +78,17 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim:5
!kde-apps/kdepim-common-libs:4
+ !kde-apps/ktnef:5
"
+src_prepare() {
+ cmake-utils_src_prepare
+
+ if ! use handbook; then
+ sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die
+ fi
+}
+
pkg_postinst() {
kde5_pkg_postinst
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index cdabb23..ac2d938 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -57,6 +57,7 @@ COMMON_DEPEND="
$(add_kdeapps_dep libkdepim)
$(add_kdeapps_dep libkleo)
$(add_kdeapps_dep libksieve)
+ $(add_kdeapps_dep libktnef)
$(add_kdeapps_dep mailcommon)
$(add_kdeapps_dep messagelib)
$(add_kdeapps_dep pimcommon)
@@ -77,8 +78,17 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim:5
!kde-apps/kdepim-common-libs:4
+ !kde-apps/ktnef:5
"
+src_prepare() {
+ cmake-utils_src_prepare
+
+ if ! use handbook; then
+ sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die
+ fi
+}
+
pkg_postinst() {
kde5_pkg_postinst
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2016-12-17 19:51 Johannes Huber
0 siblings, 0 replies; 39+ messages in thread
From: Johannes Huber @ 2016-12-17 19:51 UTC (permalink / raw
To: gentoo-commits
commit: 579645e62f7de13dea285220dba38a5b789acce2
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 19:51:25 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 19:51:25 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=579645e6
kde-apps/kmail: Fix file collision
Collides with kde-apps/ktnef:4 as well.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
kde-apps/kmail/kmail-16.12.49.9999.ebuild | 2 +-
kde-apps/kmail/kmail-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kmail/kmail-16.12.49.9999.ebuild b/kde-apps/kmail/kmail-16.12.49.9999.ebuild
index ac2d938..f139949 100644
--- a/kde-apps/kmail/kmail-16.12.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-16.12.49.9999.ebuild
@@ -78,7 +78,7 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim:5
!kde-apps/kdepim-common-libs:4
- !kde-apps/ktnef:5
+ !kde-apps/ktnef
"
src_prepare() {
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index d61e458..28da36a 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -77,7 +77,7 @@ DEPEND="${COMMON_DEPEND}
"
RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim-common-libs:4
- !kde-apps/ktnef:5
+ !kde-apps/ktnef
"
src_prepare() {
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2017-08-02 23:22 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2017-08-02 23:22 UTC (permalink / raw
To: gentoo-commits
commit: aec7d1806cbefcb637f693a79686608567f6c044
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 2 22:18:41 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 2 23:08:39 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=aec7d180
kde-apps/kmail: Restrict tests
Gentoo-bug: 616878
Package-Manager: Portage-2.3.6, Repoman-2.3.1
kde-apps/kmail/kmail-17.08.49.9999.ebuild | 2 ++
kde-apps/kmail/kmail-9999.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/kde-apps/kmail/kmail-17.08.49.9999.ebuild b/kde-apps/kmail/kmail-17.08.49.9999.ebuild
index f53ccc3a3c..bf03eed6c8 100644
--- a/kde-apps/kmail/kmail-17.08.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-17.08.49.9999.ebuild
@@ -80,6 +80,8 @@ RDEPEND="${COMMON_DEPEND}
$(add_kdeapps_dep kdepim-runtime)
"
+RESTRICT+=" test" # bug 616878
+
src_prepare() {
cmake-utils_src_prepare
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index f53ccc3a3c..bf03eed6c8 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -80,6 +80,8 @@ RDEPEND="${COMMON_DEPEND}
$(add_kdeapps_dep kdepim-runtime)
"
+RESTRICT+=" test" # bug 616878
+
src_prepare() {
cmake-utils_src_prepare
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2017-10-21 18:34 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2017-10-21 18:34 UTC (permalink / raw
To: gentoo-commits
commit: 9c4dfe7d5741b26a28df3c2787c6c25198518c39
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 14:54:10 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 15:17:50 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9c4dfe7d
kde-apps/kmail: Add more pkg_postinst info (spam, virus filters)
Package-Manager: Portage-2.3.12, Repoman-2.3.3
kde-apps/kmail/kmail-17.08.49.9999.ebuild | 23 +++++++++++++----------
kde-apps/kmail/kmail-9999.ebuild | 23 +++++++++++++----------
2 files changed, 26 insertions(+), 20 deletions(-)
diff --git a/kde-apps/kmail/kmail-17.08.49.9999.ebuild b/kde-apps/kmail/kmail-17.08.49.9999.ebuild
index bf03eed6c8..1c31b47b0c 100644
--- a/kde-apps/kmail/kmail-17.08.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-17.08.49.9999.ebuild
@@ -93,15 +93,18 @@ src_prepare() {
pkg_postinst() {
kde5_pkg_postinst
- if ! has_version "kde-apps/kdepim-addons:${SLOT}" ; then
- echo
- elog "Install kde-apps/kdepim-addons:${SLOT} for fancy e-mail headers and various useful plugins."
- echo
- fi
+ pkg_is_installed() {
+ echo "${1} ($(has_version ${1} || echo "not ")installed)"
+ }
- if ! has_version "kde-apps/kleopatra:${SLOT}" ; then
- echo
- elog "Install kde-apps/kleopatra:${SLOT} to get a crypto config and certificate details GUI."
- echo
- fi
+ elog "KMail supports the following runtime dependencies:"
+ elog " Virus detection:"
+ elog " $(pkg_is_installed app-antivirus/clamav)"
+ elog " Spam filtering:"
+ elog " $(pkg_is_installed mail-filter/bogofilter)"
+ elog " $(pkg_is_installed mail-filter/spamassassin)"
+ elog " Fancy e-mail headers and various useful plugins:"
+ elog " $(pkg_is_installed kde-apps/kdepim-addons:${SLOT})"
+ elog " Crypto config and certificate details GUI:"
+ elog " $(pkg_is_installed kde-apps/kleopatra:${SLOT})"
}
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index bf03eed6c8..1c31b47b0c 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -93,15 +93,18 @@ src_prepare() {
pkg_postinst() {
kde5_pkg_postinst
- if ! has_version "kde-apps/kdepim-addons:${SLOT}" ; then
- echo
- elog "Install kde-apps/kdepim-addons:${SLOT} for fancy e-mail headers and various useful plugins."
- echo
- fi
+ pkg_is_installed() {
+ echo "${1} ($(has_version ${1} || echo "not ")installed)"
+ }
- if ! has_version "kde-apps/kleopatra:${SLOT}" ; then
- echo
- elog "Install kde-apps/kleopatra:${SLOT} to get a crypto config and certificate details GUI."
- echo
- fi
+ elog "KMail supports the following runtime dependencies:"
+ elog " Virus detection:"
+ elog " $(pkg_is_installed app-antivirus/clamav)"
+ elog " Spam filtering:"
+ elog " $(pkg_is_installed mail-filter/bogofilter)"
+ elog " $(pkg_is_installed mail-filter/spamassassin)"
+ elog " Fancy e-mail headers and various useful plugins:"
+ elog " $(pkg_is_installed kde-apps/kdepim-addons:${SLOT})"
+ elog " Crypto config and certificate details GUI:"
+ elog " $(pkg_is_installed kde-apps/kleopatra:${SLOT})"
}
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2017-11-25 15:24 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2017-11-25 15:24 UTC (permalink / raw
To: gentoo-commits
commit: 62af2741cae7d288c660423bc9ce4988810c4411
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 14:56:30 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 15:01:51 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=62af2741
kde-apps/kmail: Drop unused DEPEND
Upstream commit dc40a6340ab89ce9780b7cdf747b7849f32b768f
Package-Manager: Portage-2.3.16, Repoman-2.3.6
kde-apps/kmail/kmail-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index 1c31b47b0c..60b9d1ef9d 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -64,7 +64,6 @@ COMMON_DEPEND="
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwebengine 'widgets')
$(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
>=app-crypt/gpgme-1.7.1[cxx,qt5]
"
DEPEND="${COMMON_DEPEND}
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2017-12-15 20:09 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2017-12-15 20:09 UTC (permalink / raw
To: gentoo-commits
commit: 6c02b20cdb85f222cc3d839f3e08d24bcff68fd8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 19:56:05 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 19:56:05 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6c02b20c
kde-apps/kmail: Add missing RDEPEND
Thanks-to: Leonard Lausen <leonard <AT> lausen.nl>
Bug: https://bugs.gentoo.org/641086
Package-Manager: Portage-2.3.18, Repoman-2.3.6
kde-apps/kmail/kmail-17.12.49.9999.ebuild | 1 +
kde-apps/kmail/kmail-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-apps/kmail/kmail-17.12.49.9999.ebuild b/kde-apps/kmail/kmail-17.12.49.9999.ebuild
index 1c31b47b0c..fe90258f8c 100644
--- a/kde-apps/kmail/kmail-17.12.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-17.12.49.9999.ebuild
@@ -78,6 +78,7 @@ RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim-l10n
!kde-apps/ktnef
$(add_kdeapps_dep kdepim-runtime)
+ $(add_kdeapps_dep kmail-account-wizard)
"
RESTRICT+=" test" # bug 616878
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index 60b9d1ef9d..2917cfd1be 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -77,6 +77,7 @@ RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim-l10n
!kde-apps/ktnef
$(add_kdeapps_dep kdepim-runtime)
+ $(add_kdeapps_dep kmail-account-wizard)
"
RESTRICT+=" test" # bug 616878
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2018-10-15 10:14 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2018-10-15 10:14 UTC (permalink / raw
To: gentoo-commits
commit: ef638605aa2b34e7fe0f5b4b7893ef02d0a6ccef
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 15 10:11:17 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 15 10:11:17 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ef638605
kde-apps/kmail: Fix src_prepare
Bug: https://bugs.gentoo.org/668690
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
kde-apps/kmail/kmail-18.08.49.9999.ebuild | 4 ++--
kde-apps/kmail/kmail-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kde-apps/kmail/kmail-18.08.49.9999.ebuild b/kde-apps/kmail/kmail-18.08.49.9999.ebuild
index 5ea990b038..eccba695d1 100644
--- a/kde-apps/kmail/kmail-18.08.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-18.08.49.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -83,7 +83,7 @@ RDEPEND="${COMMON_DEPEND}
RESTRICT+=" test" # bug 616878
src_prepare() {
- cmake-utils_src_prepare
+ kde5_src_prepare
if ! use handbook; then
sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index 5ea990b038..eccba695d1 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -83,7 +83,7 @@ RDEPEND="${COMMON_DEPEND}
RESTRICT+=" test" # bug 616878
src_prepare() {
- cmake-utils_src_prepare
+ kde5_src_prepare
if ! use handbook; then
sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2018-12-13 22:24 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2018-12-13 22:24 UTC (permalink / raw
To: gentoo-commits
commit: c80499ce28dea5bbad901238e534554ac61f147c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 13 21:12:01 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 13 22:23:59 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c80499ce
kde-apps/kmail: Reduce pkg_postinst spam
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmail/kmail-18.12.49.9999.ebuild | 22 ++++++++++++----------
kde-apps/kmail/kmail-9999.ebuild | 22 ++++++++++++----------
2 files changed, 24 insertions(+), 20 deletions(-)
diff --git a/kde-apps/kmail/kmail-18.12.49.9999.ebuild b/kde-apps/kmail/kmail-18.12.49.9999.ebuild
index eccba695d1..ad1241a59c 100644
--- a/kde-apps/kmail/kmail-18.12.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-18.12.49.9999.ebuild
@@ -97,14 +97,16 @@ pkg_postinst() {
echo "${1} ($(has_version ${1} || echo "not ")installed)"
}
- elog "KMail supports the following runtime dependencies:"
- elog " Virus detection:"
- elog " $(pkg_is_installed app-antivirus/clamav)"
- elog " Spam filtering:"
- elog " $(pkg_is_installed mail-filter/bogofilter)"
- elog " $(pkg_is_installed mail-filter/spamassassin)"
- elog " Fancy e-mail headers and various useful plugins:"
- elog " $(pkg_is_installed kde-apps/kdepim-addons:${SLOT})"
- elog " Crypto config and certificate details GUI:"
- elog " $(pkg_is_installed kde-apps/kleopatra:${SLOT})"
+ if [[ -z "${REPLACING_VERSIONS}" ]]; then
+ elog "KMail supports the following runtime dependencies:"
+ elog " Virus detection:"
+ elog " $(pkg_is_installed app-antivirus/clamav)"
+ elog " Spam filtering:"
+ elog " $(pkg_is_installed mail-filter/bogofilter)"
+ elog " $(pkg_is_installed mail-filter/spamassassin)"
+ elog " Fancy e-mail headers and various useful plugins:"
+ elog " $(pkg_is_installed kde-apps/kdepim-addons:${SLOT})"
+ elog " Crypto config and certificate details GUI:"
+ elog " $(pkg_is_installed kde-apps/kleopatra:${SLOT})"
+ fi
}
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index eccba695d1..ad1241a59c 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -97,14 +97,16 @@ pkg_postinst() {
echo "${1} ($(has_version ${1} || echo "not ")installed)"
}
- elog "KMail supports the following runtime dependencies:"
- elog " Virus detection:"
- elog " $(pkg_is_installed app-antivirus/clamav)"
- elog " Spam filtering:"
- elog " $(pkg_is_installed mail-filter/bogofilter)"
- elog " $(pkg_is_installed mail-filter/spamassassin)"
- elog " Fancy e-mail headers and various useful plugins:"
- elog " $(pkg_is_installed kde-apps/kdepim-addons:${SLOT})"
- elog " Crypto config and certificate details GUI:"
- elog " $(pkg_is_installed kde-apps/kleopatra:${SLOT})"
+ if [[ -z "${REPLACING_VERSIONS}" ]]; then
+ elog "KMail supports the following runtime dependencies:"
+ elog " Virus detection:"
+ elog " $(pkg_is_installed app-antivirus/clamav)"
+ elog " Spam filtering:"
+ elog " $(pkg_is_installed mail-filter/bogofilter)"
+ elog " $(pkg_is_installed mail-filter/spamassassin)"
+ elog " Fancy e-mail headers and various useful plugins:"
+ elog " $(pkg_is_installed kde-apps/kdepim-addons:${SLOT})"
+ elog " Crypto config and certificate details GUI:"
+ elog " $(pkg_is_installed kde-apps/kleopatra:${SLOT})"
+ fi
}
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2019-04-27 19:08 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2019-04-27 19:08 UTC (permalink / raw
To: gentoo-commits
commit: c7a9924d49554fbb6241454b05902909dc6bee84
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 19:08:08 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 19:08:08 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c7a9924d
kde-apps/kmail: 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/kmail/kmail-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index 4c0202bbdd..cd07a79ea9 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -68,7 +68,7 @@ COMMON_DEPEND="
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwebengine 'widgets')
$(add_qt_dep qtwidgets)
- >=app-crypt/gpgme-1.7.1[cxx,qt5]
+ >=app-crypt/gpgme-1.11.1[cxx,qt5]
"
DEPEND="${COMMON_DEPEND}
$(add_kdeapps_dep kcalutils)
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2019-09-11 8:09 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2019-09-11 8:09 UTC (permalink / raw
To: gentoo-commits
commit: 50608ae33d459d1fc45cb0eb1783329327bebdda
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 19:57:54 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 19:58:20 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=50608ae3
kde-apps/kmail: Add subslot operator on qtcore
Upstream commit 671da7dec6b360cf0c53a02bb53dd327cac81367
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmail/kmail-9999.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index cd07a79ea9..63424e210f 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -14,6 +14,7 @@ LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
KEYWORDS=""
IUSE=""
+# drop qtcore subslot operator when QT_MINIMAL >= 5.14.0
BDEPEND="
dev-libs/libxslt
test? ( $(add_kdeapps_dep akonadi 'tools') )
@@ -63,6 +64,7 @@ COMMON_DEPEND="
$(add_kdeapps_dep mailcommon)
$(add_kdeapps_dep messagelib)
$(add_kdeapps_dep pimcommon)
+ $(add_qt_dep qtcore '' '' '5=')
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2019-10-24 18:37 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2019-10-24 18:37 UTC (permalink / raw
To: gentoo-commits
commit: 8a2c84972cac0e13017a2f522525a5f75af34576
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 18:13:51 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 18:13:51 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8a2c8497
kde-apps/kmail: Drop obsolete blocker
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmail/kmail-19.08.49.9999.ebuild | 1 -
kde-apps/kmail/kmail-9999.ebuild | 1 -
2 files changed, 2 deletions(-)
diff --git a/kde-apps/kmail/kmail-19.08.49.9999.ebuild b/kde-apps/kmail/kmail-19.08.49.9999.ebuild
index 7e038a1c4a..acfbeb66b2 100644
--- a/kde-apps/kmail/kmail-19.08.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-19.08.49.9999.ebuild
@@ -78,7 +78,6 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim-common-libs:4
!kde-apps/kdepim-l10n
- !kde-apps/ktnef
$(add_kdeapps_dep kdepim-runtime)
$(add_kdeapps_dep kmail-account-wizard)
"
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index 08d45567f6..8e4bad7451 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -80,7 +80,6 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim-common-libs:4
!kde-apps/kdepim-l10n
- !kde-apps/ktnef
$(add_kdeapps_dep kdepim-runtime)
$(add_kdeapps_dep kmail-account-wizard)
"
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2020-03-02 17:16 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2020-03-02 17:16 UTC (permalink / raw
To: gentoo-commits
commit: 07ee6eab048724d2386692274c5dc18fac57a3c5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 2 17:11:30 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 2 17:11:30 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=07ee6eab
kde-apps/kmail: Add USE feedback
Upstream commit 0ad6adbc5eda3b273775a6ed1e06b2ba3559a753
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmail/kmail-9999.ebuild | 11 ++++++++++-
kde-apps/kmail/metadata.xml | 3 +++
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index c6047c25f1..ab10fa6b17 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -18,7 +18,7 @@ https://kontact.kde.org/components/kmail.html"
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
SLOT="5"
KEYWORDS=""
-IUSE=""
+IUSE="feedback"
# drop qtcore subslot operator when QT_MINIMAL >= 5.14.0
BDEPEND="
@@ -77,6 +77,7 @@ COMMON_DEPEND="
>=kde-frameworks/kwindowsystem-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
>=kde-frameworks/sonnet-${KFMIN}:5
+ feedback? ( dev-libs/kuserfeedback:5 )
"
DEPEND="${COMMON_DEPEND}
>=kde-apps/kcalutils-${PVCUT}:5
@@ -98,6 +99,14 @@ src_prepare() {
fi
}
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package feedback KUserFeedback)
+ )
+
+ ecm_src_configure
+}
+
pkg_postinst() {
ecm_pkg_postinst
diff --git a/kde-apps/kmail/metadata.xml b/kde-apps/kmail/metadata.xml
index 2fdbf33d96..6bb4132173 100644
--- a/kde-apps/kmail/metadata.xml
+++ b/kde-apps/kmail/metadata.xml
@@ -5,4 +5,7 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
+ <use>
+ <flag name="feedback">Send anonymized usage information to KDE so they can better understand our users</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2020-04-04 0:41 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2020-04-04 0:41 UTC (permalink / raw
To: gentoo-commits
commit: d80d0f548ce46003c87fd4ea6c1129848e111911
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 4 00:23:55 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 4 00:24:04 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d80d0f54
kde-apps/kmail: Drop obsolete slot op
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmail/kmail-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index 5f7a20c70f..20dad0b009 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -20,14 +20,13 @@ SLOT="5"
KEYWORDS=""
IUSE="feedback"
-# drop qtcore subslot operator when QT_MINIMAL >= 5.14.0
BDEPEND="
dev-libs/libxslt
test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
"
COMMON_DEPEND="
>=app-crypt/gpgme-1.11.1[cxx,qt5]
- >=dev-qt/qtcore-${QTMIN}:5=
+ >=dev-qt/qtcore-${QTMIN}:5
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2020-05-19 11:20 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2020-05-19 11:20 UTC (permalink / raw
To: gentoo-commits
commit: 7ec40589339d4c922fde59e91122b981e36c72a5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 19 11:10:32 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 19 11:10:32 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7ec40589
kde-apps/kmail: Drop unused DEPEND
Upstream commit c2feb5173f6d4540729299cfb7151ac28ce03034
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmail/kmail-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index e5d8da1eae..d81312eca5 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -36,7 +36,6 @@ COMMON_DEPEND="
>=kde-apps/akonadi-contacts-${PVCUT}:5
>=kde-apps/akonadi-mime-${PVCUT}:5
>=kde-apps/akonadi-search-${PVCUT}:5
- >=kde-apps/kdepim-apps-libs-${PVCUT}:5
>=kde-apps/kidentitymanagement-${PVCUT}:5
>=kde-apps/kmailtransport-${PVCUT}:5
>=kde-apps/kmime-${PVCUT}:5
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2020-08-30 19:02 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2020-08-30 19:02 UTC (permalink / raw
To: gentoo-commits
commit: f5258cd6aaf84736bbe1d20f1713defb2102f3c9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 11:36:52 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 17:23:03 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f5258cd6
kde-apps/kmail: Use cmake_comment_add_subdirectory
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmail/kmail-20.08.49.9999.ebuild | 5 +----
kde-apps/kmail/kmail-9999.ebuild | 5 +----
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/kde-apps/kmail/kmail-20.08.49.9999.ebuild b/kde-apps/kmail/kmail-20.08.49.9999.ebuild
index c08431e8c9..cdadd74a7b 100644
--- a/kde-apps/kmail/kmail-20.08.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-20.08.49.9999.ebuild
@@ -91,10 +91,7 @@ RESTRICT+=" test" # bug 616878
src_prepare() {
ecm_src_prepare
-
- if ! use handbook; then
- sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die
- fi
+ use handbook || cmake_run_in ktnef cmake_comment_add_subdirectory doc
}
src_configure() {
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index d078a15349..fc2ee9e1d9 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -91,10 +91,7 @@ RESTRICT+=" test" # bug 616878
src_prepare() {
ecm_src_prepare
-
- if ! use handbook; then
- sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die
- fi
+ use handbook || cmake_run_in ktnef cmake_comment_add_subdirectory doc
}
src_configure() {
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2020-09-07 15:07 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2020-09-07 15:07 UTC (permalink / raw
To: gentoo-commits
commit: fbd91c2abfd5e20f2561cbd6fecf38d9e2e6dc95
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 7 13:29:50 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 7 15:05:49 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fbd91c2a
kde-apps/kmail: Use optfeature
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmail/kmail-20.08.49.9999.ebuild | 24 +++++++-----------------
kde-apps/kmail/kmail-9999.ebuild | 24 +++++++-----------------
2 files changed, 14 insertions(+), 34 deletions(-)
diff --git a/kde-apps/kmail/kmail-20.08.49.9999.ebuild b/kde-apps/kmail/kmail-20.08.49.9999.ebuild
index cdadd74a7b..6f4f4d5764 100644
--- a/kde-apps/kmail/kmail-20.08.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-20.08.49.9999.ebuild
@@ -9,7 +9,7 @@ PVCUT=$(ver_cut 1-3)
KFMIN=5.72.0
QTMIN=5.14.2
VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
+inherit ecm kde.org optfeature
DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes."
HOMEPAGE="https://kde.org/applications/office/org.kde.kmail2
@@ -103,22 +103,12 @@ src_configure() {
}
pkg_postinst() {
- ecm_pkg_postinst
-
- pkg_is_installed() {
- echo "${1} ($(has_version ${1} || echo "not ")installed)"
- }
-
if [[ -z "${REPLACING_VERSIONS}" ]]; then
- elog "KMail supports the following runtime dependencies:"
- elog " Virus detection:"
- elog " $(pkg_is_installed app-antivirus/clamav)"
- elog " Spam filtering:"
- elog " $(pkg_is_installed mail-filter/bogofilter)"
- elog " $(pkg_is_installed mail-filter/spamassassin)"
- elog " Fancy e-mail headers and various useful plugins:"
- elog " $(pkg_is_installed kde-apps/kdepim-addons:${SLOT})"
- elog " Crypto config and certificate details GUI:"
- elog " $(pkg_is_installed kde-apps/kleopatra:${SLOT})"
+ elog "Optional dependencies:"
+ optfeature "Virus detection" app-antivirus/clamav
+ optfeature "Spam filtering" mail-filter/bogofilter mail-filter/spamassassin
+ optfeature "Fancy e-mail headers and useful plugins" kde-apps/kdepim-addons:${SLOT}
+ optfeature "Crypto config and certificate details GUI" kde-apps/kleopatra:${SLOT}
fi
+ ecm_pkg_postinst
}
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index fc2ee9e1d9..14b1858a73 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -9,7 +9,7 @@ PVCUT=$(ver_cut 1-3)
KFMIN=5.73.0
QTMIN=5.14.2
VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
+inherit ecm kde.org optfeature
DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes."
HOMEPAGE="https://kde.org/applications/office/org.kde.kmail2
@@ -103,22 +103,12 @@ src_configure() {
}
pkg_postinst() {
- ecm_pkg_postinst
-
- pkg_is_installed() {
- echo "${1} ($(has_version ${1} || echo "not ")installed)"
- }
-
if [[ -z "${REPLACING_VERSIONS}" ]]; then
- elog "KMail supports the following runtime dependencies:"
- elog " Virus detection:"
- elog " $(pkg_is_installed app-antivirus/clamav)"
- elog " Spam filtering:"
- elog " $(pkg_is_installed mail-filter/bogofilter)"
- elog " $(pkg_is_installed mail-filter/spamassassin)"
- elog " Fancy e-mail headers and various useful plugins:"
- elog " $(pkg_is_installed kde-apps/kdepim-addons:${SLOT})"
- elog " Crypto config and certificate details GUI:"
- elog " $(pkg_is_installed kde-apps/kleopatra:${SLOT})"
+ elog "Optional dependencies:"
+ optfeature "Virus detection" app-antivirus/clamav
+ optfeature "Spam filtering" mail-filter/bogofilter mail-filter/spamassassin
+ optfeature "Fancy e-mail headers and useful plugins" kde-apps/kdepim-addons:${SLOT}
+ optfeature "Crypto config and certificate details GUI" kde-apps/kleopatra:${SLOT}
fi
+ ecm_pkg_postinst
}
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2021-04-04 19:21 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2021-04-04 19:21 UTC (permalink / raw
To: gentoo-commits
commit: 58683a02e0def0806d32ad4211ce79414394528b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 11:07:07 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 19:05:40 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=58683a02
kde-apps/kmail: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmail/kmail-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index 3866514288..9e452d5ffc 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -104,7 +104,6 @@ src_configure() {
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
- elog "Optional dependencies:"
optfeature "Virus detection" app-antivirus/clamav
optfeature "Spam filtering" mail-filter/bogofilter mail-filter/spamassassin
optfeature "Fancy e-mail headers and useful plugins" kde-apps/kdepim-addons:${SLOT}
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2021-04-15 22:32 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2021-04-15 22:32 UTC (permalink / raw
To: gentoo-commits
commit: 79774003c20bd6601a6753d293acd66976d88c4e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 15 21:37:58 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 15 22:30:40 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=79774003
kde-apps/kmail: Drop unused DEPEND
Upstream commit 17b7165b75b523f178f99adfd84b9250a742b245
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmail/kmail-9999.ebuild | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index 9e452d5ffc..7c210641ee 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -11,7 +11,7 @@ QTMIN=5.15.2
VIRTUALX_REQUIRED="test"
inherit ecm kde.org optfeature
-DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes."
+DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes"
HOMEPAGE="https://apps.kde.org/en/kmail2
https://kontact.kde.org/components/kmail.html"
@@ -20,10 +20,8 @@ SLOT="5"
KEYWORDS=""
IUSE="telemetry"
-BDEPEND="
- dev-libs/libxslt
- test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
-"
+RESTRICT+=" test" # bug 616878
+
COMMON_DEPEND="
>=app-crypt/gpgme-1.11.1[cxx,qt5]
>=dev-qt/qtcore-${QTMIN}:5
@@ -52,7 +50,6 @@ COMMON_DEPEND="
>=kde-frameworks/kbookmarks-${KFMIN}:5
>=kde-frameworks/kcalendarcore-${KFMIN}:5
>=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kcodecs-${KFMIN}:5
>=kde-frameworks/kcompletion-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
@@ -86,8 +83,10 @@ RDEPEND="${COMMON_DEPEND}
>=kde-apps/kdepim-runtime-${PVCUT}:5
>=kde-apps/kmail-account-wizard-${PVCUT}:5
"
-
-RESTRICT+=" test" # bug 616878
+BDEPEND="
+ dev-libs/libxslt
+ test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
+"
src_prepare() {
ecm_src_prepare
@@ -104,10 +103,10 @@ src_configure() {
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
- optfeature "Virus detection" app-antivirus/clamav
- optfeature "Spam filtering" mail-filter/bogofilter mail-filter/spamassassin
- optfeature "Fancy e-mail headers and useful plugins" kde-apps/kdepim-addons:${SLOT}
- optfeature "Crypto config and certificate details GUI" kde-apps/kleopatra:${SLOT}
+ optfeature "virus detection" app-antivirus/clamav
+ optfeature "spam filtering" mail-filter/bogofilter mail-filter/spamassassin
+ optfeature "fancy e-mail headers and useful plugins" kde-apps/kdepim-addons:${SLOT}
+ optfeature "crypto config and certificate details GUI" kde-apps/kleopatra:${SLOT}
fi
ecm_pkg_postinst
}
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2021-04-16 9:35 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2021-04-16 9:35 UTC (permalink / raw
To: gentoo-commits
commit: ea8cd75583f31fa41242e9be0fec9dc4c5dc3700
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 15 21:40:44 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 16 09:35:36 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ea8cd755
kde-apps/kmail: Add IUSE=pch
Upstream commit 2ba90e0ad432cb43cbd322dc4e2ff772c28dd72c
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmail/kmail-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index 7c210641ee..c32a3a6076 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -18,7 +18,7 @@ https://kontact.kde.org/components/kmail.html"
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
SLOT="5"
KEYWORDS=""
-IUSE="telemetry"
+IUSE="pch telemetry"
RESTRICT+=" test" # bug 616878
@@ -95,6 +95,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ -DUSE_PRECOMPILED_HEADERS=$(usex pch)
$(cmake_use_find_package telemetry KUserFeedback)
)
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2021-04-25 8:00 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2021-04-25 8:00 UTC (permalink / raw
To: gentoo-commits
commit: 325848daec548087230baa27804c2f64d04534f6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 25 07:57:47 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 07:58:45 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=325848da
kde-apps/kmail: Set ECM_HANDBOOK=optional
Upstream commit 8cd8edfaff8af130e8a9ed6779abf6e7de5bf955
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmail/kmail-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index 3eec07720a..7605426b10 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-ECM_HANDBOOK="forceoptional"
+ECM_HANDBOOK="optional"
ECM_TEST="forceoptional"
PVCUT=$(ver_cut 1-3)
KFMIN=5.81.0
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2022-02-17 19:00 Sam James
0 siblings, 0 replies; 39+ messages in thread
From: Sam James @ 2022-02-17 19:00 UTC (permalink / raw
To: gentoo-commits
commit: d6107ff77b7e766ecca6331124041dab6dffa36f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 17 18:55:55 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 17 18:55:55 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d6107ff7
kde-apps/kmail: add subslot dependency on gpgme
gpgme broke ABI
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-apps/kmail/kmail-21.12.49.9999.ebuild | 2 +-
kde-apps/kmail/kmail-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kmail/kmail-21.12.49.9999.ebuild b/kde-apps/kmail/kmail-21.12.49.9999.ebuild
index c9a3cf8f44..ffbffdd5ea 100644
--- a/kde-apps/kmail/kmail-21.12.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-21.12.49.9999.ebuild
@@ -23,7 +23,7 @@ IUSE="pch telemetry"
RESTRICT="test" # bug 616878
COMMON_DEPEND="
- >=app-crypt/gpgme-1.11.1[cxx,qt5]
+ >=app-crypt/gpgme-1.11.1:=[cxx,qt5]
>=dev-qt/qtcore-${QTMIN}:5
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index c9a3cf8f44..ffbffdd5ea 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -23,7 +23,7 @@ IUSE="pch telemetry"
RESTRICT="test" # bug 616878
COMMON_DEPEND="
- >=app-crypt/gpgme-1.11.1[cxx,qt5]
+ >=app-crypt/gpgme-1.11.1:=[cxx,qt5]
>=dev-qt/qtcore-${QTMIN}:5
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2022-03-03 11:07 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2022-03-03 11:07 UTC (permalink / raw
To: gentoo-commits
commit: 937c78f47be49a169ac85d7c747936dd6e574363
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 3 11:07:42 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 3 11:07:42 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=937c78f4
kde-apps/kmail: Add kde-apps/akonadi-import-wizard optfeature
Closes: https://bugs.gentoo.org/831945
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmail/kmail-21.12.3.ebuild | 1 +
kde-apps/kmail/kmail-21.12.49.9999.ebuild | 1 +
kde-apps/kmail/kmail-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-apps/kmail/kmail-21.12.3.ebuild b/kde-apps/kmail/kmail-21.12.3.ebuild
index 74c0326777..0af27f6855 100644
--- a/kde-apps/kmail/kmail-21.12.3.ebuild
+++ b/kde-apps/kmail/kmail-21.12.3.ebuild
@@ -110,6 +110,7 @@ pkg_postinst() {
optfeature "spam filtering" mail-filter/bogofilter mail-filter/spamassassin
optfeature "fancy e-mail headers and useful plugins" kde-apps/kdepim-addons:${SLOT}
optfeature "crypto config and certificate details GUI" kde-apps/kleopatra:${SLOT}
+ optfeature "import PIM data from other applications" kde-apps/akonadi-import-wizard:${SLOT}
fi
ecm_pkg_postinst
}
diff --git a/kde-apps/kmail/kmail-21.12.49.9999.ebuild b/kde-apps/kmail/kmail-21.12.49.9999.ebuild
index 6833a72d42..008d8fb4a3 100644
--- a/kde-apps/kmail/kmail-21.12.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-21.12.49.9999.ebuild
@@ -110,6 +110,7 @@ pkg_postinst() {
optfeature "spam filtering" mail-filter/bogofilter mail-filter/spamassassin
optfeature "fancy e-mail headers and useful plugins" kde-apps/kdepim-addons:${SLOT}
optfeature "crypto config and certificate details GUI" kde-apps/kleopatra:${SLOT}
+ optfeature "import PIM data from other applications" kde-apps/akonadi-import-wizard:${SLOT}
fi
ecm_pkg_postinst
}
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index 69950079bb..84401749af 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -108,6 +108,7 @@ pkg_postinst() {
optfeature "spam filtering" mail-filter/bogofilter mail-filter/spamassassin
optfeature "fancy e-mail headers and useful plugins" kde-apps/kdepim-addons:${SLOT}
optfeature "crypto config and certificate details GUI" kde-apps/kleopatra:${SLOT}
+ optfeature "import PIM data from other applications" kde-apps/akonadi-import-wizard:${SLOT}
fi
ecm_pkg_postinst
}
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2022-10-06 9:02 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2022-10-06 9:02 UTC (permalink / raw
To: gentoo-commits
commit: 40d0a556cf538fe86cc24cd956f8d863618e47d1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 6 08:16:36 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 6 09:01:57 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=40d0a556
kde-apps/kmail: Add CPE to metadata
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmail/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/kmail/metadata.xml b/kde-apps/kmail/metadata.xml
index fa80953797..15c8752dcf 100644
--- a/kde-apps/kmail/metadata.xml
+++ b/kde-apps/kmail/metadata.xml
@@ -7,6 +7,7 @@
</maintainer>
<upstream>
<bugs-to>https://bugs.kde.org/</bugs-to>
+ <remote-id type="cpe">cpe:/a:kde:kmail</remote-id>
</upstream>
<use>
<flag name="speech">Enable text-to-speech support</flag>
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2023-01-15 12:30 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2023-01-15 12:30 UTC (permalink / raw
To: gentoo-commits
commit: 4bfe2e8eb459df378dc391c20c795ebb827c8552
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 12:22:26 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 12:23:54 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4bfe2e8e
kde-apps/kmail: Add kde-frameworks/kwindowsystem[X] usedep
Unconditional use of KX11Extras.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmail/kmail-22.12.49.9999.ebuild | 3 ++-
kde-apps/kmail/kmail-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kmail/kmail-22.12.49.9999.ebuild b/kde-apps/kmail/kmail-22.12.49.9999.ebuild
index 77e6a3efbe..86677e3315 100644
--- a/kde-apps/kmail/kmail-22.12.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-22.12.49.9999.ebuild
@@ -22,6 +22,7 @@ IUSE="pch speech telemetry"
RESTRICT="test" # bug 616878
+# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
COMMON_DEPEND="
>=app-crypt/gpgme-1.16.0:=[cxx,qt5]
>=dev-qt/qtcore-${QTMIN}:5
@@ -69,7 +70,7 @@ COMMON_DEPEND="
>=kde-frameworks/kservice-${KFMIN}:5
>=kde-frameworks/ktextwidgets-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
>=kde-frameworks/kxmlgui-${KFMIN}:5
>=kde-frameworks/sonnet-${KFMIN}:5
telemetry? ( >=dev-libs/kuserfeedback-1.2.0:5 )
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index 77e6a3efbe..86677e3315 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -22,6 +22,7 @@ IUSE="pch speech telemetry"
RESTRICT="test" # bug 616878
+# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
COMMON_DEPEND="
>=app-crypt/gpgme-1.16.0:=[cxx,qt5]
>=dev-qt/qtcore-${QTMIN}:5
@@ -69,7 +70,7 @@ COMMON_DEPEND="
>=kde-frameworks/kservice-${KFMIN}:5
>=kde-frameworks/ktextwidgets-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
>=kde-frameworks/kxmlgui-${KFMIN}:5
>=kde-frameworks/sonnet-${KFMIN}:5
telemetry? ( >=dev-libs/kuserfeedback-1.2.0:5 )
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2023-07-06 12:00 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2023-07-06 12:00 UTC (permalink / raw
To: gentoo-commits
commit: f7a9cf2ebe9d18b8868ee074c574da4540d936a3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 11:24:34 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 11:28:14 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f7a9cf2e
kde-apps/kmail: Pin to kde-apps/kpimtextedit[speech=]
Bug: https://bugs.gentoo.org/909314
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmail/kmail-23.04.49.9999.ebuild | 2 +-
kde-apps/kmail/kmail-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kmail/kmail-23.04.49.9999.ebuild b/kde-apps/kmail/kmail-23.04.49.9999.ebuild
index e3549f56ff..5892213bdc 100644
--- a/kde-apps/kmail/kmail-23.04.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-23.04.49.9999.ebuild
@@ -39,7 +39,7 @@ COMMON_DEPEND="
>=kde-apps/kmailtransport-${PVCUT}:5
>=kde-apps/kmime-${PVCUT}:5
>=kde-apps/kontactinterface-${PVCUT}:5
- >=kde-apps/kpimtextedit-${PVCUT}:5[speech?]
+ >=kde-apps/kpimtextedit-${PVCUT}:5[speech=]
>=kde-apps/libgravatar-${PVCUT}:5
>=kde-apps/libkdepim-${PVCUT}:5
>=kde-apps/libkleo-${PVCUT}:5
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index e3549f56ff..5892213bdc 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -39,7 +39,7 @@ COMMON_DEPEND="
>=kde-apps/kmailtransport-${PVCUT}:5
>=kde-apps/kmime-${PVCUT}:5
>=kde-apps/kontactinterface-${PVCUT}:5
- >=kde-apps/kpimtextedit-${PVCUT}:5[speech?]
+ >=kde-apps/kpimtextedit-${PVCUT}:5[speech=]
>=kde-apps/libgravatar-${PVCUT}:5
>=kde-apps/libkdepim-${PVCUT}:5
>=kde-apps/libkleo-${PVCUT}:5
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2024-02-25 23:14 Sam James
0 siblings, 0 replies; 39+ messages in thread
From: Sam James @ 2024-02-25 23:14 UTC (permalink / raw
To: gentoo-commits
commit: 6e8c9e35e97fb6b5d51ab8d311cb8a1918ef6340
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 23:06:50 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 23:08:25 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e8c9e35
kde-apps/kmail: refresh deps
* Adopt kstatusnotifieritem (upstream commit 873916f422c66a86ead0655730c7c1781e6eda04)
* Crank min. ktextaddons version (upstream commit 124d450a29efe35e4452d30ef2b9a301483308c1)
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-apps/kmail/kmail-24.02.0.ebuild | 3 ++-
kde-apps/kmail/kmail-24.02.49.9999.ebuild | 3 ++-
kde-apps/kmail/kmail-9999.ebuild | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/kde-apps/kmail/kmail-24.02.0.ebuild b/kde-apps/kmail/kmail-24.02.0.ebuild
index dbcdd728f1..4296bcc366 100644
--- a/kde-apps/kmail/kmail-24.02.0.ebuild
+++ b/kde-apps/kmail/kmail-24.02.0.ebuild
@@ -24,7 +24,7 @@ RESTRICT="test" # bug 616878
# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
COMMON_DEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
- dev-libs/ktextaddons:6[speech?]
+ >=dev-libs/ktextaddons-1.3.50:6[speech?]
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/akonadi-${PVCUT}:6
@@ -64,6 +64,7 @@ COMMON_DEPEND="
>=kde-frameworks/knotifyconfig-${KFMIN}:6
>=kde-frameworks/kparts-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
diff --git a/kde-apps/kmail/kmail-24.02.49.9999.ebuild b/kde-apps/kmail/kmail-24.02.49.9999.ebuild
index 28d72a4bcd..682bfedd8e 100644
--- a/kde-apps/kmail/kmail-24.02.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-24.02.49.9999.ebuild
@@ -24,7 +24,7 @@ RESTRICT="test" # bug 616878
# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
COMMON_DEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
- dev-libs/ktextaddons:6[speech?]
+ >=dev-libs/ktextaddons-1.3.50:6[speech?]
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/akonadi-${PVCUT}:6
@@ -64,6 +64,7 @@ COMMON_DEPEND="
>=kde-frameworks/knotifyconfig-${KFMIN}:6
>=kde-frameworks/kparts-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index 28d72a4bcd..682bfedd8e 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -24,7 +24,7 @@ RESTRICT="test" # bug 616878
# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
COMMON_DEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
- dev-libs/ktextaddons:6[speech?]
+ >=dev-libs/ktextaddons-1.3.50:6[speech?]
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/akonadi-${PVCUT}:6
@@ -64,6 +64,7 @@ COMMON_DEPEND="
>=kde-frameworks/knotifyconfig-${KFMIN}:6
>=kde-frameworks/kparts-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/ktextwidgets-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2024-03-03 15:05 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2024-03-03 15:05 UTC (permalink / raw
To: gentoo-commits
commit: 2f090ca5e7edd896f0c0b01e87bc0ac9738cbefe
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Wed Jan 3 02:30:16 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 15:04:49 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2f090ca5
kde-apps/kmail: update dependencies
* Missing qtkeychain.
* Tinker kf deps.
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmail/kmail-24.02.49.9999.ebuild | 8 +++++++-
kde-apps/kmail/kmail-9999.ebuild | 8 +++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kmail/kmail-24.02.49.9999.ebuild b/kde-apps/kmail/kmail-24.02.49.9999.ebuild
index b0a60bf9d5..ad5b8f6fdb 100644
--- a/kde-apps/kmail/kmail-24.02.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-24.02.49.9999.ebuild
@@ -25,13 +25,16 @@ RESTRICT="test" # bug 616878
COMMON_DEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
>=dev-libs/ktextaddons-1.3.50:6[speech?]
+ >=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/akonadi-contacts-${PVCUT}:6
>=kde-apps/akonadi-mime-${PVCUT}:6
>=kde-apps/akonadi-search-${PVCUT}:6
+ >=kde-apps/kcalutils-${PVCUT}:6
>=kde-apps/kidentitymanagement-${PVCUT}:6
+ >=kde-apps/kldap-${PVCUT}:6
>=kde-apps/kmailtransport-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/kontactinterface-${PVCUT}:6
@@ -47,6 +50,8 @@ COMMON_DEPEND="
>=kde-frameworks/kbookmarks-${KFMIN}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6
>=kde-frameworks/kcmutils-${KFMIN}:6
+ >=kde-frameworks/kcodecs-${KFMIN}:6
+ >=kde-frameworks/kcolorscheme-${KFMIN}:6
>=kde-frameworks/kcompletion-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
@@ -57,8 +62,9 @@ COMMON_DEPEND="
>=kde-frameworks/kguiaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kiconthemes-${KFMIN}:6
- >=kde-frameworks/kitemviews-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kitemmodels-${KFMIN}:6
+ >=kde-frameworks/kitemviews-${KFMIN}:6
>=kde-frameworks/kjobwidgets-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
>=kde-frameworks/knotifyconfig-${KFMIN}:6
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index b0a60bf9d5..ad5b8f6fdb 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -25,13 +25,16 @@ RESTRICT="test" # bug 616878
COMMON_DEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
>=dev-libs/ktextaddons-1.3.50:6[speech?]
+ >=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/akonadi-contacts-${PVCUT}:6
>=kde-apps/akonadi-mime-${PVCUT}:6
>=kde-apps/akonadi-search-${PVCUT}:6
+ >=kde-apps/kcalutils-${PVCUT}:6
>=kde-apps/kidentitymanagement-${PVCUT}:6
+ >=kde-apps/kldap-${PVCUT}:6
>=kde-apps/kmailtransport-${PVCUT}:6
>=kde-apps/kmime-${PVCUT}:6
>=kde-apps/kontactinterface-${PVCUT}:6
@@ -47,6 +50,8 @@ COMMON_DEPEND="
>=kde-frameworks/kbookmarks-${KFMIN}:6
>=kde-frameworks/kcalendarcore-${KFMIN}:6
>=kde-frameworks/kcmutils-${KFMIN}:6
+ >=kde-frameworks/kcodecs-${KFMIN}:6
+ >=kde-frameworks/kcolorscheme-${KFMIN}:6
>=kde-frameworks/kcompletion-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
@@ -57,8 +62,9 @@ COMMON_DEPEND="
>=kde-frameworks/kguiaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kiconthemes-${KFMIN}:6
- >=kde-frameworks/kitemviews-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kitemmodels-${KFMIN}:6
+ >=kde-frameworks/kitemviews-${KFMIN}:6
>=kde-frameworks/kjobwidgets-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
>=kde-frameworks/knotifyconfig-${KFMIN}:6
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2024-05-17 19:50 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2024-05-17 19:50 UTC (permalink / raw
To: gentoo-commits
commit: 8a6609b22a331660826788893f15fe63d59d3d33
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 19:24:33 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 17 19:24:33 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8a6609b2
kde-apps/kmail: Update dependencies
Upstream commits:
c633378d80d9ff5b3bed82c8400525f4ab1c9b02
674f0b2b13a0c4539864610d65ef0ab7a618bdea
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmail/kmail-24.04.90.ebuild | 4 ++--
kde-apps/kmail/kmail-24.05.49.9999.ebuild | 4 ++--
kde-apps/kmail/kmail-9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/kde-apps/kmail/kmail-24.04.90.ebuild b/kde-apps/kmail/kmail-24.04.90.ebuild
index 546f2a5392..54253c47a2 100644
--- a/kde-apps/kmail/kmail-24.04.90.ebuild
+++ b/kde-apps/kmail/kmail-24.04.90.ebuild
@@ -24,8 +24,8 @@ RESTRICT="test" # bug 616878
# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
COMMON_DEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
- >=dev-libs/ktextaddons-1.3.50:6[speech?]
- >=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
+ >=dev-libs/ktextaddons-1.5.4:6[speech?]
+ >=dev-libs/qtkeychain-0.14.2:=[qt6]
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/akonadi-${PVCUT}:6
diff --git a/kde-apps/kmail/kmail-24.05.49.9999.ebuild b/kde-apps/kmail/kmail-24.05.49.9999.ebuild
index ad5b8f6fdb..7d79d7cc19 100644
--- a/kde-apps/kmail/kmail-24.05.49.9999.ebuild
+++ b/kde-apps/kmail/kmail-24.05.49.9999.ebuild
@@ -24,8 +24,8 @@ RESTRICT="test" # bug 616878
# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
COMMON_DEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
- >=dev-libs/ktextaddons-1.3.50:6[speech?]
- >=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
+ >=dev-libs/ktextaddons-1.5.4:6[speech?]
+ >=dev-libs/qtkeychain-0.14.2:=[qt6]
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/akonadi-${PVCUT}:6
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index ad5b8f6fdb..7d79d7cc19 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -24,8 +24,8 @@ RESTRICT="test" # bug 616878
# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
COMMON_DEPEND="
>=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6]
- >=dev-libs/ktextaddons-1.3.50:6[speech?]
- >=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
+ >=dev-libs/ktextaddons-1.5.4:6[speech?]
+ >=dev-libs/qtkeychain-0.14.2:=[qt6]
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
>=kde-apps/akonadi-${PVCUT}:6
^ permalink raw reply related [flat|nested] 39+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/
@ 2024-08-11 6:58 Andreas Sturmlechner
0 siblings, 0 replies; 39+ messages in thread
From: Andreas Sturmlechner @ 2024-08-11 6:58 UTC (permalink / raw
To: gentoo-commits
commit: 0c5c354fd2a9f7d712d0c6f371b3c0423f6b6bb9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 16:39:49 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 06:19:44 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c5c354f
kde-apps/kmail: Add IUSE activities
Upstream commit 7a57f0568be22367aeab9539b796c7d171ad8be1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kmail/kmail-9999.ebuild | 4 +++-
kde-apps/kmail/metadata.xml | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild
index 93595a5eb4..bef7e7c88c 100644
--- a/kde-apps/kmail/kmail-9999.ebuild
+++ b/kde-apps/kmail/kmail-9999.ebuild
@@ -17,7 +17,7 @@ https://kontact.kde.org/components/kmail/"
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
SLOT="6"
KEYWORDS=""
-IUSE="pch speech telemetry"
+IUSE="activities pch speech telemetry"
RESTRICT="test" # bug 616878
@@ -76,6 +76,7 @@ COMMON_DEPEND="
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
>=kde-frameworks/kxmlgui-${KFMIN}:6
>=kde-frameworks/sonnet-${KFMIN}:6
+ activities? ( kde-plasma/plasma-activities:6 )
telemetry? ( >=kde-frameworks/kuserfeedback-${KFMIN}:6 )
"
DEPEND="${COMMON_DEPEND}
@@ -99,6 +100,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ -DOPTION_USE_PLASMA_ACTIVITIES=$(usex activities)
-DUSE_PRECOMPILED_HEADERS=$(usex pch)
$(cmake_use_find_package speech KF6TextEditTextToSpeech)
$(cmake_use_find_package telemetry KF6UserFeedback)
diff --git a/kde-apps/kmail/metadata.xml b/kde-apps/kmail/metadata.xml
index b30294b3a5..43db3297d6 100644
--- a/kde-apps/kmail/metadata.xml
+++ b/kde-apps/kmail/metadata.xml
@@ -9,4 +9,7 @@
<bugs-to>https://bugs.kde.org/</bugs-to>
<remote-id type="cpe">cpe:/a:kde:kmail</remote-id>
</upstream>
+ <use>
+ <flag name="activities">Enable Plasma Activities support via <pkg>kde-plasma/plasma-activities</pkg></flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 39+ messages in thread
end of thread, other threads:[~2024-08-11 6:58 UTC | newest]
Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-25 15:24 [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-08-11 6:58 Andreas Sturmlechner
2024-05-17 19:50 Andreas Sturmlechner
2024-03-03 15:05 Andreas Sturmlechner
2024-02-25 23:14 Sam James
2023-07-06 12:00 Andreas Sturmlechner
2023-01-15 12:30 Andreas Sturmlechner
2022-10-06 9:02 Andreas Sturmlechner
2022-03-03 11:07 Andreas Sturmlechner
2022-02-17 19:00 Sam James
2021-04-25 8:00 Andreas Sturmlechner
2021-04-16 9:35 Andreas Sturmlechner
2021-04-15 22:32 Andreas Sturmlechner
2021-04-04 19:21 Andreas Sturmlechner
2020-09-07 15:07 Andreas Sturmlechner
2020-08-30 19:02 Andreas Sturmlechner
2020-05-19 11:20 Andreas Sturmlechner
2020-04-04 0:41 Andreas Sturmlechner
2020-03-02 17:16 Andreas Sturmlechner
2019-10-24 18:37 Andreas Sturmlechner
2019-09-11 8:09 Andreas Sturmlechner
2019-04-27 19:08 Andreas Sturmlechner
2018-12-13 22:24 Andreas Sturmlechner
2018-10-15 10:14 Andreas Sturmlechner
2017-12-15 20:09 Andreas Sturmlechner
2017-10-21 18:34 Andreas Sturmlechner
2017-08-02 23:22 Andreas Sturmlechner
2016-12-17 19:51 Johannes Huber
2016-12-14 11:27 Michael Palimaka
2016-10-13 11:41 Michael Palimaka
2016-10-13 11:41 Michael Palimaka
2016-10-07 16:02 Michael Palimaka
2016-08-31 14:33 Michael Palimaka
2016-08-10 15:35 Michael Palimaka
2016-08-05 17:28 Michael Palimaka
2016-06-23 11:54 Michael Palimaka
2016-05-11 9:51 Michael Palimaka
2016-04-04 22:25 Johannes Huber
2016-03-21 15:58 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox