commit: a4b61109f5f58d508ad74d4e3d62f3c8984c0826 Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info> AuthorDate: Mon Sep 15 14:55:32 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 3 00:55:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b61109
sci-electronics/kicad-footprints: drop 8.0.6 Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info> Part-of: https://github.com/gentoo/gentoo/pull/43794 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-electronics/kicad-footprints/Manifest | 1 - .../kicad-footprints/kicad-footprints-8.0.6.ebuild | 28 ---------------------- 2 files changed, 29 deletions(-) diff --git a/sci-electronics/kicad-footprints/Manifest b/sci-electronics/kicad-footprints/Manifest index fa9c17bcf012..a701d018de6f 100644 --- a/sci-electronics/kicad-footprints/Manifest +++ b/sci-electronics/kicad-footprints/Manifest @@ -1,4 +1,3 @@ -DIST kicad-footprints-8.0.6.tar.bz2 26271483 BLAKE2B 6b44eac6b69e6760ef08666f9747a18499dd4f7603ceab6c1f68982da26c2a5c6a54f1b9c8259ec98225dff72e62e6bef3f52b55e9fe746302f3d069f78bbe30 SHA512 7180b85709b791efd43535a6615e86600c582d227983b7cb9d59a05df97f08f8569de7c8e60ed68fc8f92091bb7b441bbe48474e66412376f588aea9216319a0 DIST kicad-footprints-8.0.9.tar.bz2 23053251 BLAKE2B 3a562f2cf03b33a1d77b5b3d88330021e23e2c30deafc6c6b486ab206957948158e0d244408e15cd7aa62e0e1a480b9e336c81b9270dac74ae4ad53939b3ea29 SHA512 ece411640c73a87aac98ec257672b4dfedf8af2035e94662f74801ec9ed5d21d8ea212b929770d6669bd234c30f11577a958b107c57b5dc43ae32ec769c12739 DIST kicad-footprints-9.0.0.tar.bz2 21272675 BLAKE2B 509898296ebdc513389af308264b244671dab5a9bfca83ee8be3f371f2133b12e86a7180ac0a1591aef58f8d68eb4576c79f6e679085d6149c8892a3eef2c26a SHA512 a479d32f87045de52b32461468ca87942c3c0a8effea82761c19bf8bdb3efc9e10c99c091bcafcc97586b54e0fc1d6d48c02ef9829cec825e683e425f81c8ac1 DIST kicad-footprints-9.0.1.tar.bz2 7845774 BLAKE2B ac8c58d6f208217e49f8824a017e9c8a0e2da4f2e2709c8f48e785d9753a6bab5b0eae4704cc3ecbadabc2f30dc0f25a7bcf887b687e9f878b21184bc495a608 SHA512 06fd1ea699e844f6e8ab5e6bc7b11ff67f62b5785af4a6cae66f948e3b609efb6654e2ffa31b9954887127d24efc0801bcb54f49581f491fac9ebb1984417da8 diff --git a/sci-electronics/kicad-footprints/kicad-footprints-8.0.6.ebuild b/sci-electronics/kicad-footprints/kicad-footprints-8.0.6.ebuild deleted file mode 100644 index 57eb68c43c79..000000000000 --- a/sci-electronics/kicad-footprints/kicad-footprints-8.0.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 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 ~arm64 ~riscv ~x86" -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
