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 5BDA5138334 for ; Wed, 16 Oct 2019 22:21:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D825E0887; Wed, 16 Oct 2019 22:21:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 76BF2E0887 for ; Wed, 16 Oct 2019 22:21:00 +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 9940234BE29 for ; Wed, 16 Oct 2019 22:20:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97CFA88A for ; Wed, 16 Oct 2019 22:20:56 +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: <1571264339.51216607cd740b9ce8a160c1ef67212df6c40972.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace-wallpapers/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace-wallpapers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 51216607cd740b9ce8a160c1ef67212df6c40972 X-VCS-Branch: master Date: Wed, 16 Oct 2019 22:20:56 +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: 7922a679-f63c-4350-9a76-bb1329f1f465 X-Archives-Hash: ee03da57d80ea9818ddb53bec1e2d8e0 commit: 51216607cd740b9ce8a160c1ef67212df6c40972 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 16 22:18:59 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 16 22:18:59 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=51216607 kde-plasma/plasma-workspace-wallpapers: Port away from kde5.eclass This is using ECM, but on a very basic level. Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> .../plasma-workspace-wallpapers-9999.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-9999.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-9999.ebuild index f8a3dfac4c..eccdd355c1 100644 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-9999.ebuild +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-9999.ebuild @@ -3,15 +3,16 @@ EAPI=7 -KDE_AUTODEPS="false" -KDE_DEBUG="false" -inherit kde5 +inherit kde.org DESCRIPTION="Wallpapers for the Plasma workspace" + +LICENSE="GPL-2" +SLOT="5" KEYWORDS="" IUSE="" BDEPEND=" - $(add_frameworks_dep extra-cmake-modules) - $(add_qt_dep qtcore) + dev-qt/qtcore:5 + kde-frameworks/extra-cmake-modules:5 "