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/kiten/
Date: Thu, 18 Oct 2018 21:39:43
Message-Id: 1539898752.a849586cc781cbcea16e81b3616cbfc91c248876.asturm@gentoo
1 commit: a849586cc781cbcea16e81b3616cbfc91c248876
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 18 21:04:09 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 21:39:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a849586c
7
8 kde-apps/kiten: Drop 18.08.2 (r0)
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 kde-apps/kiten/kiten-18.08.2.ebuild | 37 -------------------------------------
14 1 file changed, 37 deletions(-)
15
16 diff --git a/kde-apps/kiten/kiten-18.08.2.ebuild b/kde-apps/kiten/kiten-18.08.2.ebuild
17 deleted file mode 100644
18 index 8cabd9ca967..00000000000
19 --- a/kde-apps/kiten/kiten-18.08.2.ebuild
20 +++ /dev/null
21 @@ -1,37 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -KDE_HANDBOOK="forceoptional"
28 -FONT_PN="kanjistrokeorders"
29 -inherit font kde5
30 -
31 -DESCRIPTION="KDE Japanese dictionary and reference"
32 -HOMEPAGE="https://www.kde.org/applications/education/kiten https://edu.kde.org/kiten/"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE=""
35 -
36 -DEPEND="
37 - $(add_frameworks_dep karchive)
38 - $(add_frameworks_dep kcompletion)
39 - $(add_frameworks_dep kconfig)
40 - $(add_frameworks_dep kconfigwidgets)
41 - $(add_frameworks_dep kcoreaddons)
42 - $(add_frameworks_dep kcrash)
43 - $(add_frameworks_dep khtml)
44 - $(add_frameworks_dep ki18n)
45 - $(add_frameworks_dep kio)
46 - $(add_frameworks_dep kparts)
47 - $(add_frameworks_dep kwidgetsaddons)
48 - $(add_frameworks_dep kxmlgui)
49 - $(add_qt_dep qtdbus)
50 - $(add_qt_dep qtgui)
51 - $(add_qt_dep qtwidgets)
52 -"
53 -RDEPEND="${DEPEND}"
54 -
55 -src_install() {
56 - kde5_src_install
57 - font_src_install
58 -}