| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild,v 1.5 2012/06/14 16:28:12 xarthisius Exp $ |
| 4 |
|
| 5 |
EAPI=4 |
| 6 |
|
| 7 |
DESCRIPTION="A curses front-end for GDB, the GNU debugger" |
| 8 |
HOMEPAGE="http://cgdb.sourceforge.net/" |
| 9 |
SRC_URI="mirror://sourceforge/cgdb/${P}.tar.gz" |
| 10 |
|
| 11 |
LICENSE="GPL-2" |
| 12 |
SLOT="0" |
| 13 |
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux" |
| 14 |
IUSE="" |
| 15 |
|
| 16 |
DEPEND="sys-libs/ncurses |
| 17 |
>=sys-libs/readline-5.1-r2" |
| 18 |
RDEPEND="${DEPEND} |
| 19 |
sys-devel/gdb" |