From 90226bb2d8a83217bcf961ed95dac19249d7d14c Mon Sep 17 00:00:00 2001 From: mid-kid Date: Thu, 14 Jan 2021 23:51:25 +0100 Subject: [PATCH] Remove useless gentoo java template It's always less involved to just modify the ebuild, somehow. --- java/template_gentoo | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 java/template_gentoo diff --git a/java/template_gentoo b/java/template_gentoo deleted file mode 100644 index 612d7fa..0000000 --- a/java/template_gentoo +++ /dev/null @@ -1,18 +0,0 @@ -# Emerge java-config and eselect-java -# Copy this file to /usr/share/java-config-2/vm/bootstrap -# Symlink the java home directory to /usr/lib/jvm/bootstrap -# Now you can eselect it, and emerge --nodep the final java - -VERSION="Bootstrap" -JAVA_HOME="/usr/lib/jvm/bootstrap" -JDK_HOME="$JAVA_HOME" -JAVAC="$JAVA_HOME/bin/javac" -PATH="$JAVA_HOME/bin" -ROOTPATH="$PATH" -LDPATH="" -MANPATH="" -PROVIDES_TYPE="JDK JRE" -PROVIDES_VERSION="11" # EDIT ME! -BOOTCLASSPATH="" -GENERATION="2" -ENV_VARS="JAVA_HOME JDK_HOME JAVAC PATH ROOTPATH LDPATH MANPATH"