]> Pileus Git - ~andy/sunrise/blob - media-gfx/glossy/glossy-0.2.ebuild
app-editors/yzis: Fix qt deps, EAPI bump
[~andy/sunrise] / media-gfx / glossy / glossy-0.2.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="Glossy theme for gensplash consoles"
6 HOMEPAGE="http://www.kde-look.org/content/show.php/Gentoo+Glossy+Fbsplash+theme?content=84095"
7 SRC_URI="http://dev.gentoo.org/~coldwind/stuff/${P}.tar.bz2"
8
9 SLOT="0"
10 LICENSE="GPL-2"
11 KEYWORDS="~amd64 ~ppc ~x86"
12 IUSE=""
13 RESTRICT="binchecks strip"
14
15 RDEPEND=">=media-gfx/splashutils-1.4.1"
16
17 src_install() {
18         insinto /etc/splash/${PN}
19         doins -r "${S}"/*
20 }