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

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

diff --git a/sci-electronics/kicad-templates/Manifest b/sci-electronics/kicad-templates/Manifest
new file mode 100644 (file)
index 0000000..af64129
--- /dev/null
@@ -0,0 +1 @@
+DIST kicad-templates-5.0.0.tar.gz 1621228 BLAKE2B e63d97290bb99a78ad0a273772e19d14cf22c36d45d8445cb5dd0b906651e4b3981faac0cb12523e60d1ea3de3dbce71b07166114ee5862e6df090200fb7cac8 SHA512 5e59ac778258a8313df8c3c0fe900acc8b64362f205738494397f51a1eea481a5e8b25d9cc59b370c233be5e47a488de44fed073522198f0634a87ab5f2d7d56
diff --git a/sci-electronics/kicad-templates/kicad-templates-5.0.0.ebuild b/sci-electronics/kicad-templates/kicad-templates-5.0.0.ebuild
new file mode 100644 (file)
index 0000000..7960e62
--- /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 project templates"
+HOMEPAGE="https://github.com/kicad/kicad-templates"
+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-templates/metadata.xml b/sci-electronics/kicad-templates/metadata.xml
new file mode 100644 (file)
index 0000000..16927dd
--- /dev/null
@@ -0,0 +1,18 @@
+<?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 project templates.
+       </longdescription>
+       <upstream>
+               <remote-id type="github">kicad/kicad-templates</remote-id>
+       </upstream>
+</pkgmetadata>