blob: 57cd36918bde33f047968b6717677f64e3f8168d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda-suite/geda-suite-20050820.ebuild,v 1.4 2007/02/08 19:54:06 opfer Exp $
HOMEPAGE="http://www.geda.seul.org"
DESCRIPTION="geda-suite is a metapackage which compiles all the necessary components you would expect for a full-featured gEDA/gaf system"
IUSE=''
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
RDEPEND=">=sci-electronics/geda-20050820
>=sci-electronics/gerbv-1.0.1
>=sci-electronics/gnucap-0.35
>=sci-electronics/gwave-20031224
>=sci-electronics/pcb-20050609
>=sci-electronics/iverilog-0.8
>=sci-electronics/ng-spice-rework-15
>=sci-electronics/gnetman-0.0.1_pre20041222
sci-electronics/gtkwave"
|