# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="GTK2 theme to match the Detour E17 theme" HOMEPAGE="http://www.gnome-look.org/content/show.php?content=81769" SRC_URI="http://www.gnome-look.org/CONTENT/content-files/81769-detour-RC4.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86" IUSE="" DEPEND="x11-themes/gtk-engines-aurora" S="${WORKDIR}"/Detour-RC4 src_install() { insinto /usr/share/themes/Detour doins -r gtk-2.0/* || die }