diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-04-15 00:22:59 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-04-15 00:24:52 +0300 |
commit | c541c7031538b400474db1eab932fc1716e32353 (patch) | |
tree | 98729cdeed43e87f760072cc2971554627d5561a /x11-themes | |
parent | x11-themes/mate-icon-theme: Drop old (diff) | |
download | gentoo-c541c7031538b400474db1eab932fc1716e32353.tar.gz gentoo-c541c7031538b400474db1eab932fc1716e32353.tar.bz2 gentoo-c541c7031538b400474db1eab932fc1716e32353.zip |
x11-themes/mate-themes: 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-themes/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/mate-themes/mate-themes-3.22.18.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/x11-themes/mate-themes/Manifest b/x11-themes/mate-themes/Manifest index 1021b83470a7..c1f403e08ad7 100644 --- a/x11-themes/mate-themes/Manifest +++ b/x11-themes/mate-themes/Manifest @@ -1,2 +1 @@ -DIST mate-themes-3.22.18.tar.xz 6103368 BLAKE2B 35cb77fc40d364e19d4e7cf25e7a168773bd8c33e256d97b4cbea91368b38c17201480f21f74c107b5c47fa6254042bdd64e4186dc1b87e00dab89e6b26ad439 SHA512 0851dee8ddb7495b43cbb7590ca3ecd1b3fa5a474f66806cb644462a70324c8221630d1d555e84beb8fa7025c080edc9524f244e47ac42c9843cc9eccc78dd74 DIST mate-themes-3.22.19.tar.xz 5567828 BLAKE2B 8eeead9b097e2a9e76aac849e6b6fe93382a6ff6dbdf4bd3b032167744fdf35ff047cdb85d1480474e1f0fc0f06ceda04e7d9e4a6ae573b04cd78c4e4ca858f7 SHA512 3e8a5a37bb6755c65da3307957569e84cce546c9786396f5eb8cb5f84ddf64e04260b87f67cb0b03c7c7dc13b4f75790fb9afe8b971101f3556ee6c015bb585d diff --git a/x11-themes/mate-themes/mate-themes-3.22.18.ebuild b/x11-themes/mate-themes/mate-themes-3.22.18.ebuild deleted file mode 100644 index cf83fa9ec3e4..000000000000 --- a/x11-themes/mate-themes/mate-themes-3.22.18.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools eapi7-ver gnome2-utils - -MATE_GTK_V="$(ver_cut 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/themes/${MATE_GTK_V}/${P}.tar.xz" -KEYWORDS="amd64 ~arm ~arm64 x86" - -HOMEPAGE="http://mate-desktop.org" -DESCRIPTION="A set of MATE themes, with sets for users with limited or low vision" -LICENSE="LGPL-2.1 GPL-3" -SLOT="0/${MATE_GTK_V}" - -COMMON_DEPEND=" - >=x11-libs/gdk-pixbuf-2:2 - >=x11-libs/gtk+-2:2 - >=x11-themes/gtk-engines-2.15.3:2 - x11-themes/gtk-engines-murrine -" -RDEPEND="${COMMON_DEPEND}" - -DEPEND="${COMMON_DEPEND} - >=dev-util/intltool-0.35:* - sys-devel/gettext:* - >=sys-devel/autoconf-2.53:* - >=x11-misc/icon-naming-utils-0.8.7:0 - virtual/pkgconfig:* -" - -RESTRICT="binchecks strip" - -src_prepare() { - default - eautoreconf -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |