blob: 0c01c4d5dd44941bde6c20555b5e7dc639c09c3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?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>
</upstream>
</pkgmetadata>
|