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 0C39B13997F for ; Mon, 11 Nov 2019 00:19:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D269DE0A6D; Mon, 11 Nov 2019 00:19:22 +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 AEE8EE0A52 for ; Mon, 11 Nov 2019 00:19:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2C6EB34CB68 for ; Mon, 11 Nov 2019 00:19:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE2F98AD for ; Mon, 11 Nov 2019 00:19:19 +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: <1573429168.b60c9a94361760755b3f894146d0673e802608fb.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/kgraphviewer/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/kgraphviewer/kgraphviewer-9999.ebuild X-VCS-Directories: media-gfx/kgraphviewer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b60c9a94361760755b3f894146d0673e802608fb X-VCS-Branch: master Date: Mon, 11 Nov 2019 00:19:19 +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: e19a5baa-9b87-40a7-b33e-8d05c6ab3d1d X-Archives-Hash: 47b14c24b5f018932f19ad229a9697e0 commit: b60c9a94361760755b3f894146d0673e802608fb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 10 23:39:28 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 10 23:39:28 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b60c9a94 media-gfx/kgraphviewer: Port to ecm.eclass and kde.org.eclass Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/kgraphviewer/kgraphviewer-9999.ebuild | 31 +++++++++++++------------ 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/media-gfx/kgraphviewer/kgraphviewer-9999.ebuild b/media-gfx/kgraphviewer/kgraphviewer-9999.ebuild index 9a1ad4d7a8..52272bb02e 100644 --- a/media-gfx/kgraphviewer/kgraphviewer-9999.ebuild +++ b/media-gfx/kgraphviewer/kgraphviewer-9999.ebuild @@ -3,31 +3,32 @@ EAPI=7 -KDE_HANDBOOK="forceoptional" -inherit kde5 +ECM_HANDBOOK="forceoptional" +inherit ecm kde.org DESCRIPTION="Graphviz dot graph file viewer" HOMEPAGE="https://kde.org/applications/graphics/kgraphviewer/" [[ ${PV} != *9999* ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" LICENSE="GPL-2 GPL-2+ LGPL-2+ LGPL-2.1+ handbook? ( FDL-1.2 )" +SLOT="5" KEYWORDS="" IUSE="" RDEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kparts) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwidgets) + kde-frameworks/kconfig:5 + kde-frameworks/kconfigwidgets:5 + kde-frameworks/kcoreaddons:5 + kde-frameworks/ki18n:5 + kde-frameworks/kiconthemes:5 + kde-frameworks/kparts:5 + kde-frameworks/kwidgetsaddons:5 + kde-frameworks/kxmlgui:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtprintsupport:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 >=media-gfx/graphviz-2.30 " DEPEND="${RDEPEND}