commit:     9b9658a9abc36f8470e2a6b2dad487d26bd7fbc0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  8 15:43:35 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 19:57:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b9658a9

Introduce llvm-core and llvm-runtimes categories

Thanks to Ulrich Müller for the German descriptions.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 llvm-core/metadata.xml     | 19 +++++++++++++++++++
 llvm-runtimes/metadata.xml | 20 ++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/llvm-core/metadata.xml b/llvm-core/metadata.xml
new file mode 100644
index 000000000000..93a03159f137
--- /dev/null
+++ b/llvm-core/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE catmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<catmetadata>
+       <longdescription lang="en">
+               The llvm-core category contains packages comprising the LLVM
+               toolchain (normally selected among LLVM components
+               via LLVM_ENABLE_PROJECTS).
+       </longdescription>
+       <longdescription lang="de">
+               Die Kategorie llvm-core enthält Pakete, die die LLVM-Toolchain
+               umfassen (die normalerweise aus den LLVM-Komponenten über
+               LLVM_ENABLE_PROJECTS ausgewählt werden).
+       </longdescription>
+       <longdescription lang="pl">
+               Kategoria llvm-core zawiera paczki narzędzi programistycznych
+               LLVM (spośród komponentów LLVM wybierane za pośrednictwem
+               LLVM_ENABLE_PROJECTS).
+       </longdescription>
+</catmetadata>

diff --git a/llvm-runtimes/metadata.xml b/llvm-runtimes/metadata.xml
new file mode 100644
index 000000000000..b7b27c608e28
--- /dev/null
+++ b/llvm-runtimes/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE catmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<catmetadata>
+       <longdescription lang="en">
+               The llvm-runtimes category contains packages providing runtimes
+               specific to the LLVM toolchain (normally selected among LLVM
+               components via LLVM_ENABLE_RUNTIMES).
+       </longdescription>
+       <longdescription lang="de">
+               Die Kategorie llvm-runtimes enthält Pakete, die spezifische
+               Laufzeitbibliotheken für die LLVM-Toolchain bereitstellen
+               (die normalerweise aus den LLVM-Komponenten über
+               LLVM_ENABLE_RUNTIMES ausgewählt werden).
+       </longdescription>
+       <longdescription lang="pl">
+               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).
+       </longdescription>
+</catmetadata>

Reply via email to