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 03CA9158009 for ; Tue, 20 Jun 2023 22:24:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4D9CE097D; Tue, 20 Jun 2023 22:24:12 +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 96B2DE097D for ; Tue, 20 Jun 2023 22:24:12 +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 A167D340FBD for ; Tue, 20 Jun 2023 22:24:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BF7BAA7 for ; Tue, 20 Jun 2023 22:24:07 +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: <1687299779.e088f7be182aec52b9340e60f80bc2e4c9b7946c.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.6.ebuild X-VCS-Directories: kde-plasma/plasma-workspace-wallpapers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e088f7be182aec52b9340e60f80bc2e4c9b7946c X-VCS-Branch: master Date: Tue, 20 Jun 2023 22:24:07 +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: fdc8edac-4100-4c23-bd7b-25e8d35f657d X-Archives-Hash: f73f18fe51b9cefade904f94e4a78080 commit: e088f7be182aec52b9340e60f80bc2e4c9b7946c Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 20 22:07:32 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 20 22:22:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e088f7be kde-plasma/plasma-workspace-wallpapers: 5.27.6 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace-wallpapers/Manifest | 1 + .../plasma-workspace-wallpapers-5.27.6.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest b/kde-plasma/plasma-workspace-wallpapers/Manifest index 3e32afbe3d06..b142b7cc7a56 100644 --- a/kde-plasma/plasma-workspace-wallpapers/Manifest +++ b/kde-plasma/plasma-workspace-wallpapers/Manifest @@ -1 +1,2 @@ DIST plasma-workspace-wallpapers-5.27.5.tar.xz 94032868 BLAKE2B 5342067f706b9cb9760abd08bc3c7d3636236959fda215a735a1fa3e4b4fd2a9a254facfface8a97bfcd9c33c413f995cdf80787ffa1fd630a5149a141a6f935 SHA512 c434300754a196619f5ccbe0cbaf2ab302b7cc380ef6fdba8d18bfbc5827156ba22432d826ba12ccf30183c9df7faf779a1724ed4a68e236aa1a9b9f770db846 +DIST plasma-workspace-wallpapers-5.27.6.tar.xz 94031944 BLAKE2B 515dafce4f2643f453945216ec5ecbdf04b11f3e151fbc784e591bcc681a519988ab7c234fc8cd9f79a2f68472562015b2152df698643f711a89759ba429201e SHA512 87eeebc30c6e2e71d43e14a11a700bc234b350514e5aca76a0bad6a4cd190a7185836eca52b6f649297f1147cac2bb6f0504873ef67f7fe3d94415cc59e765bf diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.6.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.6.ebuild new file mode 100644 index 000000000000..564203f511e1 --- /dev/null +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.6.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 +"