From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7651C1581F3 for ; Fri, 29 Nov 2024 13:28:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8932DE08BB; Fri, 29 Nov 2024 13:28:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6EE4EE08BB for ; Fri, 29 Nov 2024 13:28:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4201342F99 for ; Fri, 29 Nov 2024 13:28:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37D042191 for ; Fri, 29 Nov 2024 13:28:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1732886869.463625fb39ad35907e3a67e4df45edd8426d472b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad-templates/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/kicad-templates/Manifest sci-electronics/kicad-templates/kicad-templates-8.0.5.ebuild X-VCS-Directories: sci-electronics/kicad-templates/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 463625fb39ad35907e3a67e4df45edd8426d472b X-VCS-Branch: master Date: Fri, 29 Nov 2024 13:28:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c3ff0f7d-a278-4cf1-a139-72016f269fb5 X-Archives-Hash: 34a411abf922f8cf92ecd230c87a33cc commit: 463625fb39ad35907e3a67e4df45edd8426d472b Author: Zoltan Puskas sinustrom info> AuthorDate: Fri Nov 29 08:54:22 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 29 13:27:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463625fb sci-electronics/kicad-templates: drop 8.0.5 Signed-off-by: Zoltan Puskas sinustrom.info> Signed-off-by: Andreas Sturmlechner gentoo.org> sci-electronics/kicad-templates/Manifest | 1 - .../kicad-templates/kicad-templates-8.0.5.ebuild | 22 ---------------------- 2 files changed, 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"