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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 368C7158089 for ; Wed, 13 Sep 2023 17:44:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F8C82BC037; Wed, 13 Sep 2023 17:44:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 637F92BC033 for ; Wed, 13 Sep 2023 17:44:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A688335D0A for ; Wed, 13 Sep 2023 17:44:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0464111B2 for ; Wed, 13 Sep 2023 17:44:25 +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: <1694627029.99d62bc4df7dced97456082b827fd5e9344ca59d.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.27.8.ebuild X-VCS-Directories: kde-plasma/plasma-workspace-wallpapers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 99d62bc4df7dced97456082b827fd5e9344ca59d X-VCS-Branch: master Date: Wed, 13 Sep 2023 17:44:25 +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: 1ff503c7-328e-435c-9cc4-651157b34ae4 X-Archives-Hash: a6290919a46319804a03e6169c4e059f commit: 99d62bc4df7dced97456082b827fd5e9344ca59d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 13 13:45:48 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 13 17:43:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d62bc4 kde-plasma/plasma-workspace-wallpapers: 5.27.8 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace-wallpapers/Manifest | 1 + .../plasma-workspace-wallpapers-5.27.8.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest b/kde-plasma/plasma-workspace-wallpapers/Manifest index 0351f7056eeb..6d3178808ab9 100644 --- a/kde-plasma/plasma-workspace-wallpapers/Manifest +++ b/kde-plasma/plasma-workspace-wallpapers/Manifest @@ -1 +1,2 @@ DIST plasma-workspace-wallpapers-5.27.7.tar.xz 94032284 BLAKE2B b43223669db0f5396fcd32ca86b79b80ebe05b476698ce593d9da63cc7e0f2710cacd71b4e5f73ba2e0be95c0abaf25e2559d7335dae8ca368c78af155b09e0a SHA512 129923fb396cc8c02029108022bdb8449f437e0e2f1462f381444c99565eaf0b333da956dfae1ca332f51cb285edf58fff411c641c272492bbb99f16d65ff721 +DIST plasma-workspace-wallpapers-5.27.8.tar.xz 94031664 BLAKE2B e32ef8d92e5f4785062ebc07ec31aff5626dc948eafa7ae3977e65956aed868303a4600632d78f218de9256e6d67143632fd5960f2c117c03be799c16b8d0ae6 SHA512 34f195a2207d0a3996bc7617e5ec7b7bc1cbe653b02a3238ef6c2ddf4c68b79c54b7ce31644000e3682564eb8adaee717d4a85801313dd9831f0fd76a257e889 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.8.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.8.ebuild new file mode 100644 index 000000000000..564203f511e1 --- /dev/null +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.8.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PVCUT=$(ver_cut 1-3) +inherit cmake plasma.kde.org + +DESCRIPTION="Wallpapers for the Plasma workspace" + +LICENSE="GPL-2" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +BDEPEND=" + dev-qt/qtcore:5 + kde-frameworks/extra-cmake-modules:5 +"