blob: f7939c0d43917513b90b61f37f8fe7508365cf35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2006 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.3 2006/03/13 23:59:14 deltacow 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-20050808
>=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"
|