From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8E2D11584AD for ; Wed, 23 Apr 2025 17:35:04 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7328E340C57 for ; Wed, 23 Apr 2025 17:35:04 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7836B1102CF; Wed, 23 Apr 2025 17:35:03 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6D1FA1102CF for ; Wed, 23 Apr 2025 17:35:03 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2267F340C33 for ; Wed, 23 Apr 2025 17:35:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B20302395 for ; Wed, 23 Apr 2025 17:35:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1745429653.06e1da9ea1abdbdf41471e5efc2bcfdc292a025d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/gprofng-gui/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild dev-debug/gprofng-gui/gprofng-gui-2.0.ebuild dev-debug/gprofng-gui/gprofng-gui-9999.ebuild X-VCS-Directories: dev-debug/gprofng-gui/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 06e1da9ea1abdbdf41471e5efc2bcfdc292a025d X-VCS-Branch: master Date: Wed, 23 Apr 2025 17:35:01 +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: d3efc4c1-a0ba-4641-abdd-75349f43c21c X-Archives-Hash: dd65acdcf4cda5f16709ac7a445c0992 commit: 06e1da9ea1abdbdf41471e5efc2bcfdc292a025d Author: Sam James gentoo org> AuthorDate: Wed Apr 23 17:34:13 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 23 17:34:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e1da9e dev-debug/gprofng-gui: inherit xdg Closes: https://bugs.gentoo.org/954295 Closes: https://bugs.gentoo.org/954296 Signed-off-by: Sam James gentoo.org> dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild | 4 ++-- dev-debug/gprofng-gui/gprofng-gui-2.0.ebuild | 2 +- dev-debug/gprofng-gui/gprofng-gui-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild b/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild index a97566fb7708..562dab19b40b 100644 --- a/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild +++ b/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit java-pkg-2 +inherit java-pkg-2 xdg DESCRIPTION="Full-fledged graphical interface to operate gprofng" HOMEPAGE="https://www.gnu.org/software/gprofng-gui/" diff --git a/dev-debug/gprofng-gui/gprofng-gui-2.0.ebuild b/dev-debug/gprofng-gui/gprofng-gui-2.0.ebuild index e3357af2f53c..562dab19b40b 100644 --- a/dev-debug/gprofng-gui/gprofng-gui-2.0.ebuild +++ b/dev-debug/gprofng-gui/gprofng-gui-2.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit java-pkg-2 +inherit java-pkg-2 xdg DESCRIPTION="Full-fledged graphical interface to operate gprofng" HOMEPAGE="https://www.gnu.org/software/gprofng-gui/" diff --git a/dev-debug/gprofng-gui/gprofng-gui-9999.ebuild b/dev-debug/gprofng-gui/gprofng-gui-9999.ebuild index a97566fb7708..562dab19b40b 100644 --- a/dev-debug/gprofng-gui/gprofng-gui-9999.ebuild +++ b/dev-debug/gprofng-gui/gprofng-gui-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit java-pkg-2 +inherit java-pkg-2 xdg DESCRIPTION="Full-fledged graphical interface to operate gprofng" HOMEPAGE="https://www.gnu.org/software/gprofng-gui/"