summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/mate-icon-theme/Manifest1
-rw-r--r--x11-themes/mate-icon-theme/mate-icon-theme-1.22.2.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/x11-themes/mate-icon-theme/Manifest b/x11-themes/mate-icon-theme/Manifest
index a93335a07d36..35b623a30fa6 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 6d708caea5e6..000000000000
--- 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
-}