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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ECFC913933E for ; Wed, 30 Jun 2021 22:43:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79E0EE086B; Wed, 30 Jun 2021 22:43:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60637E086B for ; Wed, 30 Jun 2021 22:43:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD3A933BEE8 for ; Wed, 30 Jun 2021 22:43:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72FD27BB for ; Wed, 30 Jun 2021 22:43:10 +0000 (UTC) From: "Adam Feldman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adam Feldman" Message-ID: <1625092900.708c1fc235c2f4e8f8b7ec80d037cb74d974b1f6.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/mate-themes-meta/mate-themes-meta-3-r2.ebuild X-VCS-Directories: x11-themes/mate-themes-meta/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: Adam Feldman X-VCS-Revision: 708c1fc235c2f4e8f8b7ec80d037cb74d974b1f6 X-VCS-Branch: master Date: Wed, 30 Jun 2021 22:43:10 +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: 5da9bf51-e1c5-4444-8b7f-cf692aac7bc6 X-Archives-Hash: 62e270c14b9b6cf6b42af6b8f403d6e0 commit: 708c1fc235c2f4e8f8b7ec80d037cb74d974b1f6 Author: Adam Feldman gentoo org> AuthorDate: Thu Jun 10 00:22:35 2021 +0000 Commit: Adam Feldman gentoo org> CommitDate: Wed Jun 30 22:41:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708c1fc2 x11-themes/mate-themes-meta: Drop old Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Adam Feldman gentoo.org> .../mate-themes-meta/mate-themes-meta-3-r2.ebuild | 31 ---------------------- 1 file changed, 31 deletions(-) diff --git a/x11-themes/mate-themes-meta/mate-themes-meta-3-r2.ebuild b/x11-themes/mate-themes-meta/mate-themes-meta-3-r2.ebuild deleted file mode 100644 index cb08da7bb1f..00000000000 --- a/x11-themes/mate-themes-meta/mate-themes-meta-3-r2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -if [[ ${PV} == 9999 ]]; then - MATE_THEMES_V=".9999" -else - MATE_THEMES_V="*" - KEYWORDS="amd64 ~arm ~arm64 x86" -fi - -DESCRIPTION="Meta package to facilitate easy use of x11-themes/mate-themes" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="" - -LICENSE="metapackage" -SLOT="0" -IUSE="gtk2-only" - -DEPEND="" -RDEPEND="|| ( - gtk2-only? ( - !!x11-libs/gtk+:3 - x11-themes/mate-themes:0 - ) - ( - =x11-libs/gtk+-3.22*:3 - =x11-themes/mate-themes-3.22${MATE_THEMES_V}:0/3.22 - ) - )"