sci-electronics/kicad-symbols: New ebuild to separate symbols library from KiCAD
authorZoltan Puskas <zoltan@sinustrom.info>
Sun, 26 Aug 2018 21:22:43 +0000 (14:22 -0700)
committerVirgil Dupras <vdupras@gentoo.org>
Fri, 7 Sep 2018 00:56:01 +0000 (20:56 -0400)
Bug: https://bugs.gentoo.org/661350
Bug: https://bugs.gentoo.org/645970

sci-electronics/kicad-symbols/Manifest [new file with mode: 0644]
sci-electronics/kicad-symbols/kicad-symbols-5.0.0.ebuild [new file with mode: 0644]
sci-electronics/kicad-symbols/metadata.xml [new file with mode: 0644]

diff --git a/sci-electronics/kicad-symbols/Manifest b/sci-electronics/kicad-symbols/Manifest
new file mode 100644 (file)
index 0000000..c831382
--- /dev/null
@@ -0,0 +1 @@
+DIST kicad-symbols-5.0.0.tar.gz 2690042 BLAKE2B d3d32459335112aa44fce010a88fe859b8413051b4df8d656dbd8cff11c6536808b95bd5c25c1a699a9bfec22f320b418456e9dc024f9db38fa1da2aeade8bd3 SHA512 547029afdda5438108fcc9de7ca1cb6eb86524e8eaad5e32cd6cec58642dd3a98ff6b06ed55b347733306098ddc763e8204e2e638ef1d27cb9f7eb15a9710eb7
diff --git a/sci-electronics/kicad-symbols/kicad-symbols-5.0.0.ebuild b/sci-electronics/kicad-symbols/kicad-symbols-5.0.0.ebuild
new file mode 100644 (file)
index 0000000..cf3f669
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Electronic Schematic and PCB design tools symbol libraries"
+HOMEPAGE="https://kicad.github.io/symbols/"
+SRC_URI="https://github.com/KiCad/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=sci-electronics/kicad-5.0.0"
diff --git a/sci-electronics/kicad-symbols/metadata.xml b/sci-electronics/kicad-symbols/metadata.xml
new file mode 100644 (file)
index 0000000..c9a5e85
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>zoltan@sinustrom.info</email>
+               <name>Zoltan Puskas</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-maint@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <longdescription>
+               The KiCad symbol libraries are the individual .lib files, with the
+               corresponding .dcm files containing symbol metadata. These symbols are
+               best used in combination with the official footprint libs.
+       </longdescription>
+       <upstream>
+               <remote-id type="github">kicad/kicad-symbols</remote-id>
+       </upstream>
+</pkgmetadata>