blob: 65265b379372848927919375093bf5ac658e4ba2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/qinx/qinx-0.5.ebuild,v 1.6 2004/06/24 23:37:08 agriffis Exp $
inherit kde
need-kde 3
DESCRIPTION="Qinx, a KDE style inspired by QNX Photon microGUI"
SRC_URI="http://www.usermode.org/code/${P}.tar.gz"
HOMEPAGE="http://www.usermode.org/code.html"
LICENSE="as-is"
KEYWORDS="~x86 ~alpha -ppc"
IUSE=""
newdepend ">=kde-base/kdebase-3.0"
|