summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-04-15 00:22:36 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-04-15 00:24:51 +0300
commit3469428d6db39a1410ff27836a8662e1b0996b40 (patch)
tree33bc32631cbf4b1b67e2f02eac252392771fe955 /x11-themes
parentx11-themes/mate-backgrounds: Drop old (diff)
downloadgentoo-3469428d6db39a1410ff27836a8662e1b0996b40.tar.gz
gentoo-3469428d6db39a1410ff27836a8662e1b0996b40.tar.bz2
gentoo-3469428d6db39a1410ff27836a8662e1b0996b40.zip
x11-themes/mate-icon-theme: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
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.18.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 ff82541c4b1a..f70b206df8d5 100644
--- a/x11-themes/mate-icon-theme/Manifest
+++ b/x11-themes/mate-icon-theme/Manifest
@@ -1,2 +1 @@
-DIST mate-icon-theme-1.18.2.tar.xz 20071792 BLAKE2B b9e14479b2fbf34a8c1ca9cd889099fc547924c3b9ebdf3035a730f946d9462ee8d44774fef2d66a7d1395051b85b9aac84d17be344c876c9767c601e97073fa SHA512 6e6d60b7eeba474d4d9d4d069f9fa4f8098cf54aa8367c02b05c5ec556ccd5310d791183ec961e9227867b37ec7e27b8ac8aadfee1f1446b34cee1985b4ef1fb
DIST mate-icon-theme-1.22.0.tar.xz 20313164 BLAKE2B 2b1c84f35cf0eae36741d50470e7e76792e2a878edaf29c531e1f7c39a05d7c821221e279ed0f561caa49ff20f9928dfcb947debf2169d349c5d8ac6e44367f1 SHA512 b4f0b5040e412bcbe818c14f101556cd643cc9dfce02aa676edc790f17de7da2272754235f8d9ad000551e7d92a5974cec3336712074747fcf669c0a729f8a5e
diff --git a/x11-themes/mate-icon-theme/mate-icon-theme-1.18.2.ebuild b/x11-themes/mate-icon-theme/mate-icon-theme-1.18.2.ebuild
deleted file mode 100644
index 9d0e95b3a9ca..000000000000
--- a/x11-themes/mate-icon-theme/mate-icon-theme-1.18.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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="GPL-2"
-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
-}