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 1E416158020 for ; Sat, 3 Dec 2022 01:04:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC16EE0E15; Sat, 3 Dec 2022 01:04:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D7A74E0E15 for ; Sat, 3 Dec 2022 01:04:28 +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 76371341319 for ; Sat, 3 Dec 2022 01:04:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 040FE77C for ; Sat, 3 Dec 2022 01:04:25 +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: <1670029456.0dc8d560ffbacddb2bf117d458d9238797470ef0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate/mate-1.24.ebuild mate-base/mate/mate-1.26.0.ebuild X-VCS-Directories: mate-base/mate/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0dc8d560ffbacddb2bf117d458d9238797470ef0 X-VCS-Branch: master Date: Sat, 3 Dec 2022 01:04:25 +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: c45221d0-f3e9-4361-8233-0a2599229b6a X-Archives-Hash: f0b95d7d1ab6b94ba0bea1ceb1b750cf commit: 0dc8d560ffbacddb2bf117d458d9238797470ef0 Author: Oz Tiram gmail com> AuthorDate: Fri Dec 2 11:33:39 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 3 01:04:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc8d560 mate-base/mate: bump version 1.26 Fix QA with 1.24 - remove dependency on mate-themes-meta Signed-off-by: Oz Tiram gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28508 Signed-off-by: Sam James gentoo.org> mate-base/mate/mate-1.24.ebuild | 1 - mate-base/mate/{mate-1.24.ebuild => mate-1.26.0.ebuild} | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/mate-base/mate/mate-1.24.ebuild b/mate-base/mate/mate-1.24.ebuild index 98ce83118b27..908ad880c495 100644 --- a/mate-base/mate/mate-1.24.ebuild +++ b/mate-base/mate/mate-1.24.ebuild @@ -43,7 +43,6 @@ RDEPEND=" themes? ( =x11-themes/mate-backgrounds-${MATE_BRANCH}* =x11-themes/mate-icon-theme-${MATE_BRANCH}* - >=x11-themes/mate-themes-meta-${MATE_THEMES_V} ) extras? ( =app-arch/engrampa-${MATE_BRANCH}* diff --git a/mate-base/mate/mate-1.24.ebuild b/mate-base/mate/mate-1.26.0.ebuild similarity index 95% copy from mate-base/mate/mate-1.24.ebuild copy to mate-base/mate/mate-1.26.0.ebuild index 98ce83118b27..87e02d5b75f9 100644 --- a/mate-base/mate/mate-1.24.ebuild +++ b/mate-base/mate/mate-1.26.0.ebuild @@ -1,16 +1,15 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 if [[ ${PV} == 9999 ]]; then MATE_BRANCH=9999 MATE_THEMES_V=9999 else - inherit eapi7-ver MATE_BRANCH="$(ver_cut 1-2)" MATE_THEMES_V=3 - KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" fi SRC_URI="" @@ -43,7 +42,6 @@ RDEPEND=" themes? ( =x11-themes/mate-backgrounds-${MATE_BRANCH}* =x11-themes/mate-icon-theme-${MATE_BRANCH}* - >=x11-themes/mate-themes-meta-${MATE_THEMES_V} ) extras? ( =app-arch/engrampa-${MATE_BRANCH}*