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 5B4E2138359 for ; Tue, 13 Oct 2020 11:51:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E565DE0929; Tue, 13 Oct 2020 11:51:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C92B9E0923 for ; Tue, 13 Oct 2020 11:51:09 +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 D0A73335D00 for ; Tue, 13 Oct 2020 11:51:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7955C3B7 for ; Tue, 13 Oct 2020 11:51:05 +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: <1602589852.ba0aede6ad2192e668f4e4445d1cb2ffcb9faff9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace-wallpapers/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-workspace-wallpapers/Manifest kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.20.0.ebuild X-VCS-Directories: kde-plasma/plasma-workspace-wallpapers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ba0aede6ad2192e668f4e4445d1cb2ffcb9faff9 X-VCS-Branch: master Date: Tue, 13 Oct 2020 11:51:05 +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: 33e6d860-cb47-4100-81f8-c3fa9928203a X-Archives-Hash: f9cba151cee6e0c9905779adbed2865f commit: ba0aede6ad2192e668f4e4445d1cb2ffcb9faff9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 13 11:38:28 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 13 11:50:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0aede6 kde-plasma/plasma-workspace-wallpapers: 5.20.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace-wallpapers/Manifest | 1 + .../plasma-workspace-wallpapers-5.20.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest b/kde-plasma/plasma-workspace-wallpapers/Manifest index 6fe4be714f9..257fe0ed04a 100644 --- a/kde-plasma/plasma-workspace-wallpapers/Manifest +++ b/kde-plasma/plasma-workspace-wallpapers/Manifest @@ -1 +1,2 @@ DIST plasma-workspace-wallpapers-5.19.5.tar.xz 41824532 BLAKE2B 08b90cd0869e5935320a00fe7687c6a15a3978bcf3288e8e37f48dcef53baaf84921f573949f8dbeeaac2f5861151a4625520fd6a89de264e150918955d39da9 SHA512 79723d50f47412d4904effddbb641d75675a66f517e70164bf55f89e31cbb8246ea1617f90e4cd8e1c5ec169332187586443ead7bc2721b0df85a693ada9287f +DIST plasma-workspace-wallpapers-5.20.0.tar.xz 45931236 BLAKE2B 137387830561ec272e8b18a403c3fd94dcf4ac7eeaad74ba8e3f9635ce06812bc2fd7ca67b0e3e34c00e1769e718bfc744c22efebfce48bb00858835d1a432a6 SHA512 1e7f3d85f09572ccc613f8c6c6364a32b0c28a5a3843660daf6e96897a5867cec556dd9981c3607b7ea3e635716ad63b1b53400c6a09b777b30624d9e2a12ada diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.20.0.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.20.0.ebuild new file mode 100644 index 00000000000..0fe9c7985bd --- /dev/null +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.20.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PVCUT=$(ver_cut 1-3) +inherit cmake kde.org + +DESCRIPTION="Wallpapers for the Plasma workspace" + +LICENSE="GPL-2" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +BDEPEND=" + dev-qt/qtcore:5 + kde-frameworks/extra-cmake-modules:5 +"