blob: fc0f6b6b58b32c544a702af438ed17c8d414be75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyreverse/pyreverse-0.4.2.ebuild,v 1.3 2004/06/25 01:42:50 agriffis Exp $
inherit distutils
DESCRIPTION="Tools for analysing dependencies, generating documentation and XMI generation for importing into UML modelling tools."
SRC_URI="ftp://ftp.logilab.org/pub/${PN}/${P}.tar.gz"
HOMEPAGE="http://www.logilab.org/projects/pyreverse/"
SLOT="0"
IUSE=""
KEYWORDS="~x86"
LICENSE="GPL-2"
DEPEND=""
|