commit:     72f60ac81ad3672774b749fb7cfa573338222de8
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sat Feb 11 07:38:17 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 22:35:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f60ac8

sys-apps/dbus-broker: drop 31

Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Closes: https://github.com/gentoo/gentoo/pull/29543
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-apps/dbus-broker/Manifest              |  1 -
 sys-apps/dbus-broker/dbus-broker-31.ebuild | 57 ------------------------------
 2 files changed, 58 deletions(-)

diff --git a/sys-apps/dbus-broker/Manifest b/sys-apps/dbus-broker/Manifest
index 305833a928ef..b1915e879e28 100644
--- a/sys-apps/dbus-broker/Manifest
+++ b/sys-apps/dbus-broker/Manifest
@@ -1,3 +1,2 @@
-DIST dbus-broker-31.tar.xz 239520 BLAKE2B 
ba34308de7c598e72ac3874894fb90ebc6970840eb2fc193a2b3294033759b39d7d712695ddbc88c3b947842b0131e0a068ffe3cef616ce431d9a8c021f30593
 SHA512 
22fd53cff84e48ae1c11303b5340e16dc9b7124c9e562174c1f0af465c55d69bb8b2768063de281f6f791442126a29ab864ad6b8acf110247a500f6425eae5d9
 DIST dbus-broker-32.tar.xz 248196 BLAKE2B 
511159673f0e3a2260e611b85b80719506e9eafe9d93d743891be664e4a79e3ade48f6ec047fa085c414087673290d6b958eec30d3b0d27048e2c1a1521d6c10
 SHA512 
aa23d058771f56e6378df0a17ac413813b6350b77e61128c0887f35a546f10534b1a6d598868e9f5c642244c3632a8ce5e315e6794305a56f5abbebd36bf822c
 DIST dbus-broker-33.tar.xz 253172 BLAKE2B 
2b1773999af5caa435acb9dca848c96863b8d738dee6c3542e492d031555c0251a07d371465cd5dc071c0198b33251bf8233f18ddaa7ae34dc9b5df938ca9298
 SHA512 
776684a5d19a6c25fc46dff19821014a32d967f8132385b86c5281f2d69192dce64b3ad92ae6a158d1d64753e89d918385a1a31f32811f54060504113f065baa

diff --git a/sys-apps/dbus-broker/dbus-broker-31.ebuild 
b/sys-apps/dbus-broker/dbus-broker-31.ebuild
deleted file mode 100644
index e3ddd690c43e..000000000000
--- a/sys-apps/dbus-broker/dbus-broker-31.ebuild
+++ /dev/null
@@ -1,57 +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="audit doc +launcher selinux"
-
-DEPEND="
-       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
-"
-
-if [[ ${PV} == 9999 ]]; then
-src_unpack() {
-       git-r3_src_unpack
-       cd "${P}" || die
-       meson subprojects download || die
-}
-fi
-
-src_configure() {
-       local emesonargs=(
-               -Daudit=$(usex audit true false)
-               -Ddocs=$(usex doc true false)
-               -Dlauncher=$(usex launcher true false)
-               -Dselinux=$(usex selinux true false)
-       )
-       meson_src_configure
-}

Reply via email to