diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2017-12-23 22:26:24 +0100 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2017-12-23 22:27:54 +0100 |
commit | 26611334db774e8539d4e0a7173175fb028f6fc7 (patch) | |
tree | c9d416f423ea81929a3dcf562fff6168d8ac50d6 /sci-electronics/geda-suite | |
parent | sys-cluster/native-mpi: EAPI 3 -> 6 (diff) | |
download | gentoo-26611334db774e8539d4e0a7173175fb028f6fc7.tar.gz gentoo-26611334db774e8539d4e0a7173175fb028f6fc7.tar.bz2 gentoo-26611334db774e8539d4e0a7173175fb028f6fc7.zip |
sci-electronics/geda-suite: Version bump
Drops especially the min version for sci-electronics/pcb.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-electronics/geda-suite')
-rw-r--r-- | sci-electronics/geda-suite/geda-suite-20171223.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sci-electronics/geda-suite/geda-suite-20171223.ebuild b/sci-electronics/geda-suite/geda-suite-20171223.ebuild new file mode 100644 index 000000000000..b042cef805b9 --- /dev/null +++ b/sci-electronics/geda-suite/geda-suite-20171223.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +HOMEPAGE="http://www.geda.seul.org" +DESCRIPTION="Metapackage for all components for a full-featured gEDA/gaf system" + +IUSE='' +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +RDEPEND="sci-electronics/geda + sci-electronics/gerbv + >=sci-electronics/gnucap-0.35.20091207 + >=sci-electronics/gwave-20090213-r1 + sci-electronics/pcb + >=sci-electronics/geda-xgsch2pcb-0.1.3-r3 + >=sci-electronics/iverilog-0.9.6 + sci-electronics/ngspice + sci-electronics/gspiceui + >=sci-electronics/gnetman-0.0.1_pre20110124 + sci-electronics/gtkwave" |