Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/seatd/
Date: Mon, 13 Sep 2021 06:41:23
Message-Id: 1631515259.25bd48291cdc23496b89e835bdffc69f0dfb8397.arthurzam@gentoo
1 commit: 25bd48291cdc23496b89e835bdffc69f0dfb8397
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Mon Sep 13 01:00:04 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 13 06:40:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25bd4829
7
8 sys-auth/seatd: Version bump, 0.6.0
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11 Closes: https://github.com/gentoo/gentoo/pull/22279
12 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
13
14 sys-auth/seatd/Manifest | 1 +
15 sys-auth/seatd/{seatd-9999.ebuild => seatd-0.6.0.ebuild} | 6 +++---
16 sys-auth/seatd/seatd-9999.ebuild | 6 +++---
17 3 files changed, 7 insertions(+), 6 deletions(-)
18
19 diff --git a/sys-auth/seatd/Manifest b/sys-auth/seatd/Manifest
20 index 51725b0badd..a45cc62360b 100644
21 --- a/sys-auth/seatd/Manifest
22 +++ b/sys-auth/seatd/Manifest
23 @@ -1 +1,2 @@
24 DIST seatd-0.5.0.tar.gz 34762 BLAKE2B 054bd64800b734f6092f856540217e5ea4872c5a363960bac6c5aa7dac5355bdbd982232efd2f8078ad326ec0e6257f3ee7643384c88a3bbe15255d65f02540c SHA512 a6b1f11313411fe99e8bdd64aa493fc19bde7b0b927f21e2c3ec8a7fadc6cf2f04fcefa73fa033d971d1dc482665d3dc927ec168026289fe88b2593a45adbc0f
25 +DIST seatd-0.6.0.tar.gz 37418 BLAKE2B 0598191cd5988ec24506a5b70f2011b1ec1691f5e32108c4c44e79d5527527cae4da8bfbe934ca64efbb1a1dd8471b35589c33399cf85dc89b4cec92d2ef1192 SHA512 9b0b67a028cf9bba63a6c4630c66b21dd2cb87de0d290bfc51245727cda72964fbd0ffee709eded1e81c28f403db6bae8926a257fdd9267e154fbe8697d22a2b
26
27 diff --git a/sys-auth/seatd/seatd-9999.ebuild b/sys-auth/seatd/seatd-0.6.0.ebuild
28 similarity index 91%
29 copy from sys-auth/seatd/seatd-9999.ebuild
30 copy to sys-auth/seatd/seatd-0.6.0.ebuild
31 index c826e115f27..5631c945732 100644
32 --- a/sys-auth/seatd/seatd-9999.ebuild
33 +++ b/sys-auth/seatd/seatd-0.6.0.ebuild
34 @@ -1,7 +1,7 @@
35 # Copyright 2020-2021 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 -EAPI=7
39 +EAPI=8
40
41 inherit meson systemd
42
43 @@ -35,9 +35,9 @@ src_configure() {
44 )
45
46 if use elogind || use systemd; then
47 - emesonargs+=( -Dlogind=enabled )
48 + emesonargs+=( -Dlibseat-logind=enabled )
49 else
50 - emesonargs+=( -Dlogind=disabled )
51 + emesonargs+=( -Dlibseat-logind=disabled )
52 fi
53
54 meson_src_configure
55
56 diff --git a/sys-auth/seatd/seatd-9999.ebuild b/sys-auth/seatd/seatd-9999.ebuild
57 index c826e115f27..5631c945732 100644
58 --- a/sys-auth/seatd/seatd-9999.ebuild
59 +++ b/sys-auth/seatd/seatd-9999.ebuild
60 @@ -1,7 +1,7 @@
61 # Copyright 2020-2021 Gentoo Authors
62 # Distributed under the terms of the GNU General Public License v2
63
64 -EAPI=7
65 +EAPI=8
66
67 inherit meson systemd
68
69 @@ -35,9 +35,9 @@ src_configure() {
70 )
71
72 if use elogind || use systemd; then
73 - emesonargs+=( -Dlogind=enabled )
74 + emesonargs+=( -Dlibseat-logind=enabled )
75 else
76 - emesonargs+=( -Dlogind=disabled )
77 + emesonargs+=( -Dlibseat-logind=disabled )
78 fi
79
80 meson_src_configure