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, 19 May 2022 20:07:31 +0000 (UTC)	[thread overview]
Message-ID: <1652990777.38da12bbd160d906318a29b8cfcc606ec5da6c4c.floppym@gentoo> (raw)

commit:     38da12bbd160d906318a29b8cfcc606ec5da6c4c
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 20:04:44 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu May 19 20:06:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38da12bb

sys-apps/dbus-broker: add 31

Closes: https://bugs.gentoo.org/846494
Closes: https://github.com/gentoo/gentoo/pull/25530
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-apps/dbus-broker/Manifest                                           | 1 +
 sys-apps/dbus-broker/{dbus-broker-9999.ebuild => dbus-broker-31.ebuild} | 1 +
 sys-apps/dbus-broker/dbus-broker-9999.ebuild                            | 1 +
 3 files changed, 3 insertions(+)

diff --git a/sys-apps/dbus-broker/Manifest b/sys-apps/dbus-broker/Manifest
index 385f62db8178..74cfde59a377 100644
--- a/sys-apps/dbus-broker/Manifest
+++ b/sys-apps/dbus-broker/Manifest
@@ -7,3 +7,4 @@ DIST c-stdaux-8652c488b8f1c29629a5179d4551d0a691ae5901.tar.gz 13075 BLAKE2B ef08
 DIST c-utf8-0837214a9780b7d771a3b3ce9a49196ac0a9d52f.tar.gz 9340 BLAKE2B 4bfa39c39aa8db8b7d797d78081b5f3104c659e2ceefef65aa2d3c03ffb5889d772cb78328473e3557c943b2487b7bcb7b68d7dc7f2b95940b0448b3479f1b23 SHA512 2df368af5023fac6c7f2e018c0cbfd73225bf1c4e0d0387931352909323175652bcd3739e9e6b76a099aea5d3f0290198aa70c69ecc5e9ef22df214f8c75da79
 DIST dbus-broker-29.tar.gz 216639 BLAKE2B 94c8b7ea01367eae176d9411af064a960a054d6fbeb2bdebe9ba983d0938443abeb521f32e0eb9ae28155d5c5ebcf461317223387ccfad624ddd24e6bc8e227b SHA512 4c31b8c15f5d1ada0eb9c63c905c9fc9b3b8336beb533974b9c2b2a6a89c306b77d029d1ddbccbad873f62cc0d02cc373a090907dd19eae1a8a7fc2e3a4c2113
 DIST dbus-broker-30.tar.xz 238688 BLAKE2B 716bdeac726e0168e09a5893f1906888c0dc63e4c5f377f2d5ba100f1a07da17bb0379053ac079e7c55e7af09c3d382368dd317df52e04eb0fe96af03aba7441 SHA512 8b7f614e18d15baa558de2c77fc65526011e75f9592d06ddb3cafa211ec9a1c45aa42a0e32122cb16bdfce8bc34407241080f37891fe5ccb6c4577f1cd4bc66c
+DIST dbus-broker-31.tar.xz 239520 BLAKE2B ba34308de7c598e72ac3874894fb90ebc6970840eb2fc193a2b3294033759b39d7d712695ddbc88c3b947842b0131e0a068ffe3cef616ce431d9a8c021f30593 SHA512 22fd53cff84e48ae1c11303b5340e16dc9b7124c9e562174c1f0af465c55d69bb8b2768063de281f6f791442126a29ab864ad6b8acf110247a500f6425eae5d9

diff --git a/sys-apps/dbus-broker/dbus-broker-9999.ebuild b/sys-apps/dbus-broker/dbus-broker-31.ebuild
similarity index 93%
copy from sys-apps/dbus-broker/dbus-broker-9999.ebuild
copy to sys-apps/dbus-broker/dbus-broker-31.ebuild
index 073a8c8c8388..cf73e0592faf 100644
--- a/sys-apps/dbus-broker/dbus-broker-9999.ebuild
+++ b/sys-apps/dbus-broker/dbus-broker-31.ebuild
@@ -9,6 +9,7 @@ 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
 

diff --git a/sys-apps/dbus-broker/dbus-broker-9999.ebuild b/sys-apps/dbus-broker/dbus-broker-9999.ebuild
index 073a8c8c8388..cf73e0592faf 100644
--- a/sys-apps/dbus-broker/dbus-broker-9999.ebuild
+++ b/sys-apps/dbus-broker/dbus-broker-9999.ebuild
@@ -9,6 +9,7 @@ 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
 


             reply	other threads:[~2022-05-19 20:07 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-19 20:07 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-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=1652990777.38da12bbd160d906318a29b8cfcc606ec5da6c4c.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