diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-02-14 10:27:42 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-02-14 10:28:15 +0100 |
commit | c9b81050ae0a1716375f8d53a30709636247c1da (patch) | |
tree | 740cc5b7fe9fa9a40b5891ae8433ada46b0f00a8 /x11-themes/gartoon-redux | |
parent | x11-themes/gartoon-redux: rsvg -> rsvg-convert (bug #574440 by Toralf Förster). (diff) | |
download | gentoo-c9b81050ae0a1716375f8d53a30709636247c1da.tar.gz gentoo-c9b81050ae0a1716375f8d53a30709636247c1da.tar.bz2 gentoo-c9b81050ae0a1716375f8d53a30709636247c1da.zip |
x11-themes/gartoon-redux: Old.
Package-Manager: portage-2.2.27
Diffstat (limited to 'x11-themes/gartoon-redux')
-rw-r--r-- | x11-themes/gartoon-redux/gartoon-redux-1.10.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-themes/gartoon-redux/gartoon-redux-1.10.ebuild b/x11-themes/gartoon-redux/gartoon-redux-1.10.ebuild deleted file mode 100644 index 8dc94729e255..000000000000 --- a/x11-themes/gartoon-redux/gartoon-redux-1.10.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 -inherit gnome2-utils - -DESCRIPTION="A massively improved variant of the well-known Gartoon theme" -HOMEPAGE="http://gnome-look.org/content/show.php/?content=74841" -SRC_URI="http://tweenk.artfx.pl/gartoon/source/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="dev-lang/perl - gnome-base/librsvg" - -RESTRICT="binchecks strip" - -src_configure() { - ./configure --prefix=/usr || die -} - -src_install() { - emake icondir="${D}/usr/share/icons/GartoonRedux" install || die - dodoc AUTHORS changelog README TODO || die -} - -pkg_preinst() { gnome2_icon_savelist; } -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; } |