22 lines
470 B
Bash
22 lines
470 B
Bash
|
# Copyright 1999-2009 Gentoo Foundation
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
# $Header: $
|
||
|
|
||
|
EAPI="2"
|
||
|
|
||
|
KMNAME="playground/utils"
|
||
|
inherit kde4-base subversion
|
||
|
ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/playground/utils/${PN}/@{${PV/4.0_pre/}}"
|
||
|
|
||
|
DESCRIPTION="KDE frontend for the Linux Infrared Remote Control system"
|
||
|
HOMEPAGE="http://kde.org/"
|
||
|
|
||
|
LICENSE="GPL-2"
|
||
|
KEYWORDS="~x86 ~amd64"
|
||
|
SLOT="4"
|
||
|
IUSE="debug"
|
||
|
|
||
|
RDEPEND="
|
||
|
app-misc/lirc
|
||
|
"
|