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 829D0158091 for ; Tue, 31 May 2022 18:24:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1E5BE08F6; Tue, 31 May 2022 18:24:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C0302E08F6 for ; Tue, 31 May 2022 18:24:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 08C9C341AF0 for ; Tue, 31 May 2022 18:24:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F14B6509 for ; Tue, 31 May 2022 18:24:18 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1654021424.85ec4aa2d589997d522c4fe4e7ff307d6a0600f0.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-backgrounds/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/gnome-backgrounds/Manifest x11-themes/gnome-backgrounds/gnome-backgrounds-41.0.ebuild X-VCS-Directories: x11-themes/gnome-backgrounds/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 85ec4aa2d589997d522c4fe4e7ff307d6a0600f0 X-VCS-Branch: master Date: Tue, 31 May 2022 18:24:18 +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: 99c23f9a-6cfa-46b5-aaba-f4ab89a5c709 X-Archives-Hash: b7a6c4f6a90b89f529ff49f065a2c2c7 commit: 85ec4aa2d589997d522c4fe4e7ff307d6a0600f0 Author: Matt Turner gentoo org> AuthorDate: Tue May 31 17:48:22 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue May 31 18:23:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ec4aa2 x11-themes/gnome-backgrounds: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-themes/gnome-backgrounds/Manifest | 1 - .../gnome-backgrounds/gnome-backgrounds-41.0.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/x11-themes/gnome-backgrounds/Manifest b/x11-themes/gnome-backgrounds/Manifest index bed052683785..5b36fbc699f5 100644 --- a/x11-themes/gnome-backgrounds/Manifest +++ b/x11-themes/gnome-backgrounds/Manifest @@ -1,2 +1 @@ -DIST gnome-backgrounds-41.0.tar.xz 44919212 BLAKE2B 34f84a855447cc83624be22d4757b4165a7d5552ef9b2c30f21710ad11aa769ceb3c374d07e8e4461a6322bfd29e2e9138c2dbfd50678c0db200516e0881bd8b SHA512 d5b408e702ea15dd30482f6e3b446fe27c8032c1358957a8d3d491864716144df9a074a5667f4c3ab300f90961e1fb72d3db461cca6ae7a48a0ccf865723941a DIST gnome-backgrounds-42.0.tar.xz 51639368 BLAKE2B 3dc288732a91d53e2db9cfca5e529c3a6bda4d272645090751349485836a3c6807bdc071a9ae9ae58032265155a04c2b381cb7479fe913608cf9e39ff0ae79ed SHA512 31cfbc52ec96bc4ce77960620a895af7f10c1fc4d474b589d49f3d1198b41792ab443bf8d7a661e71778455ab066f034c7fb6655e96db028990de0788e464e1d diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-41.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-41.0.ebuild deleted file mode 100644 index f35589d4838f..000000000000 --- a/x11-themes/gnome-backgrounds/gnome-backgrounds-41.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit gnome.org meson - -DESCRIPTION="A set of backgrounds packaged with the GNOME desktop" -HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-backgrounds" - -LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="" -BDEPEND=">=sys-devel/gettext-0.19.8"