sci-electronics/kicad-footprints: add 9.0.5

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44252
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Paul Zander
2025-08-24 09:35:00 +02:00
committed by Sam James
parent 7f3a6e9a82
commit 7e42b72299
2 changed files with 29 additions and 0 deletions

View File

@@ -2,3 +2,4 @@ DIST kicad-footprints-8.0.9.tar.bz2 23053251 BLAKE2B 3a562f2cf03b33a1d77b5b3d883
DIST kicad-footprints-9.0.0.tar.bz2 21272675 BLAKE2B 509898296ebdc513389af308264b244671dab5a9bfca83ee8be3f371f2133b12e86a7180ac0a1591aef58f8d68eb4576c79f6e679085d6149c8892a3eef2c26a SHA512 a479d32f87045de52b32461468ca87942c3c0a8effea82761c19bf8bdb3efc9e10c99c091bcafcc97586b54e0fc1d6d48c02ef9829cec825e683e425f81c8ac1
DIST kicad-footprints-9.0.2.tar.bz2 7686691 BLAKE2B fbb7ae052bef7171937abc9a2ce7a399a82eddc5d02fbae3086b91ca8e0db8230639c5252b6d27328aa00428ba649c5b257f2d03e308b4c1247e9cce91d70218 SHA512 52a2f618963bf312319bdb0dfee4fc8247e6f66b8cae04fbd6ca5daa943e1666068565f9fd4037b43cd23bd85d9262460c14ea66c57dab8150c6e1fe33aa2b51
DIST kicad-footprints-9.0.4.tar.bz2 7852439 BLAKE2B a514ec7674981b4b5c9fbd44c521800452c4c47f6c072a3758f9fadba12cb6f08457e91884acb6e514099a31721ca27cf31097ab912b9cbd16e72bc93a971bbf SHA512 7314a7f4cc871e570e74c39ded21c08d2e0157bdfc3c4ac0e9e5b177976bdb11592f80063e19d43c79d2b50dcbe2e1104b517f2cc62f513f1b72f3e5eb7e3464
DIST kicad-footprints-9.0.5.tar.bz2 7865207 BLAKE2B 4d0b47c044d5b0d59cbd2379f08164f23c74031139b9f1d27cf0695fd04af16e9af9fa98dfb7d52fc714e826ce906f95a119e6840bd6bc113fd6a971e2328529 SHA512 7e6ca31f2bb4a20c26333f2b79af3bda1bdd3cbc7778aa3ae2c0d3b916699b70c0e98aeb9c0a7c28683d70e4fd589994daeceb90dc29924db47dd6cd0d45bb0e

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 footprint libraries"
HOMEPAGE="https://gitlab.com/kicad/libraries/kicad-footprints"
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://gitlab.com/kicad/libraries/kicad-footprints.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