mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
Despite I retired as maintainer, I decide to update that package (why not? Only 5 minutes). May be I continue maintaining faster in 2021 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Denis Reva <denis7774@gmail.com>
17 lines
496 B
Bash
17 lines
496 B
Bash
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
VERSION="AdoptOpenJDK ${PV}"
|
|
JAVA_HOME="${EPREFIX}/opt/${P}"
|
|
JDK_HOME="${EPREFIX}/opt/${P}"
|
|
JAVAC="\${JAVA_HOME}/bin/javac"
|
|
PATH="\${JAVA_HOME}/bin"
|
|
ROOTPATH="\${JAVA_HOME}/bin"
|
|
LDPATH="\${JAVA_HOME}/lib/:\${JAVA_HOME}/lib/server/"
|
|
MANPATH=""
|
|
PROVIDES_TYPE="JDK JRE"
|
|
PROVIDES_VERSION="${SLOT}"
|
|
BOOTCLASSPATH=""
|
|
GENERATION="2"
|
|
ENV_VARS="JAVA_HOME JDK_HOME JAVAC PATH ROOTPATH LDPATH MANPATH"
|