public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ksmtp/
@ 2017-12-22 13:49 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2017-12-22 13:49 UTC (permalink / raw
  To: gentoo-commits

commit:     cbfbedc49bc82f643c555bf5d3279be540901551
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 13:48:43 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 13:49:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfbedc4

kde-apps/ksmtp: Drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 kde-apps/ksmtp/ksmtp-17.12.0.ebuild | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/kde-apps/ksmtp/ksmtp-17.12.0.ebuild b/kde-apps/ksmtp/ksmtp-17.12.0.ebuild
deleted file mode 100644
index 5514a7c2e8d..00000000000
--- a/kde-apps/ksmtp/ksmtp-17.12.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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="~amd64 ~x86"
-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}"


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ksmtp/
@ 2017-12-25 10:26 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2017-12-25 10:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a54db602e41ef5f8e8c4864d04ab7ac0efe5398f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 09:51:08 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 09:51:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a54db602

kde-apps/ksmtp: Drop old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-apps/ksmtp/ksmtp-17.12.0-r1.ebuild | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/kde-apps/ksmtp/ksmtp-17.12.0-r1.ebuild b/kde-apps/ksmtp/ksmtp-17.12.0-r1.ebuild
deleted file mode 100644
index b9a34c04f0e..00000000000
--- a/kde-apps/ksmtp/ksmtp-17.12.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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="~amd64 ~x86"
-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}"
-
-PATCHES=( "${FILESDIR}/${P}-ehlo-auth-fix.patch" )


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ksmtp/
@ 2018-01-05  0:35 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2018-01-05  0:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c1b2c736bb3bdc83da4ae8a569e727f3faecfa42
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  4 00:02:16 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 00:34:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b2c736

kde-apps/ksmtp: tests hang, restrict tests.

Thanks-to: Paolo Pedroni <paolo.pedroni <AT> iol.it>
Closes: https://bugs.gentoo.org/642410
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-apps/ksmtp/ksmtp-17.12.0-r2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kde-apps/ksmtp/ksmtp-17.12.0-r2.ebuild b/kde-apps/ksmtp/ksmtp-17.12.0-r2.ebuild
index 42d615782b2..d4eac8670b3 100644
--- a/kde-apps/ksmtp/ksmtp-17.12.0-r2.ebuild
+++ b/kde-apps/ksmtp/ksmtp-17.12.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,3 +25,5 @@ PATCHES=(
 	"${FILESDIR}/${P}-ehlo-auth-fix.patch"
 	"${FILESDIR}/${P}-correct-hostname.patch"
 )
+
+RESTRICT+=" test" # bug 642410


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ksmtp/
@ 2021-02-24 19:35 Mikle Kolyada
  0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada @ 2021-02-24 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     83b7d3d58930718a8a6d5837d99209f0bc94b487
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 19:34:41 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 19:34:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b7d3d5

kde-apps/ksmtp: Stabilize 20.12.2 arm64, #770775

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

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

diff --git a/kde-apps/ksmtp/ksmtp-20.12.2.ebuild b/kde-apps/ksmtp/ksmtp-20.12.2.ebuild
index 16c88ca1fdb..804cb09bc35 100644
--- a/kde-apps/ksmtp/ksmtp-20.12.2.ebuild
+++ b/kde-apps/ksmtp/ksmtp-20.12.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://api.kde.org/kdepim/ksmtp/html/index.html"
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ksmtp/
@ 2021-02-24 22:40 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2021-02-24 22:40 UTC (permalink / raw
  To: gentoo-commits

commit:     b503b4f4ef9443263c1fb81ae3448ca13c6a5dc9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 21:18:23 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 22:39:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b503b4f4

kde-apps/ksmtp: drop 20.08.3*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/ksmtp/Manifest             |  1 -
 kde-apps/ksmtp/ksmtp-20.08.3.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index 963ee01fcf6..016e1b71507 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1,2 +1 @@
-DIST ksmtp-20.08.3.tar.xz 42436 BLAKE2B c203c4be99b25ec3dd29c17d772da381d5a24efcb54b524fdb4fd69dc5d572076d95db331734a2b1d5409ff35d3570f2263666ec4395b44db481535704059d5f SHA512 57f549f1e37f09d656ea338688aec663fe56b08384f57d1cea5c5418c073f1ada90941462bbc279619ebda7243a961c7017e686ccc89f076e0d68c20307d4eee
 DIST ksmtp-20.12.2.tar.xz 43092 BLAKE2B 74a757a58687d4c76d6a6c6c9c5931ff01938c206d482bc9a02d00bd46fef942ad5fe785b6e2c300dee889509cda1ed489355c3ab2f00e65efd039dd53856a84 SHA512 d336777948705f4d79ba6ac2c428caa467da8d6b0853defd8fb42a150c10dd25ef0258f41ce2549212e27dabca58e17eddb0d6425d2159e3d21eafaa29e369a5

diff --git a/kde-apps/ksmtp/ksmtp-20.08.3.ebuild b/kde-apps/ksmtp/ksmtp-20.08.3.ebuild
deleted file mode 100644
index d9ff616b8ce..00000000000
--- a/kde-apps/ksmtp/ksmtp-20.08.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.74.0
-QTMIN=5.15.1
-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 x86"
-IUSE=""
-
-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}"
-
-RESTRICT+=" test" # bug 642410


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ksmtp/
@ 2021-10-10  4:45 Yixun Lan
  0 siblings, 0 replies; 12+ messages in thread
From: Yixun Lan @ 2021-10-10  4:45 UTC (permalink / raw
  To: gentoo-commits

commit:     454e4a8a86b58e6fa1dd511cd82f38e314aa8a33
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Sun Oct 10 03:43:01 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 04:43:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454e4a8a

kde-apps/ksmtp: keyword 21.08.2 for ~riscv

Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

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

diff --git a/kde-apps/ksmtp/ksmtp-21.08.2.ebuild b/kde-apps/ksmtp/ksmtp-21.08.2.ebuild
index 786e5629c92..443ea92ebdb 100644
--- a/kde-apps/ksmtp/ksmtp-21.08.2.ebuild
+++ b/kde-apps/ksmtp/ksmtp-21.08.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://api.kde.org/kdepim/ksmtp/html/index.html"
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ksmtp/
@ 2021-11-23 20:13 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2021-11-23 20:13 UTC (permalink / raw
  To: gentoo-commits

commit:     af26168d632a382402ada8ed23653b661171f537
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 23 15:18:39 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 20:04:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af26168d

kde-apps/ksmtp: Drop 21.08.3 (r0)

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/ksmtp/ksmtp-21.08.3.ebuild | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-apps/ksmtp/ksmtp-21.08.3.ebuild b/kde-apps/ksmtp/ksmtp-21.08.3.ebuild
deleted file mode 100644
index 443ea92ebdb3..000000000000
--- a/kde-apps/ksmtp/ksmtp-21.08.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.84.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=""
-
-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}"
-
-RESTRICT="test" # bug 642410


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ksmtp/
@ 2021-11-23 20:13 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2021-11-23 20:13 UTC (permalink / raw
  To: gentoo-commits

commit:     d93c611084e91b9212952534ec6ed3ae6cdf53e1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 23 15:17:22 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 20:04:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d93c6110

kde-apps/ksmtp: Fix CVE-2021-38373

Upstream commits:
8168bc77ec9c61734dd28085f30f3039b1af6bff
90378276fc79f913762ddb969e6df51603c509bd
fa16acff6fc3e9b99e435c78196936f90e883521
f49c27f108362046ef44f3a9183992a42b580fda
10154ca7362ac26f2bd1f2f66dce6e3b3f065125
3bf173a4d766fbd6897ec0af840fda58b179a324
c1a9a152682e7c1215580fedc2bf6f548319d349
5136cde5f70ef16cf71df234c2184f58573dff94
02acc7b857ddbcebe0b5ac67effecf25499b2b83

KDE-bug: https://bugs.kde.org/show_bug.cgi?id=423423
KDE-bug: https://bugs.kde.org/show_bug.cgi?id=423424
Bug: https://bugs.gentoo.org/807355
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/ksmtp/Manifest                |  1 +
 kde-apps/ksmtp/ksmtp-21.08.3-r1.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest
index 2fc929bdbab5..c24649a7630b 100644
--- a/kde-apps/ksmtp/Manifest
+++ b/kde-apps/ksmtp/Manifest
@@ -1,2 +1,3 @@
 DIST ksmtp-21.04.3.tar.xz 47680 BLAKE2B b1cea8d68e19c2512a7045231cd76b269f1b006278867770a1877a2707d01f06dbc5d5bced386baa412ad62ea49507b6245e2722cc5510a9450dc94049bc28d9 SHA512 b29e18e6b6b489e60fc100b8570ccc056babc2e6863e47d1f811e99bac1423b269939189763fd46b55ff8e8c31c9b219c30850e284de629a5b3bd6e61f3f9805
+DIST ksmtp-21.08.3-CVE-2021-38373.patch.xz 7924 BLAKE2B 0ddad6d49482121595b5cdef8ef9edfe6460cbe4b3ee136e24ed6027b4a96f31c916b614f358756fa9db7afa318ed56369a1ff1384bf670d42934dd1384c43cc SHA512 6278e8a67625b8674ac0e27176320642a9be16bc1e303b04424bec8ac77cec502f572d9e0b9b742ee667977d9fda15616f993600e4f96e83c95ecec14b89bd08
 DIST ksmtp-21.08.3.tar.xz 47496 BLAKE2B 5078fa15f3b248cb70fa813bc1295d90a738e9717a3f8d01d49167004669e8d80411fa7bd2fe7e228b4cdbdd6a310fc9e1d8feb2f6eedd04b385e47b1f588469 SHA512 590cc6c5036994c14e1e32a278c1cbac74b9a4322f50738a2d9652612f0430d7d329f582c152c80bac4fcadd34b62af0b59d613a0fe6778da377d007462c0164

diff --git a/kde-apps/ksmtp/ksmtp-21.08.3-r1.ebuild b/kde-apps/ksmtp/ksmtp-21.08.3-r1.ebuild
new file mode 100644
index 000000000000..ca6f764b8b1b
--- /dev/null
+++ b/kde-apps/ksmtp/ksmtp-21.08.3-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.84.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"
+SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${P}-CVE-2021-38373.patch.xz"
+
+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}"
+
+PATCHES=( "${WORKDIR}/${P}-CVE-2021-38373.patch" )


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ksmtp/
@ 2023-04-02 19:40 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2023-04-02 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     7304556b8958dc60e55eca96f2ab2536aa23a8d6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  2 19:32:48 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  2 19:40:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7304556b

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

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

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

diff --git a/kde-apps/ksmtp/ksmtp-22.12.3.ebuild b/kde-apps/ksmtp/ksmtp-22.12.3.ebuild
index dcb77aaa6ecc..ccd0dbafd892 100644
--- a/kde-apps/ksmtp/ksmtp-22.12.3.ebuild
+++ b/kde-apps/ksmtp/ksmtp-22.12.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://api.kde.org/kdepim/ksmtp/html/index.html"
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 RESTRICT="test" # bug 642410


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ksmtp/
@ 2023-07-15 17:09 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2023-07-15 17:09 UTC (permalink / raw
  To: gentoo-commits

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

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

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

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

diff --git a/kde-apps/ksmtp/ksmtp-23.04.2.ebuild b/kde-apps/ksmtp/ksmtp-23.04.2.ebuild
index 3b581b0825e3..41d7e104345b 100644
--- a/kde-apps/ksmtp/ksmtp-23.04.2.ebuild
+++ b/kde-apps/ksmtp/ksmtp-23.04.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://api.kde.org/kdepim/ksmtp/html/index.html"
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 RESTRICT="test" # bug 642410


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ksmtp/
@ 2023-11-23 15:27 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-11-23 15:27 UTC (permalink / raw
  To: gentoo-commits

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

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

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

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

diff --git a/kde-apps/ksmtp/ksmtp-23.08.3.ebuild b/kde-apps/ksmtp/ksmtp-23.08.3.ebuild
index 0f42b708cbe7..f723a61727e7 100644
--- a/kde-apps/ksmtp/ksmtp-23.08.3.ebuild
+++ b/kde-apps/ksmtp/ksmtp-23.08.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://api.kde.org/kdepim/ksmtp/html/index.html"
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 RESTRICT="test" # bug 642410


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ksmtp/
@ 2024-03-06 19:19 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-03-06 19:19 UTC (permalink / raw
  To: gentoo-commits

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

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

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

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

diff --git a/kde-apps/ksmtp/ksmtp-23.08.5.ebuild b/kde-apps/ksmtp/ksmtp-23.08.5.ebuild
index 5e7e1fd8c101..01dd191688f2 100644
--- a/kde-apps/ksmtp/ksmtp-23.08.5.ebuild
+++ b/kde-apps/ksmtp/ksmtp-23.08.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://api.kde.org/kdepim/ksmtp/html/index.html"
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 RESTRICT="test" # bug 642410


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

end of thread, other threads:[~2024-03-06 19:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-24 22:40 [gentoo-commits] repo/gentoo:master commit in: kde-apps/ksmtp/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-03-06 19:19 Arthur Zamarin
2023-11-23 15:27 Sam James
2023-07-15 17:09 Arthur Zamarin
2023-04-02 19:40 Arthur Zamarin
2021-11-23 20:13 Andreas Sturmlechner
2021-11-23 20:13 Andreas Sturmlechner
2021-10-10  4:45 Yixun Lan
2021-02-24 19:35 Mikle Kolyada
2018-01-05  0:35 Andreas Sturmlechner
2017-12-25 10:26 Andreas Sturmlechner
2017-12-22 13:49 Andreas Sturmlechner

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