# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="sims parses the output of \"gpg --list-sigs\" and produces graphs of signature relationships" HOMEPAGE="http://tokkee.org/sims/" SRC_URI="http://tokkee.org/sims/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="dev-lang/perl" RDEPEND=">=dev-perl/IPC-Run-0.78 >=media-gfx/imagemagick-6.2.4.2-r1" src_compile() { POD2MAN=/usr/bin/pod2man ${POD2MAN} -c" " -r" " sims > sims.1 || die "error creating man page. Check for pod2man in ${POD2MAN}" } src_install() { dobin sims || die "Installation failed" doman sims.1 dodoc COPYING }