blob: c947fcc9f93dee6e05cdc428712fc1822cf41f90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdbus/kdbus-0.8.6.ebuild,v 1.8 2007/08/02 06:04:43 mr_bones_ Exp $
inherit kde
DESCRIPTION="D-BUS service browser for KDE."
SRC_URI="http://rohanpm.net/files/${P}.tar.gz"
HOMEPAGE="http://rohanpm.net/kdbus"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-libs/dbus-qt3-old"
RDEPEND="${DEPEND}"
need-kde 3.3
PATCHES="${FILESDIR}/${P}-desktop.patch"
|