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 F260A138334 for ; Mon, 4 Nov 2019 07:47:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D38B2E0A9F; Mon, 4 Nov 2019 07:47:23 +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 BDC96E0A9F for ; Mon, 4 Nov 2019 07:47:23 +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 8ACE234C84B for ; Mon, 4 Nov 2019 07:47:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14A6B8A7 for ; Mon, 4 Nov 2019 07:47:20 +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: <1572853617.aff5c6fb92c5a27facb4541c28506b32c469897d.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-5.17.49.9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace-wallpapers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aff5c6fb92c5a27facb4541c28506b32c469897d X-VCS-Branch: master Date: Mon, 4 Nov 2019 07:47:20 +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: 9d362ad8-94b3-40da-8bfc-284a45291fac X-Archives-Hash: d8a553152fbb08d7cdcd51f637b604e4 commit: aff5c6fb92c5a27facb4541c28506b32c469897d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 3 22:54:11 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 4 07:46:57 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=aff5c6fb 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.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> .../plasma-workspace-wallpapers-5.17.49.9999.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.17.49.9999.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.17.49.9999.ebuild index f8a3dfac4c..eccdd355c1 100644 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.17.49.9999.ebuild +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.17.49.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 "