Skip to content
/ gentoo Public
forked from gentoo/gentoo

Commit

Permalink
Introduce llvm-core and llvm-runtimes categories
Browse files Browse the repository at this point in the history
Thanks to Ulrich Müller for the German descriptions.

Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Dec 10, 2024
1 parent b5d18a4 commit 9b9658a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
19 changes: 19 additions & 0 deletions llvm-core/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>
20 changes: 20 additions & 0 deletions llvm-runtimes/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 9b9658a

Please sign in to comment.