blob: f189d37bfbc919ea0f7cbd6352ee9514e5899d5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-1.2.9.ebuild,v 1.4 2004/03/13 01:49:46 mr_bones_ Exp $
inherit kde
need-kde 3
IUSE=""
DESCRIPTION="A Graphical Debugger Interface to gdb"
SRC_URI="mirror://sourceforge/kdbg/${P}.tar.gz"
HOMEPAGE="http://members.nextra.at/johsixt/kdbg.html"
LICENSE="GPL-2"
KEYWORDS="x86 ~sparc ~ppc amd64"
RDEPEND=">=sys-devel/gdb-5.0"
|