blob: 0e047cafc89b27f60b4b598474165965ea90baf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2011 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.6 2011/07/15 22:49:54 calchan Exp $
HOMEPAGE="http://www.geda.seul.org"
DESCRIPTION="Metapackage which installs all the components required for a full-featured gEDA/gaf system"
IUSE=''
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
RDEPEND="sci-electronics/geda
>=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/ngspice
>=sci-electronics/gnetman-0.0.1_pre20041222
sci-electronics/gtkwave"
|