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 09C65158041 for ; Tue, 9 Apr 2024 17:29:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A815BE2A0F; Tue, 9 Apr 2024 17:28:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8678EE2A0F for ; Tue, 9 Apr 2024 17:28:58 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB2123432A3 for ; Tue, 9 Apr 2024 17:28:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E244A16AB for ; Tue, 9 Apr 2024 17:28:55 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1712683163.d7ee74dea0d42d0fa0ed91aa51bb9867be17636c.arthurzam@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.28.0.ebuild X-VCS-Directories: x11-themes/mate-backgrounds/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d7ee74dea0d42d0fa0ed91aa51bb9867be17636c X-VCS-Branch: master Date: Tue, 9 Apr 2024 17:28: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: eeb5ba92-32f6-45b4-b190-4734c46a168e X-Archives-Hash: c08948ed6dc1dee284a56ac61be3ca0c commit: d7ee74dea0d42d0fa0ed91aa51bb9867be17636c Author: Ian Jordan gmail com> AuthorDate: Sat Apr 6 14:45:26 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Apr 9 17:19:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ee74de x11-themes/mate-backgrounds: add 1.28.0 Signed-off-by: Ian Jordan gmail.com> Signed-off-by: Arthur Zamarin gentoo.org> x11-themes/mate-backgrounds/Manifest | 1 + .../mate-backgrounds/mate-backgrounds-1.28.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/x11-themes/mate-backgrounds/Manifest b/x11-themes/mate-backgrounds/Manifest index c025db9544af..91d2b38d531d 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.28.0.tar.xz 46804092 BLAKE2B db5a77a01bd8917adf2221611e5283c146464f313a18624b0f37ac80fe0e0742c8f6432ce6f13a54233a93b5bbe456dc653272995e7d0e9cfe43048ab386cd3b SHA512 3bc5c4cdac247908f0fc726309bb1f9255987d9a8338fcff7f83c511198b4b2c456170097cc9d2243d2b4eb3ddac45652336ed9321e402ef561d27b17d4dc206 diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.28.0.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.28.0.ebuild new file mode 100644 index 000000000000..07f1ce96c299 --- /dev/null +++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.28.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit mate + +MINOR=$(($(ver_cut 2) % 2)) +if [[ ${MINOR} -eq 0 ]]; 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:* +"