summaryrefslogtreecommitdiff
blob: e287af27c216c70110f41069bb5d01c8e82d8961 (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-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-2.1.0.ebuild,v 1.5 2008/05/19 16:46:22 nixnut Exp $

ARTS_REQUIRED="never"

inherit kde

DESCRIPTION="A Graphical Debugger Interface to gdb."
HOMEPAGE="http://www.kdbg.org/"
SRC_URI="mirror://sourceforge/kdbg/${P}.tar.gz"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="amd64 ppc ppc64 ~sparc x86"
IUSE=""

RDEPEND=">=sys-devel/gdb-5.0"

need-kde 3.5

PATCHES="${FILESDIR}/kdbg-2.1.0-desktop-entry.diff"