summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-18 23:04:09 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-18 23:39:12 +0200
commita849586cc781cbcea16e81b3616cbfc91c248876 (patch)
tree73c819b33d0b10dac47329dc4da6b1b1baad3453 /kde-apps/kiten
parentkde-apps/kiten: RDEPEND on media-fonts/kanjistrokeorders (diff)
downloadgentoo-a849586cc781cbcea16e81b3616cbfc91c248876.tar.gz
gentoo-a849586cc781cbcea16e81b3616cbfc91c248876.tar.bz2
gentoo-a849586cc781cbcea16e81b3616cbfc91c248876.zip
kde-apps/kiten: Drop 18.08.2 (r0)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kiten')
-rw-r--r--kde-apps/kiten/kiten-18.08.2.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/kde-apps/kiten/kiten-18.08.2.ebuild b/kde-apps/kiten/kiten-18.08.2.ebuild
deleted file mode 100644
index 8cabd9ca9671..000000000000
--- a/kde-apps/kiten/kiten-18.08.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-FONT_PN="kanjistrokeorders"
-inherit font kde5
-
-DESCRIPTION="KDE Japanese dictionary and reference"
-HOMEPAGE="https://www.kde.org/applications/education/kiten https://edu.kde.org/kiten/"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep khtml)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- kde5_src_install
- font_src_install
-}