commit: b77019e631fa7d777bf92042e642fd03cb14ff70 Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info> AuthorDate: Sun Aug 26 21:31:08 2018 +0000 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org> CommitDate: Fri Sep 7 00:56:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b77019e6
sci-electronics/kicad-templates: New ebuild to separate templates library from KiCAD Bug: https://bugs.gentoo.org/661350 Bug: https://bugs.gentoo.org/645970 sci-electronics/kicad-templates/Manifest | 1 + .../kicad-templates/kicad-templates-5.0.0.ebuild | 18 ++++++++++++++++++ sci-electronics/kicad-templates/metadata.xml | 18 ++++++++++++++++++ 3 files changed, 37 insertions(+) diff --git a/sci-electronics/kicad-templates/Manifest b/sci-electronics/kicad-templates/Manifest new file mode 100644 index 00000000000..af6412902eb --- /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 00000000000..7960e622b84 --- /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 00000000000..16927ddcb73 --- /dev/null +++ b/sci-electronics/kicad-templates/metadata.xml @@ -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>zol...@sinustrom.info</email> + <name>Zoltan Puskas</name> + </maintainer> + <maintainer type="project"> + <email>proxy-ma...@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>