summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Puskas <zoltan@sinustrom.info>2024-11-29 00:52:44 -0800
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-29 14:27:46 +0100
commit9f2af51e61ec3f1e00cfc3ae396f1acc3f898e4c (patch)
tree60171c8c938ad001bb5becf50cb04476c8d60ec1 /sci-electronics
parentsci-electronics/kicad-footprints: drop 8.0.4 (diff)
downloadgentoo-9f2af51e61ec3f1e00cfc3ae396f1acc3f898e4c.tar.gz
gentoo-9f2af51e61ec3f1e00cfc3ae396f1acc3f898e4c.tar.bz2
gentoo-9f2af51e61ec3f1e00cfc3ae396f1acc3f898e4c.zip
sci-electronics/kicad-footprints: drop 8.0.5
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/kicad-footprints/Manifest1
-rw-r--r--sci-electronics/kicad-footprints/kicad-footprints-8.0.5.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/sci-electronics/kicad-footprints/Manifest b/sci-electronics/kicad-footprints/Manifest
index 3f9d0bbba846..47628ed256f3 100644
--- a/sci-electronics/kicad-footprints/Manifest
+++ b/sci-electronics/kicad-footprints/Manifest
@@ -1,2 +1 @@
-DIST kicad-footprints-8.0.5.tar.bz2 26657571 BLAKE2B 56fd89195b1260bab740214e69419aaa8633fba6f2668fd00b888a19a22714394b34f198448776a3a71ef7278c7a338085cef09cd1740f0a384232b59693c14a SHA512 e468e8683f5996a602a8c6b0ce9e948b65b1be203fb530df341ec4deda01419e8ce2de9f0928fe9be7918b1c754300cee957dcd72185feeafc71e5bd977d196f
DIST kicad-footprints-8.0.6.tar.bz2 26271483 BLAKE2B 6b44eac6b69e6760ef08666f9747a18499dd4f7603ceab6c1f68982da26c2a5c6a54f1b9c8259ec98225dff72e62e6bef3f52b55e9fe746302f3d069f78bbe30 SHA512 7180b85709b791efd43535a6615e86600c582d227983b7cb9d59a05df97f08f8569de7c8e60ed68fc8f92091bb7b441bbe48474e66412376f588aea9216319a0
diff --git a/sci-electronics/kicad-footprints/kicad-footprints-8.0.5.ebuild b/sci-electronics/kicad-footprints/kicad-footprints-8.0.5.ebuild
deleted file mode 100644
index 7882a2e18c3c..000000000000
--- a/sci-electronics/kicad-footprints/kicad-footprints-8.0.5.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