From 6ca385d9b2bcb07b779fb44a395eafeb3e3e38a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Fri, 29 May 2020 12:03:28 +0300 Subject: [PATCH] =?UTF-8?q?x11-themes/elementary-icon-theme:=20=D1=83?= =?UTF-8?q?=D0=B4=D0=B0=D0=BB=D1=91=D0=BD=20live=20ebuild?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../elementary-icon-theme-9999.ebuild | 48 ------------------- 1 file changed, 48 deletions(-) delete mode 100644 x11-themes/elementary-icon-theme/elementary-icon-theme-9999.ebuild diff --git a/x11-themes/elementary-icon-theme/elementary-icon-theme-9999.ebuild b/x11-themes/elementary-icon-theme/elementary-icon-theme-9999.ebuild deleted file mode 100644 index 6f5664c92..000000000 --- a/x11-themes/elementary-icon-theme/elementary-icon-theme-9999.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -inherit gnome2-utils bzr - -DESCRIPTION="Elementary icon theme is designed to be smooth, sexy, clear, and efficient" -HOMEPAGE="https://launchpad.net/elementaryicons" -EBZR_REPO_URI="lp:elementaryicons" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -CDEPEND="" -RDEPEND="${CDEPEND}" -DEPEND="${CDEPEND} - x11-libs/gtk+:2" - -RESTRICT="binchecks strip" - -pkg_setup() { - DOCS=( AUTHORS COPYING CONTRIBUTORS ) -} - -src_install() { - dodoc ${DOCS} - rm -r ${DOCS} - - insinto /usr/share/icons/elementary - doins -r * -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} -