Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/ksmtp/
Date: Tue, 23 Nov 2021 20:13:36
Message-Id: 1637697890.af26168d632a382402ada8ed23653b661171f537.asturm@gentoo
1 commit: af26168d632a382402ada8ed23653b661171f537
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 23 15:18:39 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 23 20:04:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af26168d
7
8 kde-apps/ksmtp: Drop 21.08.3 (r0)
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-apps/ksmtp/ksmtp-21.08.3.ebuild | 28 ----------------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/kde-apps/ksmtp/ksmtp-21.08.3.ebuild b/kde-apps/ksmtp/ksmtp-21.08.3.ebuild
17 deleted file mode 100644
18 index 443ea92ebdb3..000000000000
19 --- a/kde-apps/ksmtp/ksmtp-21.08.3.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=8
26 -
27 -ECM_TEST="true"
28 -KFMIN=5.84.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 -DEPEND="
41 - dev-libs/cyrus-sasl
42 - >=dev-qt/qtnetwork-${QTMIN}:5
43 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
44 - >=kde-frameworks/ki18n-${KFMIN}:5
45 - >=kde-frameworks/kio-${KFMIN}:5
46 -"
47 -RDEPEND="${DEPEND}"
48 -
49 -RESTRICT="test" # bug 642410