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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA2C0158232 for ; Tue, 10 Dec 2024 06:47:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAA11E0C4A; Tue, 10 Dec 2024 06:47:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9D337E0C4A for ; Tue, 10 Dec 2024 06:47:11 +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 C322D3430F1 for ; Tue, 10 Dec 2024 06:47:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0456BAF5 for ; Tue, 10 Dec 2024 06:47:09 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1733813158.cda029e9c96b5ef57e507ddd829b4e58cb8d7f65.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/oprofile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/oprofile/oprofile-1.4.0-r1.ebuild dev-util/oprofile/oprofile-1.4.0.ebuild X-VCS-Directories: dev-util/oprofile/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: cda029e9c96b5ef57e507ddd829b4e58cb8d7f65 X-VCS-Branch: master Date: Tue, 10 Dec 2024 06:47:09 +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: 10e1c358-ee62-4011-921b-a191b2ccfb40 X-Archives-Hash: 97a723624f7abc53b2a32b2c23b6b642 commit: cda029e9c96b5ef57e507ddd829b4e58cb8d7f65 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Mon Nov 18 09:54:29 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Dec 10 06:45:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda029e9 dev-util/oprofile: adjust java deps, update EAPI 7 -> 8 Java dependencies adjusted according to: https://wiki.gentoo.org/wiki/Java_Developer_Guide#JDK.2FJRE Closes: https://bugs.gentoo.org/945865 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/39589/commits/b6e224521757f1575b7b79ddb5b3c87c172bb4e2 Signed-off-by: Miroslav Šulc gentoo.org> .../{oprofile-1.4.0.ebuild => oprofile-1.4.0-r1.ebuild} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-util/oprofile/oprofile-1.4.0.ebuild b/dev-util/oprofile/oprofile-1.4.0-r1.ebuild similarity index 88% rename from dev-util/oprofile/oprofile-1.4.0.ebuild rename to dev-util/oprofile/oprofile-1.4.0-r1.ebuild index e4667ded8841..44788d7acaae 100644 --- a/dev-util/oprofile/oprofile-1.4.0.ebuild +++ b/dev-util/oprofile/oprofile-1.4.0-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools java-pkg-opt-2 linux-info DESCRIPTION="A transparent low-overhead system-wide profiler" -HOMEPAGE="http://oprofile.sourceforge.net" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" +HOMEPAGE="https://oprofile.sourceforge.io/news/" +SRC_URI="https://downloads.sourceforge.net/project/oprofile/oprofile/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -15,7 +15,6 @@ IUSE="apidoc java pch static-libs" BDEPEND=" apidoc? ( app-text/doxygen[dot] ) - java? ( >=virtual/jdk-1.8:= ) " CDEPEND=" >=dev-libs/popt-1.7-r1 @@ -25,10 +24,12 @@ CDEPEND=" " DEPEND="${CDEPEND} >=sys-kernel/linux-headers-2.6.31 + java? ( >=virtual/jdk-1.8:* ) " RDEPEND="${CDEPEND} acct-user/oprofile acct-group/oprofile + java? ( >=virtual/jre-1.8:* ) " CONFIG_CHECK="~PERF_EVENTS" @@ -42,7 +43,7 @@ pkg_setup() { echo fi - use java && java-pkg_init + use java && java-pkg-opt-2_pkg_setup } src_prepare() {