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 ED2E5158083 for ; Tue, 17 Sep 2024 17:50:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F1D9E29F0; Tue, 17 Sep 2024 17:50:35 +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 63BDDE29F0 for ; Tue, 17 Sep 2024 17:50:35 +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 E9DFB343029 for ; Tue, 17 Sep 2024 17:50:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A288727FD for ; Tue, 17 Sep 2024 17:50:30 +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: <1726595411.cc101c882a779f680a18e2ff3fb3ed53d4a1a807.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-backgrounds/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/mate-backgrounds/Manifest x11-themes/mate-backgrounds/mate-backgrounds-1.26.0.ebuild X-VCS-Directories: x11-themes/mate-backgrounds/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cc101c882a779f680a18e2ff3fb3ed53d4a1a807 X-VCS-Branch: master Date: Tue, 17 Sep 2024 17:50:30 +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: 6d61d8a3-a138-4ed1-b11f-ef356f560044 X-Archives-Hash: eabdf9016d031fffddc39eb541279563 commit: cc101c882a779f680a18e2ff3fb3ed53d4a1a807 Author: Ian Jordan gmail com> AuthorDate: Tue Sep 3 12:35:54 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 17 17:50:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc101c88 x11-themes/mate-backgrounds: drop 1.26.0 Signed-off-by: Ian Jordan gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> x11-themes/mate-backgrounds/Manifest | 1 - .../mate-backgrounds/mate-backgrounds-1.26.0.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/x11-themes/mate-backgrounds/Manifest b/x11-themes/mate-backgrounds/Manifest index 91d2b38d531d..fcdf88b5c7ad 100644 --- a/x11-themes/mate-backgrounds/Manifest +++ b/x11-themes/mate-backgrounds/Manifest @@ -1,2 +1 @@ -DIST mate-backgrounds-1.26.0.tar.xz 46808396 BLAKE2B 93c93751e02ecc24f8d6356526a0b54b9071b0741e74c7e23a462d11410d1564dc4524993de203807e849248407fa59f663ee35cd0d44422ca90ac39eb97eb4c SHA512 48ceb91abf6f7840a9fd7f504e887e54d234410df07dd07a2d155b28cf8d6518b743be767e02cbb774bd817e640b755eec2a73abd4d2d3685e3b4377e9a58476 DIST mate-backgrounds-1.28.0.tar.xz 46804092 BLAKE2B db5a77a01bd8917adf2221611e5283c146464f313a18624b0f37ac80fe0e0742c8f6432ce6f13a54233a93b5bbe456dc653272995e7d0e9cfe43048ab386cd3b SHA512 3bc5c4cdac247908f0fc726309bb1f9255987d9a8338fcff7f83c511198b4b2c456170097cc9d2243d2b4eb3ddac45652336ed9321e402ef561d27b17d4dc206 diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.26.0.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.26.0.ebuild deleted file mode 100644 index 9678165dbe71..000000000000 --- a/x11-themes/mate-backgrounds/mate-backgrounds-1.26.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" -fi - -DESCRIPTION="A set of backgrounds packaged with the MATE desktop" -LICENSE="CC-BY-SA-4.0 GPL-2+" -SLOT="0" - -DEPEND=" - >=sys-devel/gettext-0.19.8:* -"