commit: ffc8b9b36a5e3b6a70fb2b296fb2964239e6f000 Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info> AuthorDate: Thu Feb 20 10:00:35 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Feb 20 10:11:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc8b9b3
sci-electronics/kicad-templates: add 8.0.9 Bug: https://bugs.gentoo.org/949967 Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info> Signed-off-by: Sam James <sam <AT> gentoo.org> sci-electronics/kicad-templates/Manifest | 1 + .../kicad-templates/kicad-templates-8.0.9.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/sci-electronics/kicad-templates/Manifest b/sci-electronics/kicad-templates/Manifest index e616b7b96581..98ce28cfa326 100644 --- a/sci-electronics/kicad-templates/Manifest +++ b/sci-electronics/kicad-templates/Manifest @@ -1 +1,2 @@ DIST kicad-templates-8.0.6.tar.bz2 2783854 BLAKE2B 07af15a706c20433ce102f2cdda439d270bd48948cde404c77eed42ff3fe65b1e79143c68909e0aaabf1c74b4b39c863812de5a62f5aaef5ae88c7d352484e5a SHA512 38d6930b84481a1eb789016c4e85fcc68c59e58cb27ee4d8127ccba8ae1c78882afb1e110d218b0d3c280418d12bc23b1c0746da972dd5ed4f3c4c82f57db45f +DIST kicad-templates-8.0.9.tar.bz2 2865879 BLAKE2B fb21cffb11af46b32b47e14dad08194208fa347c9f8e38249607469ee253c8a7b96319de2ce0700ea16e12d8fb6623090a45e1395bbbf15448b327365b1a5aa4 SHA512 b341a11ea86591d26e5e6f9ab4e2edefe6310c35602595cc6975a53c76e7a03cc7d45b93929df44a95f5325d495403373d212348130d57594128e3963e835423 diff --git a/sci-electronics/kicad-templates/kicad-templates-8.0.9.ebuild b/sci-electronics/kicad-templates/kicad-templates-8.0.9.ebuild new file mode 100644 index 000000000000..49c4d3958115 --- /dev/null +++ b/sci-electronics/kicad-templates/kicad-templates-8.0.9.ebuild @@ -0,0 +1,22 @@ +# 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 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"