From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B30B15800F for ; Sat, 28 Jan 2023 23:41:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30A90E0907; Sat, 28 Jan 2023 23:41:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE30AE0907 for ; Sat, 28 Jan 2023 23:41:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD992340E07 for ; Sat, 28 Jan 2023 23:41:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4772807 for ; Sat, 28 Jan 2023 23:41:26 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1674949258.ffb2ede06368ce99a558de1717b3e9bbededf681.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/idea-community/files/, dev-util/idea-community/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/idea-community/files/idea-community-jdk.patch dev-util/idea-community/idea-community-2022.3.2.ebuild X-VCS-Directories: dev-util/idea-community/files/ dev-util/idea-community/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: ffb2ede06368ce99a558de1717b3e9bbededf681 X-VCS-Branch: master Date: Sat, 28 Jan 2023 23:41:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a45e9f72-9923-46e6-8349-3e81b73879dc X-Archives-Hash: 8964bd62f75fe6a419f3d596782d7348 commit: ffb2ede06368ce99a558de1717b3e9bbededf681 Author: Mike Pagano gentoo org> AuthorDate: Sat Jan 28 23:40:58 2023 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sat Jan 28 23:40:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb2ede0 dev-util/idea-community: Remove patch causing breakage setting JRE Closes: https://bugs.gentoo.org/892253 Signed-off-by: Mike Pagano gentoo.org> dev-util/idea-community/files/idea-community-jdk.patch | 11 ----------- dev-util/idea-community/idea-community-2022.3.2.ebuild | 4 ---- 2 files changed, 15 deletions(-) diff --git a/dev-util/idea-community/files/idea-community-jdk.patch b/dev-util/idea-community/files/idea-community-jdk.patch deleted file mode 100644 index d99f8125e51c..000000000000 --- a/dev-util/idea-community/files/idea-community-jdk.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/bin/idea.sh 2021-04-29 14:52:57.173162184 -0400 -+++ b/bin/idea.sh 2021-04-29 14:54:40.733748978 -0400 -@@ -52,6 +52,8 @@ PATHS_SELECTOR="IdeaIC2021.1" - # shellcheck disable=SC2154 - if [ -n "$IDEA_JDK" ] && [ -x "$IDEA_JDK/bin/java" ]; then - JRE="$IDEA_JDK" -+else -+ JRE="/opt/openjdk-bin-17" && [[ -d "/opt/openjdk-17" ]] && JRE="/usr/lib64/openjdk-bin-17" - fi - - BITS="" diff --git a/dev-util/idea-community/idea-community-2022.3.2.ebuild b/dev-util/idea-community/idea-community-2022.3.2.ebuild index 0e2764406d3e..0a1132b3b38a 100644 --- a/dev-util/idea-community/idea-community-2022.3.2.ebuild +++ b/dev-util/idea-community/idea-community-2022.3.2.ebuild @@ -35,10 +35,6 @@ S="${WORKDIR}/idea-IC-${PV}" QA_PREBUILT="opt/${PN}/*" -PATCHES=( - "${FILESDIR}/${PN}-jdk.patch" -) - src_unpack() { default_src_unpack