public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus-broker/
Date: Mon, 25 Dec 2023 09:55:51 +0000 (UTC)	[thread overview]
Message-ID: <1703498018.d72844523dafe3b119506520491fad74c4b4abf7.sam@gentoo> (raw)

commit:     d72844523dafe3b119506520491fad74c4b4abf7
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Mon Dec 25 09:04:30 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <solpeth <AT> posteo.org>
Signed-off-by: Sam James <sam <AT> 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
-}


             reply	other threads:[~2023-12-25  9:55 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-25  9:55 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-03  1:05 [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus-broker/ Sam James
2024-04-23 20:40 Mike Gilbert
2024-02-17 14:48 Sam James
2024-02-14  0:27 Sam James
2024-02-14  0:27 Sam James
2024-01-10 11:51 WANG Xuerui
2024-01-10 11:51 WANG Xuerui
2023-12-28 14:58 Sam James
2023-12-28 14:58 Sam James
2023-12-28 14:58 Sam James
2023-12-25  9:55 Sam James
2023-12-25  9:55 Sam James
2023-12-03  4:45 Sam James
2023-12-03  0:27 Sam James
2023-06-01 20:16 Sam James
2023-06-01 20:12 Sam James
2023-06-01 20:12 Sam James
2023-02-11 22:37 Mike Gilbert
2023-02-11 22:37 Mike Gilbert
2022-12-03  6:44 Sam James
2022-12-03  6:09 Sam James
2022-12-03  6:06 Sam James
2022-09-09 15:40 Mike Gilbert
2022-09-09 15:40 Mike Gilbert
2022-09-09 15:40 Mike Gilbert
2022-09-09 15:40 Mike Gilbert
2022-06-14 21:16 Jakov Smolić
2022-06-14  5:54 Jakov Smolić
2022-06-13 21:00 Jakov Smolić
2022-05-19 20:07 Mike Gilbert
2022-05-12  2:50 Mike Gilbert
2022-05-12  2:49 Mike Gilbert
2022-01-16 23:45 Georgy Yakovlev
2022-01-16 23:45 Georgy Yakovlev
2021-11-22 19:12 Mike Gilbert
2021-11-16 23:09 Georgy Yakovlev
2021-11-16 23:09 Georgy Yakovlev
2021-11-07 16:55 Jakov Smolić
2021-11-07 12:15 Georgy Yakovlev
2021-11-07 11:45 Georgy Yakovlev
2021-11-07 11:45 Georgy Yakovlev
2021-11-07  5:38 Georgy Yakovlev
2021-11-07  5:38 Georgy Yakovlev
2021-06-06 17:16 Mike Gilbert
2021-06-06 17:16 Mike Gilbert
2021-03-21 14:41 Mike Gilbert
2021-03-21 14:41 Mike Gilbert
2021-02-16 19:46 Mike Gilbert
2021-02-16 19:46 Mike Gilbert
2020-12-13 13:12 Mike Gilbert
2020-12-12 15:27 Mike Gilbert
2020-12-12 15:27 Mike Gilbert
2020-10-22  6:00 Georgy Yakovlev
2020-09-05  3:36 Mike Gilbert
2020-09-05  3:36 Mike Gilbert
2020-06-13 14:47 Mike Gilbert
2020-06-13 14:47 Mike Gilbert
2020-04-05 22:16 Mike Gilbert
2019-12-20 16:28 Mike Gilbert
2019-08-13 18:33 Mike Gilbert
2019-08-13  4:32 Mike Gilbert
2019-03-17 20:32 Mike Gilbert
2019-03-17 20:32 Mike Gilbert
2018-10-14 20:33 Mike Gilbert
2018-08-11 15:07 Mike Gilbert
2018-08-11 15:07 Mike Gilbert
2018-07-09  1:24 Mike Gilbert
2018-03-04 23:02 Mike Gilbert
2017-12-17 23:04 Mike Gilbert
2017-12-10 21:21 Mike Gilbert
2017-12-10 20:57 Mike Gilbert
2017-11-11 16:34 Mike Gilbert
2017-11-11 16:34 Mike Gilbert
2017-10-29  4:44 Mike Gilbert
2017-09-11  2:57 Mike Gilbert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1703498018.d72844523dafe3b119506520491fad74c4b4abf7.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox