blob: a6d930e4a685637e3bde21328903cf5f407b30f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/thinkeramik/thinkeramik-2.8.1.ebuild,v 1.8 2005/01/22 13:37:39 motaboy Exp $
inherit kde
DESCRIPTION="A cool kde style modified from keramik"
SRC_URI="http://kde-look.org/content/files/6986-${P}.tar.bz2"
HOMEPAGE="http://kde-look.org/content/show.php?content=6986"
LICENSE="GPL-2"
KEYWORDS="x86 ~amd64 ppc"
IUSE=""
SLOT="0"
need-kde 3.1
|