blob: 622f4e8b076f958288f1449bcf3e266b60235b5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/qinx/qinx-0.3.ebuild,v 1.6 2004/04/27 20:57:10 pvdabeel 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"
newdepend ">=kde-base/kdebase-3.0"
|