diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-09-08 10:50:14 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-09-08 10:50:14 +0100 |
commit | 3f71901f8c228f4de570abed1831ce3ee425343e (patch) | |
tree | a2dcd300d05ef8a2ec275b44a92a9d85bd3baa24 /sci-electronics/kicad-footprints | |
parent | 12bb627384ddfd47382b9f1b6464481a58d01ebb (diff) |
gentoo resync 08.09.2018
Diffstat (limited to 'sci-electronics/kicad-footprints')
-rw-r--r-- | sci-electronics/kicad-footprints/Manifest | 3 | ||||
-rw-r--r-- | sci-electronics/kicad-footprints/kicad-footprints-5.0.0.ebuild | 18 | ||||
-rw-r--r-- | sci-electronics/kicad-footprints/metadata.xml | 21 |
3 files changed, 42 insertions, 0 deletions
diff --git a/sci-electronics/kicad-footprints/Manifest b/sci-electronics/kicad-footprints/Manifest new file mode 100644 index 000000000000..849f9278ee50 --- /dev/null +++ b/sci-electronics/kicad-footprints/Manifest @@ -0,0 +1,3 @@ +DIST kicad-footprints-5.0.0.tar.gz 4978410 BLAKE2B 4b736b9530bcb093ef916c5dff3ee17662c801478c14859b2256575c2d5244e714c0b61f2c4d59f33cbfc23b4f35f590546e0b3bc374d730ebf519a80d8904d1 SHA512 b96706cf021749630b544a437cb0fb278cf4369cb8acb89eb962bd674b3fc77dbca719dd540844d3478082ee0f82e7d65fce15a3658a9c6cbe8df3c691bbfbfe +EBUILD kicad-footprints-5.0.0.ebuild 459 BLAKE2B ddd2afac158a61b8266051740603e4b792f7e58431b23d28fc3401c08ee11003d88986e257cdefad701971d60ee547f4e85b7530f77f62eeba67e0ecf523a033 SHA512 89ea467a27c5073e84a6e61d6422097728fbe0b4518226799ac093232f4903850ad368a6617ce5f6ea42a621092c4bafa6a3fb5a2a0b2efe02eca3334b67db6c +MISC metadata.xml 735 BLAKE2B 4799a945980798d07f6cd74cfe47f3e054ed5c149887247a92c191414f06c4d3a5740542624bee3e96a4482a6bcce9ef52294426075cb16ce8d85cf027d8d6bd SHA512 07adadb06d293a535f7b3ee1601120c6caa36a3d119f330f0ad9e9df39ea9c30e582d4fd97abb44d23a6ce2e73c3e3dbb86bfeab46c2bc3a8f547d1abca4dea2 diff --git a/sci-electronics/kicad-footprints/kicad-footprints-5.0.0.ebuild b/sci-electronics/kicad-footprints/kicad-footprints-5.0.0.ebuild new file mode 100644 index 000000000000..bc75d2e226ed --- /dev/null +++ b/sci-electronics/kicad-footprints/kicad-footprints-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 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" diff --git a/sci-electronics/kicad-footprints/metadata.xml b/sci-electronics/kicad-footprints/metadata.xml new file mode 100644 index 000000000000..2eba07df28d4 --- /dev/null +++ b/sci-electronics/kicad-footprints/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>zoltan@sinustrom.info</email> + <name>Zoltan Puskas</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription> + The KiCad footprint libraries are the individual .pretty directories. + Each .pretty directory contains multiple .kicad_mod footprint files. + These footprints are best used in combination with the official symbol + libs and 3d model libs. + </longdescription> + <upstream> + <remote-id type="github">kicad/kicad-footprints</remote-id> + </upstream> +</pkgmetadata> |