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 A8F23138336 for ; Mon, 9 Dec 2019 11:21:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8275BE083E; Mon, 9 Dec 2019 11:21:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 66C8CE083E for ; Mon, 9 Dec 2019 11:21:36 +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 03D7234D89F for ; Mon, 9 Dec 2019 11:21:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6220F8CB for ; Mon, 9 Dec 2019 11:21:32 +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: <1575890478.9586ed61805ff1beacd38b245ec2032e955fdd98.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/dikt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/dikt/dikt-2s_p1.ebuild X-VCS-Directories: app-dicts/dikt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9586ed61805ff1beacd38b245ec2032e955fdd98 X-VCS-Branch: master Date: Mon, 9 Dec 2019 11:21:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d927af66-12b1-410e-b19c-9cca2d546ca7 X-Archives-Hash: e977206aea421517b46eaf3a1c5e93b3 commit: 9586ed61805ff1beacd38b245ec2032e955fdd98 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 9 10:05:24 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 9 11:21:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9586ed61 app-dicts/dikt: Switch to ecm.eclass Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> app-dicts/dikt/dikt-2s_p1.ebuild | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/app-dicts/dikt/dikt-2s_p1.ebuild b/app-dicts/dikt/dikt-2s_p1.ebuild index f99de7a9348..c655a5c576d 100644 --- a/app-dicts/dikt/dikt-2s_p1.ebuild +++ b/app-dicts/dikt/dikt-2s_p1.ebuild @@ -4,7 +4,9 @@ EAPI=7 MY_P=${P/_p/} -inherit kde5 +KFMIN=5.60.0 +QTMIN=5.12.3 +inherit ecm DESCRIPTION="Dictionary application that implements the Dict protocol" HOMEPAGE="https://www.dikt.tv/" @@ -16,21 +18,21 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtwidgets) + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtprintsupport-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kcodecs-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/kguiaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kiconthemes-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 " RDEPEND="${DEPEND} !app-dicts/dikt:4