blob: 67ed5172321379ee00df8be67f926114303c7e3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/qinx/qinx-0.6.ebuild,v 1.1 2003/09/15 13:49:06 wmertens Exp $
inherit kde-base
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"
newdepend ">=kde-base/kdebase-3.0"
|