* [gentoo-commits] proj/kde:master commit in: kde-apps/ksmtp/
@ 2017-07-25 19:24 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2017-07-25 19:24 UTC (permalink / raw
To: gentoo-commits
commit: 2f2fd94096787398233edb11ac7021ba45c56574
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 19:18:29 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 19:18:29 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2f2fd940
kde-apps/ksmtp: New package
Package-Manager: Portage-2.3.6, Repoman-2.3.1
kde-apps/ksmtp/ksmtp-9999.ebuild | 22 ++++++++++++++++++++++
kde-apps/ksmtp/metadata.xml | 8 ++++++++
2 files changed, 30 insertions(+)
diff --git a/kde-apps/ksmtp/ksmtp-9999.ebuild b/kde-apps/ksmtp/ksmtp-9999.ebuild
new file mode 100644
index 0000000000..0bfcbeee1c
--- /dev/null
+++ b/kde-apps/ksmtp/ksmtp-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Job-based library to send email through an SMTP server"
+LICENSE="LGPL-2.1+"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_kdeapps_dep kmime)
+ $(add_qt_dep qtnetwork)
+ dev-libs/cyrus-sasl
+"
+RDEPEND="${DEPEND}"
diff --git a/kde-apps/ksmtp/metadata.xml b/kde-apps/ksmtp/metadata.xml
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/kde-apps/ksmtp/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] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/ksmtp/
@ 2018-01-05 1:01 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-01-05 1:01 UTC (permalink / raw
To: gentoo-commits
commit: 698186bad3effc98ea5029fd5e6223b36a159615
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 01:00:35 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 01:00:35 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=698186ba
kde-apps/ksmtp: tests hang, restrict tests.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
kde-apps/ksmtp/ksmtp-17.12.49.9999.ebuild | 2 ++
kde-apps/ksmtp/ksmtp-9999.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/kde-apps/ksmtp/ksmtp-17.12.49.9999.ebuild b/kde-apps/ksmtp/ksmtp-17.12.49.9999.ebuild
index 9ae2ab83d2..3c53a39b57 100644
--- a/kde-apps/ksmtp/ksmtp-17.12.49.9999.ebuild
+++ b/kde-apps/ksmtp/ksmtp-17.12.49.9999.ebuild
@@ -20,3 +20,5 @@ DEPEND="
dev-libs/cyrus-sasl
"
RDEPEND="${DEPEND}"
+
+RESTRICT+=" test" # bug 642410
diff --git a/kde-apps/ksmtp/ksmtp-9999.ebuild b/kde-apps/ksmtp/ksmtp-9999.ebuild
index 9ae2ab83d2..3c53a39b57 100644
--- a/kde-apps/ksmtp/ksmtp-9999.ebuild
+++ b/kde-apps/ksmtp/ksmtp-9999.ebuild
@@ -20,3 +20,5 @@ DEPEND="
dev-libs/cyrus-sasl
"
RDEPEND="${DEPEND}"
+
+RESTRICT+=" test" # bug 642410
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/ksmtp/
@ 2018-04-22 11:54 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-04-22 11:54 UTC (permalink / raw
To: gentoo-commits
commit: 7e647cd2fa3ec24fafaeb589d4d139c2429f9b71
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 11:51:56 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 11:51:56 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7e647cd2
kde-apps/ksmtp: Drop unused DEPEND
Upstream commit c1b826b797831b306890eaf031475bad73f6ed8d
Package-Manager: Portage-2.3.31, Repoman-2.3.9
kde-apps/ksmtp/ksmtp-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-apps/ksmtp/ksmtp-9999.ebuild b/kde-apps/ksmtp/ksmtp-9999.ebuild
index 3c53a39b57..de79e1d390 100644
--- a/kde-apps/ksmtp/ksmtp-9999.ebuild
+++ b/kde-apps/ksmtp/ksmtp-9999.ebuild
@@ -15,7 +15,6 @@ DEPEND="
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
- $(add_kdeapps_dep kmime)
$(add_qt_dep qtnetwork)
dev-libs/cyrus-sasl
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/ksmtp/
@ 2021-11-16 7:35 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2021-11-16 7:35 UTC (permalink / raw
To: gentoo-commits
commit: 619a63530e7522d6449f52b0b84f393d684e378d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 07:03:08 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 07:03:08 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=619a6353
kde-apps/ksmtp: Set ECM_QTHELP=true
Upstream commit 51fce68902da17fdccbc28d6d7f51bad5150bed0
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/ksmtp/ksmtp-9999.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/kde-apps/ksmtp/ksmtp-9999.ebuild b/kde-apps/ksmtp/ksmtp-9999.ebuild
index 169090c24d..7e218f5306 100644
--- a/kde-apps/ksmtp/ksmtp-9999.ebuild
+++ b/kde-apps/ksmtp/ksmtp-9999.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+ECM_QTHELP="true"
ECM_TEST="true"
KFMIN=5.85.0
QTMIN=5.15.2
@@ -16,6 +17,8 @@ SLOT="5"
KEYWORDS=""
IUSE=""
+RESTRICT="test" # bug 642410
+
DEPEND="
dev-libs/cyrus-sasl
>=dev-qt/qtnetwork-${QTMIN}:5
@@ -24,5 +27,3 @@ DEPEND="
>=kde-frameworks/kio-${KFMIN}:5
"
RDEPEND="${DEPEND}"
-
-RESTRICT="test" # bug 642410
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/ksmtp/
@ 2021-12-09 11:28 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2021-12-09 11:28 UTC (permalink / raw
To: gentoo-commits
commit: ab502a6dc755c61dbcc66ec966b5918b7d09f046
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 9 10:38:39 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 9 11:26:38 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ab502a6d
kde-apps/ksmtp: drop 21.11.90*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/ksmtp/ksmtp-21.11.90.ebuild | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/kde-apps/ksmtp/ksmtp-21.11.90.ebuild b/kde-apps/ksmtp/ksmtp-21.11.90.ebuild
deleted file mode 100644
index 337fc8ad23..0000000000
--- a/kde-apps/ksmtp/ksmtp-21.11.90.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=5.88.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Job-based library to send email through an SMTP server"
-HOMEPAGE="https://api.kde.org/kdepim/ksmtp/html/index.html"
-
-LICENSE="LGPL-2.1+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RESTRICT="test" # bug 642410
-
-DEPEND="
- dev-libs/cyrus-sasl
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/ksmtp/
@ 2023-12-17 12:04 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-12-17 12:04 UTC (permalink / raw
To: gentoo-commits
commit: 9157769fc89af6f9d475e6c55a767f8463fb733b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 6 21:34:07 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 12:04:26 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9157769f
kde-apps/ksmtp: Port to KF6
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-apps/ksmtp/ksmtp-9999.ebuild | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/kde-apps/ksmtp/ksmtp-9999.ebuild b/kde-apps/ksmtp/ksmtp-9999.ebuild
index 83eaa60000..73eae86541 100644
--- a/kde-apps/ksmtp/ksmtp-9999.ebuild
+++ b/kde-apps/ksmtp/ksmtp-9999.ebuild
@@ -5,15 +5,15 @@ EAPI=8
ECM_QTHELP="true"
ECM_TEST="true"
-KFMIN=5.106.0
-QTMIN=5.15.9
+KFMIN=5.245.0
+QTMIN=6.6.0
inherit ecm gear.kde.org
DESCRIPTION="Job-based library to send email through an SMTP server"
HOMEPAGE="https://api.kde.org/kdepim/ksmtp/html/index.html"
LICENSE="LGPL-2.1+"
-SLOT="5"
+SLOT="6"
KEYWORDS=""
IUSE=""
@@ -21,9 +21,9 @@ RESTRICT="test" # bug 642410
DEPEND="
dev-libs/cyrus-sasl
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
+ >=dev-qt/qtbase-${QTMIN}:6[network]
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-12-17 12:04 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-25 19:24 [gentoo-commits] proj/kde:master commit in: kde-apps/ksmtp/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2018-01-05 1:01 Andreas Sturmlechner
2018-04-22 11:54 Andreas Sturmlechner
2021-11-16 7:35 Andreas Sturmlechner
2021-12-09 11:28 Andreas Sturmlechner
2023-12-17 12:04 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox