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 0D2EB158015 for ; Thu, 21 Dec 2023 11:55:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52E972BC040; Thu, 21 Dec 2023 11:55:50 +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 262722BC040 for ; Thu, 21 Dec 2023 11:55:50 +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 3F2A9342FF8 for ; Thu, 21 Dec 2023 11:55:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EE8514B1 for ; Thu, 21 Dec 2023 11:55:46 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1703159385.d8bb8aa8f472a0fc620db2ecff3e8be5b9d4a2bc.sam@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.27.1.ebuild X-VCS-Directories: x11-themes/mate-backgrounds/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d8bb8aa8f472a0fc620db2ecff3e8be5b9d4a2bc X-VCS-Branch: master Date: Thu, 21 Dec 2023 11:55:46 +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: 03be8bc9-71cf-44f3-910e-d2bc20398aeb X-Archives-Hash: bb15104bf6094d474ce78487063d2339 commit: d8bb8aa8f472a0fc620db2ecff3e8be5b9d4a2bc Author: Ian Jordan gmail com> AuthorDate: Mon Dec 18 02:52:02 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 21 11:49:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8bb8aa8 x11-themes/mate-backgrounds: add 1.27.1 Signed-off-by: Ian Jordan gmail.com> Signed-off-by: Sam James gentoo.org> x11-themes/mate-backgrounds/Manifest | 1 + .../mate-backgrounds/mate-backgrounds-1.27.1.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/x11-themes/mate-backgrounds/Manifest b/x11-themes/mate-backgrounds/Manifest index c025db9544af..64f4603ee367 100644 --- a/x11-themes/mate-backgrounds/Manifest +++ b/x11-themes/mate-backgrounds/Manifest @@ -1 +1,2 @@ DIST mate-backgrounds-1.26.0.tar.xz 46808396 BLAKE2B 93c93751e02ecc24f8d6356526a0b54b9071b0741e74c7e23a462d11410d1564dc4524993de203807e849248407fa59f663ee35cd0d44422ca90ac39eb97eb4c SHA512 48ceb91abf6f7840a9fd7f504e887e54d234410df07dd07a2d155b28cf8d6518b743be767e02cbb774bd817e640b755eec2a73abd4d2d3685e3b4377e9a58476 +DIST mate-backgrounds-1.27.1.tar.xz 46814716 BLAKE2B 87167d561a34864b1f892c9919ab40cca6846832959a35a7369fffbab0a855ead5734cedad8c6a60fba88bb7a1892b9337530c74b7206e9f32047f7f6fb9224c SHA512 de9936bdd83ebf48e8679090acbc6f8b64e0029a7197f2e8084eace3db777fdbb9a1140b6e9c5374d6cf1566a785c87719f2d988998517f7deba93d5328413d8 diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild new file mode 100644 index 000000000000..7f3b089cc8d0 --- /dev/null +++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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:* +"