summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2015-05-09 16:32:47 +0200
committerThomas Sachau <tommy@gentoo.org>2015-05-09 16:32:47 +0200
commit5b81fc39049a1293e6ebb08c03e2739403243a98 (patch)
tree94f93e3361cc121b30cabc34e8a0ea7814d4306f /x11-themes/xfce-icons-gant/xfce-icons-gant-3.9.6-r1.ebuild
parentEAPI version no longer supported by gnome2 eclass (diff)
downloadsunrise-5b81fc39049a1293e6ebb08c03e2739403243a98.tar.gz
sunrise-5b81fc39049a1293e6ebb08c03e2739403243a98.tar.bz2
sunrise-5b81fc39049a1293e6ebb08c03e2739403243a98.zip
EAPI version no longer supported by gnome2 eclass
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
-}