sci-electronics/kicad-symbols: add 9.0.2

Signed-off-by: Vladislav Mikhailikov <vmikhailikov@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42445
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Vladislav Mikhailikov
2025-06-05 00:56:49 +03:00
committed by Sam James
parent 12d90875bd
commit f5d6f3139f
2 changed files with 29 additions and 0 deletions

View File

@@ -2,3 +2,4 @@ DIST kicad-symbols-8.0.6.tar.bz2 3687198 BLAKE2B e3f2b44889bd2d1cc685f06edc9f91a
DIST kicad-symbols-8.0.9.tar.bz2 3785354 BLAKE2B 566182bb41bd6b0fe5ca69ddeab7bed2d5b34e1a8b90674d7e654eb85f49d40e27caf3a71826b7d7f7ed6742e95e2e63c4df830525a6cebdeb50909d22c4e942 SHA512 36e1bc517d0e0de9e80129d766b543c2cfdfb1ca4cb0589e5d86250355dd909bd31d37e01a3548df3ca6985a4e0f4fe1804df470447928e6c13dad22f4527705
DIST kicad-symbols-9.0.0.tar.bz2 3768571 BLAKE2B 325617458f6ce4a68d522bd1b8ea0665df71aa716fdcefd8174f63cac907630077954b910557749f0ab26d630e587dd02a43129b5486c1217f6121b14e186742 SHA512 f93e28ac603bc5ec358d85c5cf1cee2cf3442d0b2541821512943c1fffd5041e1ec5b5547d7e88786920593ab210a1f97bbedc88e61de6d7b3b24955b8c7e25b
DIST kicad-symbols-9.0.1.tar.bz2 3782934 BLAKE2B fa127b7a6690677d16b8e2f20419410eabf5b74e428924e9087a04e23ef54d55e89076595c085a394cc70198da0f55c9ca737afdb7f8f7b266d9bd60edd6a024 SHA512 98337d28e00e7eb7bd2cab33c972f1cbcbcea9397538a81e50cffea9bb21e51cd25eae644a8bc67abc8c2b7243ef1a5a5f1d9ce756e491593f6b231bae6f11a3
DIST kicad-symbols-9.0.2.tar.bz2 3803426 BLAKE2B 5bcd1351e1cd82f5184844378127db7d2d91fbf21972b50e10106110ed2a9b9df4994d8f9b825342cd885445acc662183418356c5c7febd4c5f7876f7fa513c4 SHA512 eb16d0f9e686bb730e5d3965f0e159eac40440b8c8be371808f982ff7e81efc3b30b50f0aba27f6c791237a5d82ba6924490cd41f2aa6789eae1f262a235c31c

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Electronic Schematic and PCB design tools symbol libraries"
HOMEPAGE="https://gitlab.com/kicad/libraries/kicad-symbols"
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://gitlab.com/kicad/libraries/kicad-symbols.git"
inherit git-r3
else
SRC_URI="https://gitlab.com/kicad/libraries/${PN}/-/archive/${PV}/${P}.tar.bz2"
KEYWORDS="~amd64 ~riscv"
fi
LICENSE="CC-BY-SA-4.0"
SLOT="0"
RDEPEND=">=sci-electronics/kicad-8.0.0"
if [[ ${PV} == 9999 ]] ; then
# x11-misc-util/macros only required on live ebuilds
BDEPEND+=" >=x11-misc/util-macros-1.18"
fi