From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F2C9138334 for ; Thu, 18 Oct 2018 21:39:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BB56E0A9E; Thu, 18 Oct 2018 21:39:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00BF2E0A9E for ; Thu, 18 Oct 2018 21:39:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B03D335CFA for ; Thu, 18 Oct 2018 21:39:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00C7E444 for ; Thu, 18 Oct 2018 21:39:31 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1539898752.a849586cc781cbcea16e81b3616cbfc91c248876.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kiten/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kiten/kiten-18.08.2.ebuild X-VCS-Directories: kde-apps/kiten/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a849586cc781cbcea16e81b3616cbfc91c248876 X-VCS-Branch: master Date: Thu, 18 Oct 2018 21:39:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fd55615f-131b-44a7-83f6-90b5f081af77 X-Archives-Hash: 796f7ff0b7f442d8a2cb97a8a9045e81 commit: a849586cc781cbcea16e81b3616cbfc91c248876 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 18 21:04:09 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 18 21:39:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a849586c kde-apps/kiten: Drop 18.08.2 (r0) Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-apps/kiten/kiten-18.08.2.ebuild | 37 ------------------------------------- 1 file changed, 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 8cabd9ca967..00000000000 --- 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 -}