blob: fd662ba3e21c9848ade1a2562912179bbcaca68f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-cleanice/gtk-engines-cleanice-1.2.5.ebuild,v 1.5 2004/06/25 22:16:52 jhuebel Exp $
inherit gtk-engines2
IUSE=""
DESCRIPTION="GTK+2 Cleanice Theme Engine"
HOMEPAGE="http://sourceforge.net/project/elysium-project/"
SRC_URI="mirror://sourceforge/elysium-project/${P}.tar.gz"
KEYWORDS="x86 ppc ~sparc ~alpha amd64"
LICENSE="GPL-2"
SLOT="2"
DEPEND=">=x11-libs/gtk+-2"
|