Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wlsunset/
Date: Tue, 25 May 2021 07:46:31
Message-Id: 1621894826.e39cf9b57538ed2bced934d3733bf56b327db1e3.andrewammerlaan@gentoo
1 commit: e39cf9b57538ed2bced934d3733bf56b327db1e3
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Mon May 24 22:13:48 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon May 24 22:20:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e39cf9b5
7
8 gui-apps/wlsunset: Version bump, 0.2.0
9
10 Also moves wayland-protocol to DEPEND as it needs to be installed at
11 compile-time rather than executed.
12
13 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
14
15 gui-apps/wlsunset/Manifest | 2 +-
16 .../wlsunset/{wlsunset-0.1.0.ebuild => wlsunset-0.2.0.ebuild} | 8 +++++---
17 gui-apps/wlsunset/wlsunset-9999.ebuild | 8 +++++---
18 3 files changed, 11 insertions(+), 7 deletions(-)
19
20 diff --git a/gui-apps/wlsunset/Manifest b/gui-apps/wlsunset/Manifest
21 index fccf17504..8315fbb97 100644
22 --- a/gui-apps/wlsunset/Manifest
23 +++ b/gui-apps/wlsunset/Manifest
24 @@ -1 +1 @@
25 -DIST wlsunset-0.1.0.tar.gz 10927 BLAKE2B 73080cc671885b7be00bcfe5227f6a2616b673eeb1435fbcf7ea0d23ba368b9a7bf9f3cdd9d9f4a8e6a6149fa5686ef624d2aaea61765ad76c65fc1737dfe629 SHA512 5e94469ab5cd810563e0171cd26547fba3d8152eebb4f81c1b7b0f9d8484faa214bc3ab2142749be47d2c1028d8ab6913a80770135801622327f9bc813138b0b
26 +DIST wlsunset-0.2.0.tar.gz 12605 BLAKE2B 19982dde207a84c08131915a5830396c38f3de7be1cfa52fa95c67cee9eb7865bf1ca6218564fb65216401a92c71e2e632463a8dad5c522f513b9f85122d1529 SHA512 41f0c543fdb6d59ca2ccaada34a90bb51175afcc611736a70045ea3c3035a7276b7d4482abc6c062bcbf462fe398d905a73a64e5fdc89061a1935ad69fef0061
27
28 diff --git a/gui-apps/wlsunset/wlsunset-0.1.0.ebuild b/gui-apps/wlsunset/wlsunset-0.2.0.ebuild
29 similarity index 92%
30 rename from gui-apps/wlsunset/wlsunset-0.1.0.ebuild
31 rename to gui-apps/wlsunset/wlsunset-0.2.0.ebuild
32 index 9aacf6883..849956339 100644
33 --- a/gui-apps/wlsunset/wlsunset-0.1.0.ebuild
34 +++ b/gui-apps/wlsunset/wlsunset-0.2.0.ebuild
35 @@ -20,11 +20,13 @@ SLOT="0"
36
37 BDEPEND="
38 dev-util/wayland-scanner
39 - dev-libs/wayland-protocols
40 app-text/scdoc
41 "
42 -DEPEND="dev-libs/wayland"
43 -RDEPEND="${DEPEND}"
44 +RDEPEND="dev-libs/wayland"
45 +DEPEND="
46 + ${RDEPEND}
47 + dev-libs/wayland-protocols
48 +"
49
50 src_configure() {
51 local emesonargs=(
52
53 diff --git a/gui-apps/wlsunset/wlsunset-9999.ebuild b/gui-apps/wlsunset/wlsunset-9999.ebuild
54 index 9aacf6883..849956339 100644
55 --- a/gui-apps/wlsunset/wlsunset-9999.ebuild
56 +++ b/gui-apps/wlsunset/wlsunset-9999.ebuild
57 @@ -20,11 +20,13 @@ SLOT="0"
58
59 BDEPEND="
60 dev-util/wayland-scanner
61 - dev-libs/wayland-protocols
62 app-text/scdoc
63 "
64 -DEPEND="dev-libs/wayland"
65 -RDEPEND="${DEPEND}"
66 +RDEPEND="dev-libs/wayland"
67 +DEPEND="
68 + ${RDEPEND}
69 + dev-libs/wayland-protocols
70 +"
71
72 src_configure() {
73 local emesonargs=(