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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53B88158041 for ; Wed, 28 Feb 2024 11:03:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F235E2B68; Wed, 28 Feb 2024 11:03:44 +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 3D266E2B68 for ; Wed, 28 Feb 2024 11:03:44 +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 893B43407E6 for ; Wed, 28 Feb 2024 11:03:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B1AB14EB for ; Wed, 28 Feb 2024 11:03:40 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1709117960.c3fc01c2205d92144d98831b3ac8d4cb102e9b2b.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/kicad-meta/kicad-meta-8.0.0.ebuild X-VCS-Directories: sci-electronics/kicad-meta/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: c3fc01c2205d92144d98831b3ac8d4cb102e9b2b X-VCS-Branch: master Date: Wed, 28 Feb 2024 11:03:40 +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: 39b882d2-bae7-4488-a656-a52fdbfbcf8f X-Archives-Hash: 4c5fe4d7f3d45e167ea4087e226be725 commit: c3fc01c2205d92144d98831b3ac8d4cb102e9b2b Author: Huang Rui gmail com> AuthorDate: Tue Feb 27 11:49:47 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Feb 28 10:59:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3fc01c2 sci-electronics/kicad-meta: add 8.0.0 Signed-off-by: Huang Rui gmail.com> Signed-off-by: Yixun Lan gentoo.org> sci-electronics/kicad-meta/kicad-meta-8.0.0.ebuild | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/sci-electronics/kicad-meta/kicad-meta-8.0.0.ebuild b/sci-electronics/kicad-meta/kicad-meta-8.0.0.ebuild new file mode 100644 index 000000000000..e47e613dc36e --- /dev/null +++ b/sci-electronics/kicad-meta/kicad-meta-8.0.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Electronic Schematic and PCB design tools (meta package)" +HOMEPAGE="http://www.kicad.org" + +LICENSE="metapackage" +SLOT="0" + +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + +IUSE="doc minimal" + +RDEPEND=" + >=sci-electronics/kicad-${PV} + >=sci-electronics/kicad-symbols-${PV} + >=sci-electronics/kicad-footprints-${PV} + doc? ( + >=app-doc/kicad-doc-${PV} + ) + !minimal? ( + >=sci-electronics/kicad-packages3d-${PV} + >=sci-electronics/kicad-templates-${PV} + ) +"