From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1291904-garchives=archives.gentoo.org@lists.gentoo.org>
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 249C013835A
	for <garchives@archives.gentoo.org>; Thu, 10 Jun 2021 00:24:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B5E55E08BD;
	Thu, 10 Jun 2021 00:24:06 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 94739E08BB
	for <gentoo-commits@lists.gentoo.org>; Thu, 10 Jun 2021 00:24:06 +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 DBC31340C40
	for <gentoo-commits@lists.gentoo.org>; Thu, 10 Jun 2021 00:24:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 42CB67BB
	for <gentoo-commits@lists.gentoo.org>; Thu, 10 Jun 2021 00:24:02 +0000 (UTC)
From: "Adam Feldman" <np-hardass@gentoo.org>
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" <np-hardass@gentoo.org>
Message-ID: <1623284555.8ca91d753b3f67510812ca896135601931e69605.np-hardass@gentoo>
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: x11-themes/mate-themes-meta/
X-VCS-Repository: proj/gentoo-mate
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: 8ca91d753b3f67510812ca896135601931e69605
X-VCS-Branch: master
Date: Thu, 10 Jun 2021 00:24:02 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 6b6955a7-ea0e-4aab-addc-a4fcfa228c15
X-Archives-Hash: 5ea886ffbafacbe84f82531eae84e9ea

commit:     8ca91d753b3f67510812ca896135601931e69605
Author:     Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 00:22:35 2021 +0000
Commit:     Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 00:22:35 2021 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=8ca91d75

x11-themes/mate-themes-meta: Drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman <NP-Hardass <AT> 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 5089b27..0000000
--- a/x11-themes/mate-themes-meta/mate-themes-meta-3-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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
-		)
-	)"