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 B8FBF15807A for ; Mon, 09 Jun 2025 02:37:57 +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 9BDCE343156 for ; Mon, 09 Jun 2025 02:37:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B825F1103C1; Mon, 09 Jun 2025 02:37:52 +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 ABBD61103C1 for ; Mon, 09 Jun 2025 02:37:52 +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 65C6E342FF4 for ; Mon, 09 Jun 2025 02:37:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02AC92981 for ; Mon, 09 Jun 2025 02:37:51 +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: <1749436497.9a6a339bcb39f701dd3d41f2b1c9cacc9ebf845f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dbus/dbus-1.16.2.ebuild X-VCS-Directories: sys-apps/dbus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9a6a339bcb39f701dd3d41f2b1c9cacc9ebf845f X-VCS-Branch: master Date: Mon, 09 Jun 2025 02:37:51 +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: 1482e3e9-5478-4e8d-8259-c61c31e8eafc X-Archives-Hash: f728c03a3baf669d20c43b584566f327 commit: 9a6a339bcb39f701dd3d41f2b1c9cacc9ebf845f Author: Filip Kobierski pm me> AuthorDate: Sun Jun 8 20:19:01 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 9 02:34:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a6a339b sys-apps/dbus: minor improvements 4. dropped old PYTHON_COMPAT 2. fix LICENSE chosen by $ running rg SPDX-License-Identifier | cut -d ':' -f 3 | sort | uniq 3. sorted BDEPEND 4. removed expat from DEPEND as it is in COMMON_DEPEND 5. remove stray space from if clause - keep style consistent within the ebuild Closes: https://bugs.gentoo.org/912736 Signed-off-by: Filip Kobierski pm.me> Part-of: https://github.com/gentoo/gentoo/pull/42507 Closes: https://github.com/gentoo/gentoo/pull/42507 Signed-off-by: Sam James gentoo.org> sys-apps/dbus/dbus-1.16.2.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sys-apps/dbus/dbus-1.16.2.ebuild b/sys-apps/dbus/dbus-1.16.2.ebuild index f5e8da42780c..8012038271f8 100644 --- a/sys-apps/dbus/dbus-1.16.2.ebuild +++ b/sys-apps/dbus/dbus-1.16.2.ebuild @@ -8,7 +8,7 @@ EAPI=8 # possibly even ~arch too, given the note about security releases on their website. # See https://www.freedesktop.org/wiki/Software/dbus/#download. -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) TMPFILES_OPTIONAL=1 inherit linux-info meson-multilib python-any-r1 readme.gentoo-r1 systemd tmpfiles virtualx @@ -17,7 +17,7 @@ DESCRIPTION="A message bus system, a simple way for applications to talk to each HOMEPAGE="https://www.freedesktop.org/wiki/Software/dbus/" SRC_URI="https://dbus.freedesktop.org/releases/dbus/${P}.tar.xz" -LICENSE="|| ( AFL-2.1 GPL-2 )" +LICENSE="|| ( AFL-2.1 GPL-2+ ) Apache-2.0 BSD GPL-2+ LGPL-2.1+ MIT tcltk" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" # TODO: USE=daemon @@ -26,9 +26,9 @@ RESTRICT="!test? ( test )" BDEPEND=" ${PYTHON_DEPS} - acct-user/messagebus app-text/xmlto app-text/docbook-xml-dtd:4.4 + acct-user/messagebus dev-build/autoconf-archive virtual/pkgconfig doc? ( app-text/doxygen ) @@ -48,7 +48,6 @@ COMMON_DEPEND=" " DEPEND=" ${COMMON_DEPEND} - dev-libs/expat test? ( >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}] ) valgrind? ( >=dev-debug/valgrind-3.6 ) X? ( x11-base/xorg-proto ) @@ -131,7 +130,7 @@ multilib_src_configure() { -Dsystemd_user_unitdir="$(systemd_get_userunitdir)" ) - if [[ ${CHOST} == *-darwin* ]] ; then + if [[ ${CHOST} == *-darwin* ]]; then emesonargs+=( -Dlaunchd=enabled -Dlaunchd_agent_dir="${EPREFIX}"/Library/LaunchAgents