Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad-symbols/
Date: Fri, 07 Sep 2018 03:03:14
Message-Id: 1536281761.0133314b450e69e525f230f70f6be4662a8599b1.vdupras@gentoo
1 commit: 0133314b450e69e525f230f70f6be4662a8599b1
2 Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
3 AuthorDate: Sun Aug 26 21:22:43 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 7 00:56:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0133314b
7
8 sci-electronics/kicad-symbols: New ebuild to separate symbols library from KiCAD
9
10 Bug: https://bugs.gentoo.org/661350
11 Bug: https://bugs.gentoo.org/645970
12
13 sci-electronics/kicad-symbols/Manifest | 1 +
14 .../kicad-symbols/kicad-symbols-5.0.0.ebuild | 18 ++++++++++++++++++
15 sci-electronics/kicad-symbols/metadata.xml | 20 ++++++++++++++++++++
16 3 files changed, 39 insertions(+)
17
18 diff --git a/sci-electronics/kicad-symbols/Manifest b/sci-electronics/kicad-symbols/Manifest
19 new file mode 100644
20 index 00000000000..c831382e278
21 --- /dev/null
22 +++ b/sci-electronics/kicad-symbols/Manifest
23 @@ -0,0 +1 @@
24 +DIST kicad-symbols-5.0.0.tar.gz 2690042 BLAKE2B d3d32459335112aa44fce010a88fe859b8413051b4df8d656dbd8cff11c6536808b95bd5c25c1a699a9bfec22f320b418456e9dc024f9db38fa1da2aeade8bd3 SHA512 547029afdda5438108fcc9de7ca1cb6eb86524e8eaad5e32cd6cec58642dd3a98ff6b06ed55b347733306098ddc763e8204e2e638ef1d27cb9f7eb15a9710eb7
25
26 diff --git a/sci-electronics/kicad-symbols/kicad-symbols-5.0.0.ebuild b/sci-electronics/kicad-symbols/kicad-symbols-5.0.0.ebuild
27 new file mode 100644
28 index 00000000000..cf3f669a79a
29 --- /dev/null
30 +++ b/sci-electronics/kicad-symbols/kicad-symbols-5.0.0.ebuild
31 @@ -0,0 +1,18 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +inherit cmake-utils
38 +
39 +DESCRIPTION="Electronic Schematic and PCB design tools symbol libraries"
40 +HOMEPAGE="https://kicad.github.io/symbols/"
41 +SRC_URI="https://github.com/KiCad/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="CC-BY-SA-4.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm64 ~x86"
46 +IUSE=""
47 +
48 +DEPEND=""
49 +RDEPEND=">=sci-electronics/kicad-5.0.0"
50
51 diff --git a/sci-electronics/kicad-symbols/metadata.xml b/sci-electronics/kicad-symbols/metadata.xml
52 new file mode 100644
53 index 00000000000..c9a5e8513cd
54 --- /dev/null
55 +++ b/sci-electronics/kicad-symbols/metadata.xml
56 @@ -0,0 +1,20 @@
57 +<?xml version="1.0" encoding="UTF-8"?>
58 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 +<pkgmetadata>
60 + <maintainer type="person">
61 + <email>zoltan@×××××××××.info</email>
62 + <name>Zoltan Puskas</name>
63 + </maintainer>
64 + <maintainer type="project">
65 + <email>proxy-maint@g.o</email>
66 + <name>Proxy Maintainers</name>
67 + </maintainer>
68 + <longdescription>
69 + The KiCad symbol libraries are the individual .lib files, with the
70 + corresponding .dcm files containing symbol metadata. These symbols are
71 + best used in combination with the official footprint libs.
72 + </longdescription>
73 + <upstream>
74 + <remote-id type="github">kicad/kicad-symbols</remote-id>
75 + </upstream>
76 +</pkgmetadata>