blob: 1348c3ef2e39c2e60c44ccd8ad4e933850ea429f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit kde
DESCRIPTION="Kommando is a \"Neverwinter Nights\" like wheelmenu for KDE."
HOMEPAGE="http://www.kde-apps.org/content/show.php?content=29514"
SRC_URI="http://www.kde-apps.org/CONTENT/content-files/29514-${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="GPL-2"
IUSE="kdeenablefinal"
need-kde 3.5
|