summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Puskas <zoltan@sinustrom.info>2019-11-18 21:26:59 -0800
committerJoonas Niilola <juippis@gentoo.org>2019-12-17 20:14:09 +0200
commit04c960eed4db893110f2c4bd6f396902e29a4b4c (patch)
treed3dee0ebaf3f07842d97e111030a7734b26518f1 /sci-electronics/kicad-templates/kicad-templates-5.1.5.ebuild
parentsci-electronics/kicad-packages3d: Bump to 5.1.5 version (diff)
downloadgentoo-04c960eed4db893110f2c4bd6f396902e29a4b4c.tar.gz
gentoo-04c960eed4db893110f2c4bd6f396902e29a4b4c.tar.bz2
gentoo-04c960eed4db893110f2c4bd6f396902e29a4b4c.zip
sci-electronics/kicad-templates: Bump to 5.1.5 version
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-electronics/kicad-templates/kicad-templates-5.1.5.ebuild')
-rw-r--r--sci-electronics/kicad-templates/kicad-templates-5.1.5.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-electronics/kicad-templates/kicad-templates-5.1.5.ebuild b/sci-electronics/kicad-templates/kicad-templates-5.1.5.ebuild
new file mode 100644
index 000000000000..da3a76f1b1da
--- /dev/null
+++ b/sci-electronics/kicad-templates/kicad-templates-5.1.5.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 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=sci-electronics/kicad-5.1.0"