From: Zoltan Puskas Date: Sun, 26 Aug 2018 21:31:08 +0000 (-0700) Subject: sci-electronics/kicad-templates: New ebuild to separate templates library from KiCAD X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b77019e631fa7d777bf92042e642fd03cb14ff70;p=gentoo.git sci-electronics/kicad-templates: New ebuild to separate templates library from KiCAD Bug: https://bugs.gentoo.org/661350 Bug: https://bugs.gentoo.org/645970 --- diff --git a/sci-electronics/kicad-templates/Manifest b/sci-electronics/kicad-templates/Manifest new file mode 100644 index 000000000000..af6412902eb3 --- /dev/null +++ b/sci-electronics/kicad-templates/Manifest @@ -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 index 000000000000..7960e622b847 --- /dev/null +++ b/sci-electronics/kicad-templates/kicad-templates-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 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 index 000000000000..16927ddcb730 --- /dev/null +++ b/sci-electronics/kicad-templates/metadata.xml @@ -0,0 +1,18 @@ + + + + + zoltan@sinustrom.info + Zoltan Puskas + + + proxy-maint@gentoo.org + Proxy Maintainers + + + The KiCad project templates. + + + kicad/kicad-templates + +