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 16:41:00
Message-Id: 1598978085.e2d1e52d7293a7340a5cdb42d20055a379bf3b3c.asturm@gentoo
1 commit: e2d1e52d7293a7340a5cdb42d20055a379bf3b3c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 16:34:45 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 16:34:45 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e2d1e52d
7
8 kde-plasma/kwrited: drop 5.19.5*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/kwrited/kwrited-5.19.5.ebuild | 27 ---------------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/kde-plasma/kwrited/kwrited-5.19.5.ebuild b/kde-plasma/kwrited/kwrited-5.19.5.ebuild
16 deleted file mode 100644
17 index 317eed10e3..0000000000
18 --- a/kde-plasma/kwrited/kwrited-5.19.5.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="~amd64 ~arm ~arm64 ~ppc64 ~x86"
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}"