commit:     9a1a7d606c292400a88d2cde54bbdd1460af6743
Author:     Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
AuthorDate: Mon Sep 15 14:58:50 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct  3 00:55:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1a7d60

sci-electronics/kicad-footprints: drop 9.0.1

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-9.0.1.ebuild | 28 ----------------------
 2 files changed, 29 deletions(-)

diff --git a/sci-electronics/kicad-footprints/Manifest 
b/sci-electronics/kicad-footprints/Manifest
index a701d018de6f..665caf7decbb 100644
--- a/sci-electronics/kicad-footprints/Manifest
+++ b/sci-electronics/kicad-footprints/Manifest
@@ -1,5 +1,4 @@
 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
 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

diff --git a/sci-electronics/kicad-footprints/kicad-footprints-9.0.1.ebuild 
b/sci-electronics/kicad-footprints/kicad-footprints-9.0.1.ebuild
deleted file mode 100644
index 7131d1cbd074..000000000000
--- a/sci-electronics/kicad-footprints/kicad-footprints-9.0.1.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