sci-electronics/kicad-symbols: add 9.0.1

Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Part-of: https://github.com/gentoo/gentoo/pull/41118
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Zoltan Puskas
2025-05-06 00:12:54 -07:00
committed by Sam James
parent 56d73f2797
commit 9360112efd
2 changed files with 29 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
DIST kicad-symbols-8.0.6.tar.bz2 3687198 BLAKE2B e3f2b44889bd2d1cc685f06edc9f91a8d4e72eb464b155ebecfe184be5d751225938cc1da358e10c0f832434f97da8b04c655e96bf79cfd91b55beb166f3c47a SHA512 6d32c2781c105fdb8f97b7e1df27cf2d857d886bb5933ab6e6f0707022ab34d8d68e757f1334deefa4281a5c75ace77e4ff092941b11e0f82348343dfa13aa98
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

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