15 lines
382 B
Bash
15 lines
382 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="devilishly simple tool for creating call graphs of C programs"
|
|
HOMEPAGE="http://www.gson.org/egypt/"
|
|
SRC_URI="http://www.gson.org/egypt/download/${P}.tar.gz"
|
|
|
|
LICENSE="|| ( Artistic GPL-1+ )"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|