diff options
author | Zoltan Puskas <zoltan@sinustrom.info> | 2018-11-02 22:47:32 -0700 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2019-01-02 17:49:40 +0100 |
commit | fac8cf224fab50b0ef40a73784406450331201d5 (patch) | |
tree | f3a53ca98a4bafa9a455d0f941f066bfaeeed8f4 /sci-electronics | |
parent | sci-electronics/kicad-symbols: Bump to 5.0.1 version (diff) | |
download | gentoo-fac8cf224fab50b0ef40a73784406450331201d5.tar.gz gentoo-fac8cf224fab50b0ef40a73784406450331201d5.tar.bz2 gentoo-fac8cf224fab50b0ef40a73784406450331201d5.zip |
sci-electronics/kicad-footprints: Bump to 5.0.1 version
Bug: https://bugs.gentoo.org/669366
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Signed-off-by: Amy Liffey <amynka@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/kicad-footprints/Manifest | 1 | ||||
-rw-r--r-- | sci-electronics/kicad-footprints/kicad-footprints-5.0.1.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/sci-electronics/kicad-footprints/Manifest b/sci-electronics/kicad-footprints/Manifest index 83281f31abc6..5a9870bda48e 100644 --- a/sci-electronics/kicad-footprints/Manifest +++ b/sci-electronics/kicad-footprints/Manifest @@ -1 +1,2 @@ DIST kicad-footprints-5.0.0.tar.gz 4978410 BLAKE2B 4b736b9530bcb093ef916c5dff3ee17662c801478c14859b2256575c2d5244e714c0b61f2c4d59f33cbfc23b4f35f590546e0b3bc374d730ebf519a80d8904d1 SHA512 b96706cf021749630b544a437cb0fb278cf4369cb8acb89eb962bd674b3fc77dbca719dd540844d3478082ee0f82e7d65fce15a3658a9c6cbe8df3c691bbfbfe +DIST kicad-footprints-5.0.1.tar.gz 5074166 BLAKE2B eb8a532c83af37d241c0eb73b7ac0a6bdd75e87f5d06ebdb9a109160cae131240f4f5516c9bd38785c51e068ffcc29cdec075565bc4bc14af3924f814a68aa54 SHA512 16057e7a768097a7e97ae8a25d0c35891d04621e5d5b7437e80f893f48365e562b69c38a8076c1dab0455801359e766fcd1f7d31fec2cc78c9e7cda2d6f210ae diff --git a/sci-electronics/kicad-footprints/kicad-footprints-5.0.1.ebuild b/sci-electronics/kicad-footprints/kicad-footprints-5.0.1.ebuild new file mode 100644 index 000000000000..c34bd2d47161 --- /dev/null +++ b/sci-electronics/kicad-footprints/kicad-footprints-5.0.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="Electronic Schematic and PCB design tools footprint libraries" +HOMEPAGE="https://kicad.github.io/footprints/" +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" |