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 EA64B1382C5 for ; Sun, 23 May 2021 20:07:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7893E0893; Sun, 23 May 2021 20:07:09 +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 BA555E088F for ; Sun, 23 May 2021 20:07:09 +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 D8277340DF4 for ; Sun, 23 May 2021 20:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 056E97A3 for ; Sun, 23 May 2021 20:07:05 +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: <1621799728.b342bb3b42486cd7caf40371e165a9e62676d7f3.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: x11-themes/mate-icon-theme/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: x11-themes/mate-icon-theme/Manifest x11-themes/mate-icon-theme/mate-icon-theme-1.22.2.ebuild X-VCS-Directories: x11-themes/mate-icon-theme/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: Adam Feldman X-VCS-Revision: b342bb3b42486cd7caf40371e165a9e62676d7f3 X-VCS-Branch: master Date: Sun, 23 May 2021 20:07:05 +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: 24d5b631-d867-4595-ab8e-f4b5671d534b X-Archives-Hash: b02fa5991919ee72b722adcb7fdea0d9 commit: b342bb3b42486cd7caf40371e165a9e62676d7f3 Author: Adam Feldman gentoo org> AuthorDate: Sun May 23 19:55:28 2021 +0000 Commit: Adam Feldman gentoo org> CommitDate: Sun May 23 19:55:28 2021 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=b342bb3b x11-themes/mate-icon-theme: Drop 1.22.x Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Adam Feldman gentoo.org> x11-themes/mate-icon-theme/Manifest | 1 - .../mate-icon-theme/mate-icon-theme-1.22.2.ebuild | 30 ---------------------- 2 files changed, 31 deletions(-) diff --git a/x11-themes/mate-icon-theme/Manifest b/x11-themes/mate-icon-theme/Manifest index a93335a..35b623a 100644 --- a/x11-themes/mate-icon-theme/Manifest +++ b/x11-themes/mate-icon-theme/Manifest @@ -1,2 +1 @@ -DIST mate-icon-theme-1.22.2.tar.xz 21450764 BLAKE2B 85135d017a701635735448bb2104e66b8147bd7251d1b1ad8d8deed3d35081f86f92c5f12ef048bfc4b26c8c4d98835a2fd8cf924fc1df9ee0dfd3f7f62e9968 SHA512 bea4676305b3b26b1a65080d960c33276c1ba30bcd442a200773745b2723700f1ff04affb2483f9c2389475b80700355e85a1fa7fe20c8ee645927d95e0d3b23 DIST mate-icon-theme-1.24.0.tar.xz 22178384 BLAKE2B 7e1dbfcc83da49f30bad89106bfadf8d19d1ef3074d1302edad2934a46e6caac1aab003a126c823757e4a75127279107945e921d6463a05476ca98cf898ff74f SHA512 18ad6a236f02b7536697fed9086eadd997f0c47cc8311324e43641b21ccf942d0dbd52fa6c49623e679d3b23d82619cc256c98d9f8ccc3b3d4cda5d9a6e465f1 diff --git a/x11-themes/mate-icon-theme/mate-icon-theme-1.22.2.ebuild b/x11-themes/mate-icon-theme/mate-icon-theme-1.22.2.ebuild deleted file mode 100644 index 6d708ca..0000000 --- a/x11-themes/mate-icon-theme/mate-icon-theme-1.22.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm ~arm64 x86" -fi - -DESCRIPTION="MATE default icon themes" -LICENSE="CC-BY-SA-3.0 CC-PD GPL-1+" -SLOT="0" - -COMMON_DEPEND=">=x11-themes/hicolor-icon-theme-0.10" - -RDEPEND="${COMMON_DEPEND}" - -DEPEND="${COMMON_DEPEND} - >=dev-util/intltool-0.40 - >=x11-misc/icon-naming-utils-0.8.7:0 - sys-devel/gettext:* - virtual/pkgconfig:*" - -RESTRICT="binchecks strip" - -src_configure() { - mate_src_configure --enable-icon-mapping -}