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-plasma/kwrited/
Date: Tue, 13 Oct 2020 11:51:19
Message-Id: 1602589782.202dc4de80b31e0c5c3b8216e8183f3f121ef698.asturm@gentoo
1 commit: 202dc4de80b31e0c5c3b8216e8183f3f121ef698
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 13 11:49:42 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 13 11:49:42 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=202dc4de
7
8 kde-plasma/kwrited: drop 5.20.0*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/kwrited/kwrited-5.20.0.ebuild | 26 --------------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/kde-plasma/kwrited/kwrited-5.20.0.ebuild b/kde-plasma/kwrited/kwrited-5.20.0.ebuild
16 deleted file mode 100644
17 index adb7f26f71..0000000000
18 --- a/kde-plasma/kwrited/kwrited-5.20.0.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -KFMIN=5.74.0
27 -PVCUT=$(ver_cut 1-3)
28 -QTMIN=5.15.1
29 -inherit ecm kde.org
30 -
31 -DESCRIPTION="KDE Plasma daemon listening for wall and write messages"
32 -
33 -LICENSE="GPL-2" # TODO: CHECK
34 -SLOT="5"
35 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
36 -IUSE=""
37 -
38 -DEPEND="
39 - >=dev-qt/qtgui-${QTMIN}:5
40 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
41 - >=kde-frameworks/kdbusaddons-${KFMIN}:5
42 - >=kde-frameworks/ki18n-${KFMIN}:5
43 - >=kde-frameworks/knotifications-${KFMIN}:5
44 - >=kde-frameworks/kpty-${KFMIN}:5
45 -"
46 -RDEPEND="${DEPEND}"