summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/xfce-icons-gant/xfce-icons-gant-3.9.6-r1.ebuild')
-rw-r--r--x11-themes/xfce-icons-gant/xfce-icons-gant-3.9.6-r1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/x11-themes/xfce-icons-gant/xfce-icons-gant-3.9.6-r1.ebuild b/x11-themes/xfce-icons-gant/xfce-icons-gant-3.9.6-r1.ebuild
deleted file mode 100644
index c82d21edf..000000000
--- a/x11-themes/xfce-icons-gant/xfce-icons-gant-3.9.6-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-GCONF_DEBUG="no"
-inherit gnome2 versionator
-
-MY_PN="icons-xfce-gant"
-MY_PV=$(replace_version_separator 2 '-' )
-
-DESCRIPTION="The amazing Gant icon set for Xfce 4.x"
-HOMEPAGE="http://www.xfce-look.org/content/show.php/GANT?content=23297"
-SRC_URI="http://overlay.uberpenguin.net/${MY_PN}-${MY_PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/Gant.Xfce
-
-src_compile() {
- einfo "Nothing to compile, installing..."
-}
-
-src_install() {
- rm -f README
- insinto /usr/share/icons/Gant.Xfce
- doins -r *
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}