diff options
author | Zoltan Puskas <zoltan@sinustrom.info> | 2019-03-24 22:27:45 -0700 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2019-04-07 19:52:43 +0300 |
commit | ec8d76e1c04e053115b5dad7bef64d9dd085e92c (patch) | |
tree | 761f6f6232c09caa7a3e50cd6d2ed9bb97e095d9 /sci-electronics/kicad-templates/kicad-templates-5.1.0.ebuild | |
parent | sci-electronics/kicad-symbols: Bump to 5.1.0 (diff) | |
download | gentoo-ec8d76e1c04e053115b5dad7bef64d9dd085e92c.tar.gz gentoo-ec8d76e1c04e053115b5dad7bef64d9dd085e92c.tar.bz2 gentoo-ec8d76e1c04e053115b5dad7bef64d9dd085e92c.zip |
sci-electronics/kicad-templates: Bump to 5.1.0
Bug: https://bugs.gentoo.org/680642
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Diffstat (limited to 'sci-electronics/kicad-templates/kicad-templates-5.1.0.ebuild')
-rw-r--r-- | sci-electronics/kicad-templates/kicad-templates-5.1.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-electronics/kicad-templates/kicad-templates-5.1.0.ebuild b/sci-electronics/kicad-templates/kicad-templates-5.1.0.ebuild new file mode 100644 index 000000000000..4681b201b5e7 --- /dev/null +++ b/sci-electronics/kicad-templates/kicad-templates-5.1.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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.1.0" |