Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/uptimed/
Date: Wed, 29 Jun 2022 22:13:49
Message-Id: 1656540441.69ebf3763879819769af04afc002d037104746bf.conikost@gentoo
1 commit: 69ebf3763879819769af04afc002d037104746bf
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 22:07:21 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 22:07:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ebf376
7
8 acct-user/uptimed: EAPI 7 -> 8
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 acct-user/uptimed/uptimed-0-r1.ebuild | 12 ------------
13 acct-user/uptimed/uptimed-0-r2.ebuild | 13 +++++++++++++
14 2 files changed, 13 insertions(+), 12 deletions(-)
15
16 diff --git a/acct-user/uptimed/uptimed-0-r1.ebuild b/acct-user/uptimed/uptimed-0-r1.ebuild
17 deleted file mode 100644
18 index 2d7ea9eb61cc..000000000000
19 --- a/acct-user/uptimed/uptimed-0-r1.ebuild
20 +++ /dev/null
21 @@ -1,12 +0,0 @@
22 -# Copyright 2019-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit acct-user
28 -
29 -DESCRIPTION="user for uptime daemon"
30 -ACCT_USER_ID=220
31 -ACCT_USER_GROUPS=( uptimed )
32 -
33 -acct-user_add_deps
34
35 diff --git a/acct-user/uptimed/uptimed-0-r2.ebuild b/acct-user/uptimed/uptimed-0-r2.ebuild
36 new file mode 100644
37 index 000000000000..cc93c4ae6ea6
38 --- /dev/null
39 +++ b/acct-user/uptimed/uptimed-0-r2.ebuild
40 @@ -0,0 +1,13 @@
41 +# Copyright 2019-2022 Gentoo Authors
42 +# Distributed under the terms of the GNU General Public License v2
43 +
44 +EAPI=8
45 +
46 +inherit acct-user
47 +
48 +DESCRIPTION="User for uptime daemon"
49 +
50 +ACCT_USER_ID="220"
51 +ACCT_USER_GROUPS=( "uptimed" )
52 +
53 +acct-user_add_deps