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 972D7158086 for ; Sun, 9 Jan 2022 15:48:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 710F52BC098; Sun, 9 Jan 2022 15:48:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 170652BC097 for ; Sun, 9 Jan 2022 15:48:41 +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 E1AB4342E71 for ; Sun, 9 Jan 2022 15:48:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E190291 for ; Sun, 9 Jan 2022 15:48:35 +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: <1641743280.0c3e1d460d30ce147c0776a169c34299f2c0f1cb.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.24.1.ebuild X-VCS-Directories: x11-themes/mate-backgrounds/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0c3e1d460d30ce147c0776a169c34299f2c0f1cb X-VCS-Branch: master Date: Sun, 9 Jan 2022 15:48:35 +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: e8e3f834-7648-4f83-8672-719481f5a340 X-Archives-Hash: 8bae57864d9bd0a047d84bf76d873702 commit: 0c3e1d460d30ce147c0776a169c34299f2c0f1cb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 9 15:11:29 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 9 15:48:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c3e1d46 x11-themes/mate-backgrounds: Drop 1.24.1 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-themes/mate-backgrounds/Manifest | 1 - .../mate-backgrounds/mate-backgrounds-1.24.1.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/x11-themes/mate-backgrounds/Manifest b/x11-themes/mate-backgrounds/Manifest index fcd6438c96b2..c7ce18173f5a 100644 --- a/x11-themes/mate-backgrounds/Manifest +++ b/x11-themes/mate-backgrounds/Manifest @@ -1,2 +1 @@ -DIST mate-backgrounds-1.24.1.tar.xz 20958108 BLAKE2B 398e9c7dd9692829c0b5854f828ba911ed01deb300e40e09489971df1e453490f681098e7e85b367404956ef0c515eb07d4e898e44be07fd555f0daf818a27e9 SHA512 6af6bd1be186da3c4c594687ece1f6b50c3b05fb0619dd0062955e9e09c8007efe76a7625826cba0e4716c8ed61eac4d372b0a3bf2b87f00b7f170bb97709f09 DIST mate-backgrounds-1.24.2.tar.xz 46802060 BLAKE2B 7fa2de6ad5e5e9a292fa4458ce8a0dc6bc860f62048d5070f503f575d003e1222f315be0c5c968b5dcb62c0334eb9a4830c08de0ca96ea1ae3c27b4633e8ff6d SHA512 4d069258065e80d8e9d2e4d7c471178c07ea5cdd5e8a6224a1d1e8770211a3926a441f03d85acd17c66c261489cc68bcbb44e5e08d6ddd80240e07b0007873ed diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.24.1.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.24.1.ebuild deleted file mode 100644 index e66008427c73..000000000000 --- a/x11-themes/mate-backgrounds/mate-backgrounds-1.24.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm ~arm64 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:* -"