2009-03-29 09:05:36 +02:00
|
|
|
# Copyright 1999-2009 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
|
|
|
EAPI="2"
|
|
|
|
|
2009-05-16 09:48:01 +02:00
|
|
|
KMNAME="kdereview"
|
2009-03-29 09:05:36 +02:00
|
|
|
inherit kde4-base subversion
|
2009-05-16 09:48:01 +02:00
|
|
|
ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/kdereview/${PN}/@{${PV/4.0_pre/}}"
|
2009-03-29 09:05:36 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
"
|