From: Zoltan Puskas Date: Sun, 26 Aug 2018 21:22:43 +0000 (-0700) Subject: sci-electronics/kicad-symbols: New ebuild to separate symbols library from KiCAD X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0133314b450e69e525f230f70f6be4662a8599b1;p=gentoo.git sci-electronics/kicad-symbols: New ebuild to separate symbols library from KiCAD Bug: https://bugs.gentoo.org/661350 Bug: https://bugs.gentoo.org/645970 --- diff --git a/sci-electronics/kicad-symbols/Manifest b/sci-electronics/kicad-symbols/Manifest new file mode 100644 index 000000000000..c831382e278e --- /dev/null +++ b/sci-electronics/kicad-symbols/Manifest @@ -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 index 000000000000..cf3f669a79ab --- /dev/null +++ b/sci-electronics/kicad-symbols/kicad-symbols-5.0.0.ebuild @@ -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 index 000000000000..c9a5e8513cd4 --- /dev/null +++ b/sci-electronics/kicad-symbols/metadata.xml @@ -0,0 +1,20 @@ + + + + + zoltan@sinustrom.info + Zoltan Puskas + + + proxy-maint@gentoo.org + Proxy Maintainers + + + 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. + + + kicad/kicad-symbols + +