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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5DA53158232 for ; Sun, 8 Dec 2024 15:44:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA38EE0CCE; Sun, 8 Dec 2024 15:44:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D6C6E0BDA for ; Sun, 8 Dec 2024 15:44:22 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH] Introduce llvm-core and llvm-runtimes categories Date: Sun, 8 Dec 2024 16:44:13 +0100 Message-ID: <20241208154413.248778-1-mgorny@gentoo.org> X-Mailer: git-send-email 2.47.1 In-Reply-To: <87f27044c599b4168d27d79367fd4b47575502c9.camel@gentoo.org> References: <87f27044c599b4168d27d79367fd4b47575502c9.camel@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 5d390a95-2625-4953-bd5a-8bfbf4ce8e8f X-Archives-Hash: 08467389fbb058ca2506eb49c1b70c04 Signed-off-by: Michał Górny --- llvm-core/metadata.xml | 14 ++++++++++++++ llvm-runtimes/metadata.xml | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 llvm-core/metadata.xml create mode 100644 llvm-runtimes/metadata.xml diff --git a/llvm-core/metadata.xml b/llvm-core/metadata.xml new file mode 100644 index 000000000000..014d005edb88 --- /dev/null +++ b/llvm-core/metadata.xml @@ -0,0 +1,14 @@ + + + + + The llvm-core category contains packages comprising the LLVM + toolchain (normally selected among LLVM components + via LLVM_ENABLE_PROJECTS). + + + Kategoria llvm-core zawiera paczki narzędzi programistycznych + LLVM (spośród komponentów LLVM wybierane za pośrednictwem + LLVM_ENABLE_PROJECTS). + + diff --git a/llvm-runtimes/metadata.xml b/llvm-runtimes/metadata.xml new file mode 100644 index 000000000000..6b0e1e57d36d --- /dev/null +++ b/llvm-runtimes/metadata.xml @@ -0,0 +1,14 @@ + + + + + The llvm-runtimes category contains packages providing runtimes + specific to the LLVM toolchain (normally selected among LLVM + components via LLVM_ENABLE_RUNTIMES). + + + Kategoria llvm-runtimes zawiera paczki z bibliotekami, używanymi + przez programy skompilowane za pomocą narzędzi LLVM (spośród + komponentów LLVM wybierane za pośrednictwem LLVM_ENABLE_RUNTIMES). + + -- 2.47.1