Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/poppassd_ceti/
Date: Fri, 13 May 2022 22:50:27
Message-Id: 1652482188.ffb2743e51300090e03a191c43ba586ebc3e851f.conikost@gentoo
1 commit: ffb2743e51300090e03a191c43ba586ebc3e851f
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 22:09:38 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 22:49:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb2743e
7
8 net-mail/poppassd_ceti: fix qa WhitespaceFound
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 net-mail/poppassd_ceti/poppassd_ceti-1.8.7.ebuild | 4 ++--
13 net-mail/poppassd_ceti/poppassd_ceti-1.8.9.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-mail/poppassd_ceti/poppassd_ceti-1.8.7.ebuild b/net-mail/poppassd_ceti/poppassd_ceti-1.8.7.ebuild
17 index 0e359ed3991f..f32d4839e2d0 100644
18 --- a/net-mail/poppassd_ceti/poppassd_ceti-1.8.7.ebuild
19 +++ b/net-mail/poppassd_ceti/poppassd_ceti-1.8.7.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -36,7 +36,7 @@ Alternatively, a front end may be able to run it directly (if already
27 root), or might use app-admin/sudo. To use sudo, you'll need to configure
28 /etc/sudoers with something similar to:
29
30 - apache ALL=(ALL) NOPASSWD: /usr/sbin/poppassd
31 + apache ALL=(ALL) NOPASSWD: /usr/sbin/poppassd
32
33 See also README.md.bz2 for related configuration and security
34 considerations.
35
36 diff --git a/net-mail/poppassd_ceti/poppassd_ceti-1.8.9.ebuild b/net-mail/poppassd_ceti/poppassd_ceti-1.8.9.ebuild
37 index be579701be42..3b4b5b17dc22 100644
38 --- a/net-mail/poppassd_ceti/poppassd_ceti-1.8.9.ebuild
39 +++ b/net-mail/poppassd_ceti/poppassd_ceti-1.8.9.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2021 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -44,7 +44,7 @@ Alternatively, a front end may be able to run it directly (if already
47 root), or might use app-admin/sudo. To use sudo, you'll need to configure
48 /etc/sudoers with something similar to:
49
50 - apache ALL=(ALL) NOPASSWD: /usr/sbin/poppassd
51 + apache ALL=(ALL) NOPASSWD: /usr/sbin/poppassd
52
53 See also README.md.bz2 for related configuration and security
54 considerations.