Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ksmtp/
Date: Thu, 09 Dec 2021 11:28:58
Message-Id: 1639049198.ab502a6dc755c61dbcc66ec966b5918b7d09f046.asturm@gentoo
1 commit: ab502a6dc755c61dbcc66ec966b5918b7d09f046
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 9 10:38:39 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 9 11:26:38 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ab502a6d
7
8 kde-apps/ksmtp: drop 21.11.90*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-apps/ksmtp/ksmtp-21.11.90.ebuild | 29 -----------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/kde-apps/ksmtp/ksmtp-21.11.90.ebuild b/kde-apps/ksmtp/ksmtp-21.11.90.ebuild
16 deleted file mode 100644
17 index 337fc8ad23..0000000000
18 --- a/kde-apps/ksmtp/ksmtp-21.11.90.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -ECM_QTHELP="true"
27 -ECM_TEST="true"
28 -KFMIN=5.88.0
29 -QTMIN=5.15.2
30 -inherit ecm kde.org
31 -
32 -DESCRIPTION="Job-based library to send email through an SMTP server"
33 -HOMEPAGE="https://api.kde.org/kdepim/ksmtp/html/index.html"
34 -
35 -LICENSE="LGPL-2.1+"
36 -SLOT="5"
37 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
38 -IUSE=""
39 -
40 -RESTRICT="test" # bug 642410
41 -
42 -DEPEND="
43 - dev-libs/cyrus-sasl
44 - >=dev-qt/qtnetwork-${QTMIN}:5
45 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
46 - >=kde-frameworks/ki18n-${KFMIN}:5
47 - >=kde-frameworks/kio-${KFMIN}:5
48 -"
49 -RDEPEND="${DEPEND}"