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 E5DD615800A for ; Wed, 16 Aug 2023 16:32:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1073E2BC039; Wed, 16 Aug 2023 16:32:00 +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 E9BF12BC039 for ; Wed, 16 Aug 2023 16:31:59 +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 62705340DBC for ; Wed, 16 Aug 2023 16:31:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86400FC2 for ; Wed, 16 Aug 2023 16:31:55 +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: <1692201806.9b0d72684e26c25061c673f774dc374476501cb4.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: 9b0d72684e26c25061c673f774dc374476501cb4 X-VCS-Branch: master Date: Wed, 16 Aug 2023 16:31:55 +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: d64382c7-04a3-4f45-8167-ed60c45eb926 X-Archives-Hash: 992544eb5fa853623f2a47d8f7cbb3a6 commit: 9b0d72684e26c25061c673f774dc374476501cb4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 16 14:16:56 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 16 16:03:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b0d7268 kde-plasma/plasma-workspace-wallpapers: drop 5.27.6 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 deletions(-) diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest b/kde-plasma/plasma-workspace-wallpapers/Manifest index 0265b6cf6b7d..0351f7056eeb 100644 --- a/kde-plasma/plasma-workspace-wallpapers/Manifest +++ b/kde-plasma/plasma-workspace-wallpapers/Manifest @@ -1,2 +1 @@ -DIST plasma-workspace-wallpapers-5.27.6.tar.xz 94031944 BLAKE2B 515dafce4f2643f453945216ec5ecbdf04b11f3e151fbc784e591bcc681a519988ab7c234fc8cd9f79a2f68472562015b2152df698643f711a89759ba429201e SHA512 87eeebc30c6e2e71d43e14a11a700bc234b350514e5aca76a0bad6a4cd190a7185836eca52b6f649297f1147cac2bb6f0504873ef67f7fe3d94415cc59e765bf DIST plasma-workspace-wallpapers-5.27.7.tar.xz 94032284 BLAKE2B b43223669db0f5396fcd32ca86b79b80ebe05b476698ce593d9da63cc7e0f2710cacd71b4e5f73ba2e0be95c0abaf25e2559d7335dae8ca368c78af155b09e0a SHA512 129923fb396cc8c02029108022bdb8449f437e0e2f1462f381444c99565eaf0b333da956dfae1ca332f51cb285edf58fff411c641c272492bbb99f16d65ff721 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 deleted file mode 100644 index f5fe066db7dd..000000000000 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.27.6.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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 -"