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 0190B158015 for ; Mon, 25 Dec 2023 09:55:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9ACB2BC01B; Mon, 25 Dec 2023 09:55:54 +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 8BF532BC01B for ; Mon, 25 Dec 2023 09:55:54 +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 788D533FE49 for ; Mon, 25 Dec 2023 09:55:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA3F813A0 for ; Mon, 25 Dec 2023 09:55: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: <1703498018.d72844523dafe3b119506520491fad74c4b4abf7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus-broker/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dbus-broker/Manifest sys-apps/dbus-broker/dbus-broker-32.ebuild X-VCS-Directories: sys-apps/dbus-broker/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d72844523dafe3b119506520491fad74c4b4abf7 X-VCS-Branch: master Date: Mon, 25 Dec 2023 09:55: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: ec5622ed-2ced-4458-bbc3-90b1622f0146 X-Archives-Hash: 5f578f59ca93f8a7509a381a702c5ede commit: d72844523dafe3b119506520491fad74c4b4abf7 Author: Jack Todaro posteo org> AuthorDate: Mon Dec 25 09:04:30 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 25 09:53:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7284452 sys-apps/dbus-broker: drop 32 Signed-off-by: Jack Todaro posteo.org> Signed-off-by: Sam James gentoo.org> sys-apps/dbus-broker/Manifest | 1 - sys-apps/dbus-broker/dbus-broker-32.ebuild | 65 ------------------------------ 2 files changed, 66 deletions(-) diff --git a/sys-apps/dbus-broker/Manifest b/sys-apps/dbus-broker/Manifest index 70d8284520e0..737f271721f0 100644 --- a/sys-apps/dbus-broker/Manifest +++ b/sys-apps/dbus-broker/Manifest @@ -1,3 +1,2 @@ -DIST dbus-broker-32.tar.xz 248196 BLAKE2B 511159673f0e3a2260e611b85b80719506e9eafe9d93d743891be664e4a79e3ade48f6ec047fa085c414087673290d6b958eec30d3b0d27048e2c1a1521d6c10 SHA512 aa23d058771f56e6378df0a17ac413813b6350b77e61128c0887f35a546f10534b1a6d598868e9f5c642244c3632a8ce5e315e6794305a56f5abbebd36bf822c DIST dbus-broker-33.tar.xz 253172 BLAKE2B 2b1773999af5caa435acb9dca848c96863b8d738dee6c3542e492d031555c0251a07d371465cd5dc071c0198b33251bf8233f18ddaa7ae34dc9b5df938ca9298 SHA512 776684a5d19a6c25fc46dff19821014a32d967f8132385b86c5281f2d69192dce64b3ad92ae6a158d1d64753e89d918385a1a31f32811f54060504113f065baa DIST dbus-broker-35.tar.xz 263388 BLAKE2B 2c270197d76ec157bf2fd8eb561b49cea2739d656fac8129c4ecdd0bbd5804f8e4e427414cb5f209eef4c22cf9559fc409170476d8df0e1d252c0b5aa2288e01 SHA512 409e415889bd53b78e92ba077455e5583852a071e233e4b23dcbb23d8a367f177d6c8138e6fc113dcfe48440b68d594c1a076cb43ef445d472645f671d5ae033 diff --git a/sys-apps/dbus-broker/dbus-broker-32.ebuild b/sys-apps/dbus-broker/dbus-broker-32.ebuild deleted file mode 100644 index 9df469803b74..000000000000 --- a/sys-apps/dbus-broker/dbus-broker-32.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 2017-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/bus1/dbus-broker.git" -else - SRC_URI="https://github.com/bus1/${PN}/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="amd64 arm64 ppc64 ~riscv" -fi - -DESCRIPTION="Linux D-Bus Message Broker" -HOMEPAGE="https://github.com/bus1/dbus-broker/wiki" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="apparmor audit doc +launcher selinux" - -DEPEND=" - apparmor? ( - >=sys-libs/libapparmor-3.0 - ) - audit? ( - >=sys-process/audit-3.0 - >=sys-libs/libcap-ng-0.6 - ) - launcher? ( - >=dev-libs/expat-2.2 - >=sys-apps/systemd-230:0= - ) - selinux? ( >=sys-libs/libselinux-3.2 ) -" -RDEPEND="${DEPEND} - launcher? ( sys-apps/dbus )" -BDEPEND=" - doc? ( dev-python/docutils ) - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}/dbus-broker-32-apparmor-libaudit.patch" -) - -if [[ ${PV} == 9999 ]]; then -src_unpack() { - git-r3_src_unpack - cd "${P}" || die - meson subprojects download || die -} -fi - -src_configure() { - local emesonargs=( - $(meson_use apparmor) - $(meson_use audit) - $(meson_use doc docs) - $(meson_use launcher) - $(meson_use selinux) - ) - meson_src_configure -}