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, 01 Sep 2020 12:02:02
Message-Id: 1598961539.aae1ef116f7edbddd60a321c70f864c565ad68c5.asturm@gentoo
1 commit: aae1ef116f7edbddd60a321c70f864c565ad68c5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 11:58:59 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 11:58:59 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=aae1ef11
7
8 kde-plasma/kwrited: drop 5.19.49.9999*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/kwrited/kwrited-5.19.49.9999.ebuild | 27 --------------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/kde-plasma/kwrited/kwrited-5.19.49.9999.ebuild b/kde-plasma/kwrited/kwrited-5.19.49.9999.ebuild
16 deleted file mode 100644
17 index a0a8db7523..0000000000
18 --- a/kde-plasma/kwrited/kwrited-5.19.49.9999.ebuild
19 +++ /dev/null
20 @@ -1,27 +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.71.0
27 -PVCUT=$(ver_cut 1-3)
28 -QTMIN=5.14.2
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=""
36 -IUSE=""
37 -
38 -DEPEND="
39 - >=dev-qt/qtgui-${QTMIN}:5
40 - >=dev-qt/qtwidgets-${QTMIN}:5
41 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
42 - >=kde-frameworks/kdbusaddons-${KFMIN}:5
43 - >=kde-frameworks/ki18n-${KFMIN}:5
44 - >=kde-frameworks/knotifications-${KFMIN}:5
45 - >=kde-frameworks/kpty-${KFMIN}:5
46 -"
47 -RDEPEND="${DEPEND}"