Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/slurp/
Date: Mon, 12 Aug 2019 00:53:02
Message-Id: 1565571062.e91f62045eca3d9a5257b2ec30f4290d0469deb6.bman@gentoo
1 commit: e91f62045eca3d9a5257b2ec30f4290d0469deb6
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 12 00:51:02 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 12 00:51:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91f6204
7
8 gui-apps/slurp: stylistic changes and BDEPEND
9
10 * app-text/scdoc should require -9999 when using live ebuild
11
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 gui-apps/slurp/slurp-1.2.0.ebuild | 9 ++++-----
15 gui-apps/slurp/slurp-9999.ebuild | 13 +++++--------
16 2 files changed, 9 insertions(+), 13 deletions(-)
17
18 diff --git a/gui-apps/slurp/slurp-1.2.0.ebuild b/gui-apps/slurp/slurp-1.2.0.ebuild
19 index a3eccc38687..c66a344b815 100644
20 --- a/gui-apps/slurp/slurp-1.2.0.ebuild
21 +++ b/gui-apps/slurp/slurp-1.2.0.ebuild
22 @@ -23,11 +23,10 @@ IUSE="+man"
23 DEPEND="
24 >=dev-libs/wayland-protocols-1.14
25 dev-libs/wayland
26 - x11-libs/cairo
27 -"
28 -RDEPEND="
29 - ${DEPEND}
30 -"
31 + x11-libs/cairo"
32 +
33 +RDEPEND="${DEPEND}"
34 +
35 if [[ ${PV} == 9999 ]]; then
36 BDEPEND+="man? ( ~app-text/scdoc-9999 )"
37 else
38
39 diff --git a/gui-apps/slurp/slurp-9999.ebuild b/gui-apps/slurp/slurp-9999.ebuild
40 index e1958f998d2..5c6fe52e5b6 100644
41 --- a/gui-apps/slurp/slurp-9999.ebuild
42 +++ b/gui-apps/slurp/slurp-9999.ebuild
43 @@ -23,14 +23,11 @@ IUSE="+man"
44 DEPEND="
45 >=dev-libs/wayland-protocols-1.14
46 dev-libs/wayland
47 - x11-libs/cairo
48 -"
49 -RDEPEND="
50 - ${DEPEND}
51 -"
52 -BDEPEND="
53 - man? ( app-text/scdoc )
54 -"
55 + x11-libs/cairo"
56 +
57 +RDEPEND="${DEPEND}"
58 +
59 +BDEPEND="man? ( ~app-text/scdoc-9999 )"
60
61 src_configure() {
62 local emesonargs=(