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 33810158013 for ; Thu, 7 Dec 2023 09:06:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6595B2BC065; Thu, 7 Dec 2023 09:06:20 +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 415932BC065 for ; Thu, 7 Dec 2023 09:06:20 +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 A7E8733F9FD for ; Thu, 7 Dec 2023 09:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33F6D145B for ; Thu, 7 Dec 2023 09:06:17 +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: <1701939962.fca3c9b4fffdc4986e823cb3b17326fa55da4fa5.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.10.ebuild X-VCS-Directories: kde-plasma/plasma-workspace-wallpapers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fca3c9b4fffdc4986e823cb3b17326fa55da4fa5 X-VCS-Branch: master Date: Thu, 7 Dec 2023 09:06:17 +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: 16e66942-e112-4bb7-b633-ce7e97f59d90 X-Archives-Hash: a7306dd1ce03358668abe82d955da91c commit: fca3c9b4fffdc4986e823cb3b17326fa55da4fa5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 6 22:19:18 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 7 09:06:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca3c9b4 kde-plasma/plasma-workspace-wallpapers: 5.27.10 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace-wallpapers/Manifest | 1 + .../plasma-workspace-wallpapers-5.27.10.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest b/kde-plasma/plasma-workspace-wallpapers/Manifest index 8cbda80af83c..45bc4d931ea6 100644 --- a/kde-plasma/plasma-workspace-wallpapers/Manifest +++ b/kde-plasma/plasma-workspace-wallpapers/Manifest @@ -1 +1,2 @@ +DIST plasma-workspace-wallpapers-5.27.10.tar.xz 94031960 BLAKE2B ec7c8601c26d0fda7da8163d677d95be44e501fcc34cc15f0785fce95afaabdaa31ef68c486c17e18d8710cede9c5aa23fe09fee53ac02ba17d11cd2b64863a7 SHA512 332f4b51cd34156d6022f12c537ed16eae96a19dee86554d7f83ae82d6a973c25b553f0c95fc094410676566f8f05fde9ee1bec10f06db8c23707306372cd979 DIST plasma-workspace-wallpapers-5.27.9.tar.xz 94031672 BLAKE2B cb2d4360a147e4c4ef1bceffc7682af0b7fa8ea957685a8bdfb865e2f3486dc10c1da171b7df0f4d8f637a502a22256ae2d5affc49613eb4a9fe9b7c4cb96c2b SHA512 952768f143dc13783a1e1cd9163bcd0050c48ae641118b5754a36980acd6968ee069f43e0729ebcb0c7ae49e57a7989deea2ebc0c95b9fd224493092744ef009 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.10.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.10.ebuild new file mode 100644 index 000000000000..1b89971cca30 --- /dev/null +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.10.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:0 +"