Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad-meta/
Date: Sat, 05 Nov 2022 09:10:53
Message-Id: 1667638888.68b0129ecfa8e445bf26eb4d3ba3dd8f03e82fb8.matthew@gentoo
1 commit: 68b0129ecfa8e445bf26eb4d3ba3dd8f03e82fb8
2 Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
3 AuthorDate: Sat Oct 8 03:12:38 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 09:01:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b0129e
7
8 sci-electronics/kicad-meta: add 6.0.8
9
10 Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
11 Closes: https://github.com/gentoo/gentoo/pull/27692
12 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
13
14 sci-electronics/kicad-meta/kicad-meta-6.0.8.ebuild | 30 ++++++++++++++++++++++
15 1 file changed, 30 insertions(+)
16
17 diff --git a/sci-electronics/kicad-meta/kicad-meta-6.0.8.ebuild b/sci-electronics/kicad-meta/kicad-meta-6.0.8.ebuild
18 new file mode 100644
19 index 000000000000..9b332cea06f2
20 --- /dev/null
21 +++ b/sci-electronics/kicad-meta/kicad-meta-6.0.8.ebuild
22 @@ -0,0 +1,30 @@
23 +# Copyright 1999-2022 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=8
27 +
28 +DESCRIPTION="Electronic Schematic and PCB design tools (meta package)"
29 +HOMEPAGE="http://www.kicad.org"
30 +SRC_URI=""
31 +
32 +LICENSE="metapackage"
33 +SLOT="0"
34 +
35 +if [[ ${PV} != *_rc* ]] ; then
36 + KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
37 +fi
38 +
39 +IUSE="doc minimal"
40 +
41 +RDEPEND="
42 + >=sci-electronics/kicad-${PV}
43 + >=sci-electronics/kicad-symbols-${PV}
44 + >=sci-electronics/kicad-footprints-${PV}
45 + doc? (
46 + >=app-doc/kicad-doc-${PV}
47 + )
48 + !minimal? (
49 + >=sci-electronics/kicad-packages3d-${PV}
50 + >=sci-electronics/kicad-templates-${PV}
51 + )
52 +"