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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D0451382C5 for ; Wed, 17 Mar 2021 02:41:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84670E0843; Wed, 17 Mar 2021 02:41:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67BFDE0843 for ; Wed, 17 Mar 2021 02:41:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D86C3335DA8 for ; Wed, 17 Mar 2021 02:41:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A2155B6 for ; Wed, 17 Mar 2021 02:41:14 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1615948861.0f81c02f229d0413efda1986607251450222d9aa.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/gephi-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/gephi-bin/gephi-bin-0.9.2.ebuild X-VCS-Directories: media-gfx/gephi-bin/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 0f81c02f229d0413efda1986607251450222d9aa X-VCS-Branch: dev Date: Wed, 17 Mar 2021 02:41:14 +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: 8e83be59-45e6-463e-9e0d-1d4f6fa230ce X-Archives-Hash: 82c9bfd5102f4b45fce28c11ce18a7d1 commit: 0f81c02f229d0413efda1986607251450222d9aa Author: Alessandro Barbieri gmail com> AuthorDate: Wed Mar 17 02:41:01 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Wed Mar 17 02:41:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f81c02f media-gfx/gephi-bin: autodetect javahome Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri gmail.com> media-gfx/gephi-bin/gephi-bin-0.9.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-gfx/gephi-bin/gephi-bin-0.9.2.ebuild b/media-gfx/gephi-bin/gephi-bin-0.9.2.ebuild index 08701750..25f378c2 100644 --- a/media-gfx/gephi-bin/gephi-bin-0.9.2.ebuild +++ b/media-gfx/gephi-bin/gephi-bin-0.9.2.ebuild @@ -24,6 +24,8 @@ QA_PREBUILT=" " src_prepare() { + sed -e 's|\#jdkhome="\/path\/to\/jdk"|jdkhome=\$(java-config -O)|g' -i "${S}/${MYP}/etc/gephi.conf" + #remove windows things rm -r "${S}/${MYP}"/bin/*.exe || die rm -r "${S}/${MYP}"/platform/lib/*.exe || die