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 4DB65138334 for ; Tue, 31 Dec 2019 16:44:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0F4EE0B34; Tue, 31 Dec 2019 16:44:04 +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 D3863E0B2E for ; Tue, 31 Dec 2019 16:44:04 +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 C66F034DDF1 for ; Tue, 31 Dec 2019 16:44:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 852F381 for ; Tue, 31 Dec 2019 16:44:00 +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: <1577810135.850d7df04f6b68e4b9d54260ad300ca2c3472f91.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/sddm/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/sddm/sddm-9999.ebuild X-VCS-Directories: x11-misc/sddm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 850d7df04f6b68e4b9d54260ad300ca2c3472f91 X-VCS-Branch: master Date: Tue, 31 Dec 2019 16:44:00 +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: dae34ca9-f85e-46f2-9a7d-60515c55b626 X-Archives-Hash: feefac8d21070ca32a8cdc02fd85dc7a commit: 850d7df04f6b68e4b9d54260ad300ca2c3472f91 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 31 16:30:13 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 31 16:35:35 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=850d7df0 x11-misc/sddm: Switch to cmake.eclass Add missing RESTRICT="!test? ( test )" Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/sddm/sddm-9999.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/x11-misc/sddm/sddm-9999.ebuild b/x11-misc/sddm/sddm-9999.ebuild index 64e6785b..e2ddf0c9 100644 --- a/x11-misc/sddm/sddm-9999.ebuild +++ b/x11-misc/sddm/sddm-9999.ebuild @@ -12,7 +12,7 @@ else fi PLOCALES="ar bn ca cs da de es et fi fr hi_IN hu ie is it ja kk ko lt lv nb nl nn pl pt_BR pt_PT ro ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr uk zh_CN zh_TW" -inherit cmake-utils l10n systemd user +inherit cmake l10n systemd user DESCRIPTION="Simple Desktop Display Manager" HOMEPAGE="https://github.com/sddm/sddm" @@ -23,6 +23,8 @@ IUSE="consolekit elogind +pam systemd test" REQUIRED_USE="?? ( elogind systemd )" +RESTRICT="!test? ( test )" + BDEPEND=" dev-python/docutils >=dev-qt/linguist-tools-5.9.4:5 @@ -58,7 +60,7 @@ PATCHES=( ) src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare disable_locale() { sed -e "/${1}\.ts/d" -i data/translations/CMakeLists.txt || die @@ -80,11 +82,11 @@ src_configure() { -DBUILD_MAN_PAGES=ON -DDBUS_CONFIG_FILENAME="org.freedesktop.sddm.conf" ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install # Create a default.conf as upstream dropped /etc/sddm.conf w/o replacement local confd="/usr/lib/sddm/sddm.conf.d"