From: Michał Górny Date: Sun, 25 Mar 2018 15:56:04 +0000 (+0200) Subject: x11-themes/xfce-gant-icon-theme: Drop old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=891204ab6e022b85acd28a8677f15a2124626173;p=gentoo.git x11-themes/xfce-gant-icon-theme: Drop old --- diff --git a/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6.ebuild b/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6.ebuild deleted file mode 100644 index 14fbd1a9f7ac..000000000000 --- a/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit gnome2-utils - -DESCRIPTION="Xfce Gant Icon Theme" -HOMEPAGE="http://www.xfce-look.org/content/show.php/GANT?content=23297" -SRC_URI="http://overlay.uberpenguin.net/icons-xfce-gant-${PV/_p/-}.tar.bz2" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="x11-themes/hicolor-icon-theme" -DEPEND="${RDEPEND}" - -RESTRICT="binchecks strip" - -S=${WORKDIR}/Gant.Xfce - -src_install() { - dodoc README - rm -f icons/iconrc~ README || die - insinto /usr/share/icons/Gant.Xfce - doins -r * -} - -pkg_preinst() { gnome2_icon_savelist; } -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; }