summaryrefslogtreecommitdiff
blob: ced29bcaff10178050d5edd6285b31103443596b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.9.ebuild,v 1.1 2007/09/04 04:28:37 dirtyepic Exp $

inherit distutils

DESCRIPTION="Synopsis is a general source code documentation tool."
SRC_URI="http://synopsis.fresco.org/download/${P}.tar.gz"
HOMEPAGE="http://synopsis.fresco.org/index.html"

RDEPEND="media-gfx/graphviz
	net-misc/omniORB"

SLOT="0"
LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="~x86 ~ppc"
IUSE=""

src_install() {
	distutils_src_install
	mv ${D}/usr/share/doc/Synopsis ${D}/usr/share/doc/${PF}
	dohtml -r docs
}