forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce llvm-core and llvm-runtimes categories
Thanks to Ulrich Müller for the German descriptions. Signed-off-by: Michał Górny <[email protected]>
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |