commit:     9a1e56b6feed6ef71db0e962a58712523d383de3
Author:     Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
AuthorDate: Wed Dec  3 09:39:57 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec  4 08:59:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1e56b6

sci-electronics/kicad-footprints: drop 9.0.4

Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
Part-of: https://github.com/gentoo/gentoo/pull/44887
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-electronics/kicad-footprints/Manifest          |  1 -
 .../kicad-footprints/kicad-footprints-9.0.4.ebuild | 28 ----------------------
 2 files changed, 29 deletions(-)

diff --git a/sci-electronics/kicad-footprints/Manifest 
b/sci-electronics/kicad-footprints/Manifest
index deb894378f46..b77ffc4b5bf5 100644
--- a/sci-electronics/kicad-footprints/Manifest
+++ b/sci-electronics/kicad-footprints/Manifest
@@ -1,4 +1,3 @@
 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.4.tar.bz2 7852439 BLAKE2B 
a514ec7674981b4b5c9fbd44c521800452c4c47f6c072a3758f9fadba12cb6f08457e91884acb6e514099a31721ca27cf31097ab912b9cbd16e72bc93a971bbf
 SHA512 
7314a7f4cc871e570e74c39ded21c08d2e0157bdfc3c4ac0e9e5b177976bdb11592f80063e19d43c79d2b50dcbe2e1104b517f2cc62f513f1b72f3e5eb7e3464
 DIST kicad-footprints-9.0.5.tar.bz2 7865207 BLAKE2B 
4d0b47c044d5b0d59cbd2379f08164f23c74031139b9f1d27cf0695fd04af16e9af9fa98dfb7d52fc714e826ce906f95a119e6840bd6bc113fd6a971e2328529
 SHA512 
7e6ca31f2bb4a20c26333f2b79af3bda1bdd3cbc7778aa3ae2c0d3b916699b70c0e98aeb9c0a7c28683d70e4fd589994daeceb90dc29924db47dd6cd0d45bb0e

diff --git a/sci-electronics/kicad-footprints/kicad-footprints-9.0.4.ebuild 
b/sci-electronics/kicad-footprints/kicad-footprints-9.0.4.ebuild
deleted file mode 100644
index 7131d1cbd074..000000000000
--- a/sci-electronics/kicad-footprints/kicad-footprints-9.0.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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

Reply via email to