summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Puskas <zoltan@sinustrom.info>2019-08-09 01:49:23 -0700
committerJoonas Niilola <juippis@gentoo.org>2019-08-10 14:15:03 +0300
commit40e48b146cf814cee160ef98bee366cf6fc69832 (patch)
treeb7c200df00bfe49d66619b4cd48ab9822a00d06f /sci-electronics/kicad-templates/kicad-templates-5.1.4.ebuild
parentsci-electronics/kicad-symbols: Bump to 5.1.4 (diff)
downloadgentoo-40e48b146cf814cee160ef98bee366cf6fc69832.tar.gz
gentoo-40e48b146cf814cee160ef98bee366cf6fc69832.tar.bz2
gentoo-40e48b146cf814cee160ef98bee366cf6fc69832.zip
sci-electronics/kicad-templates: Bump to 5.1.4
Bug: https://bugs.gentoo.org/691718 Package-Manager: Portage-2.3.71, Repoman-2.3.17 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.4.ebuild')
-rw-r--r--sci-electronics/kicad-templates/kicad-templates-5.1.4.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-electronics/kicad-templates/kicad-templates-5.1.4.ebuild b/sci-electronics/kicad-templates/kicad-templates-5.1.4.ebuild
new file mode 100644
index 000000000000..da3a76f1b1da
--- /dev/null
+++ b/sci-electronics/kicad-templates/kicad-templates-5.1.4.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"