summaryrefslogtreecommitdiff
path: root/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-25 19:22:13 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-03-25 19:22:13 +0100
commit6bd95d1f6320b8666a31ec949183aaa3088aa16f (patch)
treeff9f0cde8bfba5191f96c690c269c814c134a51e /x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6.ebuild
parentb279bbe94522565b8feb19b8e5f377d3ea76f157 (diff)
gentoo resync : 25.03.2018
Diffstat (limited to 'x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6.ebuild')
-rw-r--r--x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6.ebuild32
1 files changed, 0 insertions, 32 deletions
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; }