diff options
author | Zoltan Puskas <zoltan@sinustrom.info> | 2024-11-29 00:54:22 -0800 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-29 14:27:49 +0100 |
commit | 463625fb39ad35907e3a67e4df45edd8426d472b (patch) | |
tree | d3456e03df21f8aaf666bf8cc5a0fe39a7257f06 /sci-electronics | |
parent | sci-electronics/kicad-templates: drop 8.0.4 (diff) | |
download | gentoo-463625fb39ad35907e3a67e4df45edd8426d472b.tar.gz gentoo-463625fb39ad35907e3a67e4df45edd8426d472b.tar.bz2 gentoo-463625fb39ad35907e3a67e4df45edd8426d472b.zip |
sci-electronics/kicad-templates: 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-templates/Manifest | 1 | ||||
-rw-r--r-- | sci-electronics/kicad-templates/kicad-templates-8.0.5.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/sci-electronics/kicad-templates/Manifest b/sci-electronics/kicad-templates/Manifest index fa64e41d8be5..e616b7b96581 100644 --- a/sci-electronics/kicad-templates/Manifest +++ b/sci-electronics/kicad-templates/Manifest @@ -1,2 +1 @@ -DIST kicad-templates-8.0.5.tar.bz2 2783478 BLAKE2B 4e78424485011e57b029d0966518eb2315529a9922f32fe34bdfb1a3a0e4e8cdd9dffad6aad3151219a319a75079d82d62c11bb89573f2cc41a377015ed7fbb7 SHA512 be7e86a8e89a350e4580faaa2afcbe3e654d36eaa81585fdc1f1f8a89a0d7faeb84b86b9959392a8d98048c23cdee9e572c657998d195f87db378fb8cfb9483b DIST kicad-templates-8.0.6.tar.bz2 2783854 BLAKE2B 07af15a706c20433ce102f2cdda439d270bd48948cde404c77eed42ff3fe65b1e79143c68909e0aaabf1c74b4b39c863812de5a62f5aaef5ae88c7d352484e5a SHA512 38d6930b84481a1eb789016c4e85fcc68c59e58cb27ee4d8127ccba8ae1c78882afb1e110d218b0d3c280418d12bc23b1c0746da972dd5ed4f3c4c82f57db45f diff --git a/sci-electronics/kicad-templates/kicad-templates-8.0.5.ebuild b/sci-electronics/kicad-templates/kicad-templates-8.0.5.ebuild deleted file mode 100644 index 56a84f2bc09a..000000000000 --- a/sci-electronics/kicad-templates/kicad-templates-8.0.5.ebuild +++ /dev/null @@ -1,22 +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 project templates" -HOMEPAGE="https://github.com/kicad/kicad-templates" -if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://gitlab.com/kicad/libraries/${PN}.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" |