blob: 019eed6f86b8bacb4c9a74257c87c8777b89d5b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/comix/comix-1.3.8.ebuild,v 1.5 2006/09/23 17:23:10 nixnut Exp $
inherit kde
KLV="16028"
DESCRIPTION="Comix style for KDE"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KLV}"
SRC_URI="http://www.kde-look.org/content/files/${KLV}-${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc sparc x86 ~x86-fbsd"
IUSE=""
DEPEND="|| ( kde-base/kwin >=kde-base/kdebase-3.3 )"
need-kde 3.3
|