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 A8EAD138350 for ; Fri, 17 Jan 2020 19:49:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8513DE0863; Fri, 17 Jan 2020 19:49:40 +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 68065E0863 for ; Fri, 17 Jan 2020 19:49:40 +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 E688734E1E4 for ; Fri, 17 Jan 2020 19:49:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B34DCF for ; Fri, 17 Jan 2020 19:49:36 +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: <1579290515.f504f9f91f9a65b479f8d580d92705ff5aa4b4d0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/systemdgenie/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/systemdgenie/systemdgenie-0.99.0.ebuild X-VCS-Directories: app-admin/systemdgenie/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f504f9f91f9a65b479f8d580d92705ff5aa4b4d0 X-VCS-Branch: master Date: Fri, 17 Jan 2020 19:49:36 +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: 1bdb34d7-d885-420b-b71c-39f6e76e6f21 X-Archives-Hash: 524d10824d6773e5b542ed1b263792d5 commit: f504f9f91f9a65b479f8d580d92705ff5aa4b4d0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 11 00:28:15 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 17 19:48:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f504f9f9 app-admin/systemdgenie: Port to ecm.eclass and kde.org.eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> app-admin/systemdgenie/systemdgenie-0.99.0.ebuild | 31 +++++++++++++---------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/app-admin/systemdgenie/systemdgenie-0.99.0.ebuild b/app-admin/systemdgenie/systemdgenie-0.99.0.ebuild index 39e93608049..269737db81e 100644 --- a/app-admin/systemdgenie/systemdgenie-0.99.0.ebuild +++ b/app-admin/systemdgenie/systemdgenie-0.99.0.ebuild @@ -1,32 +1,35 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit kde5 +KFMIN=5.60.0 +QTMIN=5.12.3 +inherit ecm kde.org if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz" KEYWORDS="~amd64" fi -DESCRIPTION="systemd managment utility" +DESCRIPTION="Systemd managment utility" HOMEPAGE="https://cgit.kde.org/systemdgenie.git" + LICENSE="GPL-2+" -IUSE="" +SLOT="5" BDEPEND="sys-devel/gettext" DEPEND=" - $(add_frameworks_dep kauth) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kauth-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kcrash-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 sys-apps/systemd:= " RDEPEND="${DEPEND}"