# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit qmake-utils DESCRIPTION="Qt4 graphical frontend to GDB" HOMEPAGE="http://gede.acidron.com/" SRC_URI="http://gede.acidron.com/uploads/source/${P}.tar.xz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" dev-qt/qtcore:4 dev-qt/qtgui:4 " RDEPEND="${DEPEND} dev-util/ctags " src_configure() { eqmake4 src/gd.pro } src_install() { dobin gede dodoc README LICENSE }