dev-java/openjdk-jre-bin: remove postinst warnings from :8
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Sun, 29 Dec 2019 08:38:12 +0000 (00:38 -0800)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Sun, 29 Dec 2019 08:38:12 +0000 (00:38 -0800)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
dev-java/openjdk-jre-bin/openjdk-jre-bin-8.222_p10.ebuild
dev-java/openjdk-jre-bin/openjdk-jre-bin-8.232_p09.ebuild

index 4daca60480dd51e90bd2f917859648206fbb3636..52e061d094ab0486caf5ccb543dfeb9b6343ba23 100644 (file)
@@ -82,18 +82,3 @@ src_install() {
        java-vm_revdep-mask
        java-vm_sandbox-predict /dev/random /proc/self/coredump_filter
 }
-
-pkg_postinst() {
-       java-vm-2_pkg_postinst
-
-       if use gentoo-vm ; then
-               ewarn "WARNING! You have enabled the gentoo-vm USE flag, making this JRE"
-               ewarn "recognised by the system. This will almost certainly break things."
-       else
-               ewarn "The experimental gentoo-vm USE flag has not been enabled so this JRE"
-               ewarn "will not be recognised by the system. For example, simply calling"
-               ewarn "\"java\" will launch a different JVM. This is necessary until Gentoo"
-               ewarn "fully supports OpenJDK 8. This JRE must therefore be invoked using its"
-               ewarn "absolute location under ${EPREFIX}/opt/${P}."
-       fi
-}
index 0b15e6a49cc96694c41997178873b54095fa884f..e70418e586b43325f912d92e1ee8dd63cc936c1a 100644 (file)
@@ -82,18 +82,3 @@ src_install() {
        java-vm_revdep-mask
        java-vm_sandbox-predict /dev/random /proc/self/coredump_filter
 }
-
-pkg_postinst() {
-       java-vm-2_pkg_postinst
-
-       if use gentoo-vm ; then
-               ewarn "WARNING! You have enabled the gentoo-vm USE flag, making this JRE"
-               ewarn "recognised by the system. This will almost certainly break things."
-       else
-               ewarn "The experimental gentoo-vm USE flag has not been enabled so this JRE"
-               ewarn "will not be recognised by the system. For example, simply calling"
-               ewarn "\"java\" will launch a different JVM. This is necessary until Gentoo"
-               ewarn "fully supports OpenJDK 8. This JRE must therefore be invoked using its"
-               ewarn "absolute location under ${EPREFIX}/opt/${P}."
-       fi
-}