mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 23:19:14 +02:00
early access version of next LTS candidate Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
24 lines
1 KiB
XML
24 lines
1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>java@gentoo.org</email>
|
|
<name>Java</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Java™ is the world's leading programming language and platform.
|
|
The code for Java is open source and available at OpenJDK™.
|
|
AdoptOpenJDK provides prebuilt OpenJDK binaries from a fully open source set of build scripts and infrastructure.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="headless-awt">Don't install the X backend for AWT, needed by some GUIs (used to be X flag)</flag>
|
|
<flag name="source">Install JVM sources</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">adoptium/temurin8-binaries</remote-id>
|
|
<remote-id type="github">adoptium/temurin11-binaries</remote-id>
|
|
<remote-id type="github">adoptium/temurin17-binaries</remote-id>
|
|
<remote-id type="github">adoptium/temurin21-binaries</remote-id>
|
|
<remote-id type="github">adoptium/temurin25-binaries</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|