summaryrefslogtreecommitdiff
path: root/sci-electronics/kicad-symbols
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-09-08 10:50:14 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-09-08 10:50:14 +0100
commit3f71901f8c228f4de570abed1831ce3ee425343e (patch)
treea2dcd300d05ef8a2ec275b44a92a9d85bd3baa24 /sci-electronics/kicad-symbols
parent12bb627384ddfd47382b9f1b6464481a58d01ebb (diff)
gentoo resync 08.09.2018
Diffstat (limited to 'sci-electronics/kicad-symbols')
-rw-r--r--sci-electronics/kicad-symbols/Manifest3
-rw-r--r--sci-electronics/kicad-symbols/kicad-symbols-5.0.0.ebuild18
-rw-r--r--sci-electronics/kicad-symbols/metadata.xml20
3 files changed, 41 insertions, 0 deletions
diff --git a/sci-electronics/kicad-symbols/Manifest b/sci-electronics/kicad-symbols/Manifest
new file mode 100644
index 000000000000..6a57479ffa51
--- /dev/null
+++ b/sci-electronics/kicad-symbols/Manifest
@@ -0,0 +1,3 @@
+DIST kicad-symbols-5.0.0.tar.gz 2690042 BLAKE2B d3d32459335112aa44fce010a88fe859b8413051b4df8d656dbd8cff11c6536808b95bd5c25c1a699a9bfec22f320b418456e9dc024f9db38fa1da2aeade8bd3 SHA512 547029afdda5438108fcc9de7ca1cb6eb86524e8eaad5e32cd6cec58642dd3a98ff6b06ed55b347733306098ddc763e8204e2e638ef1d27cb9f7eb15a9710eb7
+EBUILD kicad-symbols-5.0.0.ebuild 453 BLAKE2B 332b5a400d85565f34d44683f82745ef80a1001956119b59b295a9d3ef9d02f0576e6dcf6125a786d3cca7499c8d396e713bd123b7e709fa488b35a8bff58782 SHA512 5d8501ba8f88e9399b2b7bc88dc8835df7f930f56f62aa1e78f527b4ab9549d6cee77a766c648cf75d4e9d6f9d4fa0e490f9f8709cd2c4d6a12d9d6e806008fd
+MISC metadata.xml 693 BLAKE2B a3b93ce0fcc955588ebcf3e3104c1b7af572e714ba255cacca945d130623e5fb1fb621169b728f9fb24e4d90b4776913220cd8b068f3e176b5dc7be9d6b9cd25 SHA512 e0f2002922b08d0ca4abfd39779def493aeb0870701a255b606da86ce9adbdf39f78ac9b80a885e9fc9186f59e7f77caf8cc4273bc64003715338e30833fd174
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 @@
+<?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>