public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus-broker/
Date: Thu, 12 May 2022 02:49:46 +0000 (UTC)	[thread overview]
Message-ID: <1652323736.f2a132239e469b0b52d1cd60a085fdacbbf1151c.floppym@gentoo> (raw)

commit:     f2a132239e469b0b52d1cd60a085fdacbbf1151c
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 02:48:49 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu May 12 02:48:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a13223

sys-apps/dbus-broker: update live ebuild

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-apps/dbus-broker/dbus-broker-9999.ebuild | 37 +++++++---------------------
 1 file changed, 9 insertions(+), 28 deletions(-)

diff --git a/sys-apps/dbus-broker/dbus-broker-9999.ebuild b/sys-apps/dbus-broker/dbus-broker-9999.ebuild
index 83f7734dc680..628f0de368a5 100644
--- a/sys-apps/dbus-broker/dbus-broker-9999.ebuild
+++ b/sys-apps/dbus-broker/dbus-broker-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2017-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson
 
@@ -10,21 +10,6 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/bus1/dbus-broker.git"
 else
 	KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
-	SRC_URI="https://github.com/bus1/dbus-broker/archive/v${PV}/${P}.tar.gz"
-	declare -Ag SUBPROJECTS=(
-		[c-dvar]=9e1a5b4363aaece7169df2b2852944a1434b2df5
-		[c-ini]=43f379396a320940d0661c15780f618f84d29348
-		[c-list]=b1cd4dbf967d73b24dfe6cc56aaf3fdd668692e3
-		[c-rbtree]=fa97402c3faa18c2ddd8325eb66e2bd58a224477
-		[c-shquote]=1d171fe52c23944c3c0be1f2603595f2488a9ff8
-		[c-stdaux]=d6ecce8afbb7703e1469cc5e7a59a8bd32e2d4a4
-		[c-utf8]=1f7e2ff1164bd2161cb480532b2b34cb2074bde1
-	)
-	for sp in "${!SUBPROJECTS[@]}"; do
-		commit=${SUBPROJECTS[${sp}]}
-		SRC_URI+=" https://github.com/c-util/${sp}/archive/${commit}/${sp}-${commit}.tar.gz"
-	done
-	unset sp commit
 fi
 
 DESCRIPTION="Linux D-Bus Message Broker"
@@ -36,14 +21,14 @@ IUSE="audit doc +launcher selinux"
 
 DEPEND="
 	audit? (
-		>=sys-process/audit-2.7
+		>=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 )
+	selinux? ( >=sys-libs/libselinux-3.2 )
 "
 RDEPEND="${DEPEND}
 	launcher? ( sys-apps/dbus )"
@@ -52,17 +37,13 @@ BDEPEND="
 	virtual/pkgconfig
 "
 
-src_prepare() {
-	if [[ ${PV} != 9999 ]]; then
-		local sp commit
-		for sp in "${!SUBPROJECTS[@]}"; do
-			commit=${SUBPROJECTS[${sp}]}
-			rmdir "subprojects/${sp}" || die
-			mv "${WORKDIR}/${sp}-${commit}" "subprojects/${sp}" || die
-		done
-	fi
-	default
+if [[ ${PV} == 9999 ]]; then
+src_unpack() {
+	git-r3_src_unpack
+	cd "${P}" || die
+	meson subprojects download
 }
+fi
 
 src_configure() {
 	local emesonargs=(


             reply	other threads:[~2022-05-12  2:49 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-12  2:49 Mike Gilbert [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-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-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=1652323736.f2a132239e469b0b52d1cd60a085fdacbbf1151c.floppym@gentoo \
    --to=floppym@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