Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/qdmr/
Date: Mon, 04 Oct 2021 01:07:06
Message-Id: 1633309621.37afe6c5f20f361b51df3f4b82cab49b85fa1fad.zerochaos@gentoo
1 commit: 37afe6c5f20f361b51df3f4b82cab49b85fa1fad
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 01:06:53 2021 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 01:07:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37afe6c5
7
8 net-wireless/qdmr: prep for 0.9.0_alpha2
9
10 live things are a little broken but hopefully will be resolved quickly
11
12 Package-Manager: Portage-3.0.26, Repoman-3.0.3
13 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
14
15 net-wireless/qdmr/qdmr-9999.ebuild | 5 ++++-
16 1 file changed, 4 insertions(+), 1 deletion(-)
17
18 diff --git a/net-wireless/qdmr/qdmr-9999.ebuild b/net-wireless/qdmr/qdmr-9999.ebuild
19 index 21f42f59eb7..d80ff759986 100644
20 --- a/net-wireless/qdmr/qdmr-9999.ebuild
21 +++ b/net-wireless/qdmr/qdmr-9999.ebuild
22 @@ -11,7 +11,9 @@ if [ "${PV}" = "9999" ]; then
23 inherit git-r3
24 EGIT_REPO_URI="https://github.com/hmatuschek/qdmr.git"
25 else
26 - SRC_URI="https://github.com/hmatuschek/qdmr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
27 + MY_PV="${PV/_/-}"
28 + SRC_URI="https://github.com/hmatuschek/qdmr/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz"
29 + S="${WORKDIR}/${PN}-${MY_PV}"
30 KEYWORDS="~amd64 ~x86"
31 fi
32
33 @@ -19,6 +21,7 @@ LICENSE="GPL-3+"
34 SLOT="0"
35
36 RDEPEND="
37 + dev-cpp/yaml-cpp:=
38 dev-qt/designer:5
39 dev-qt/qttest:5
40 dev-qt/qtwidgets:5