Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/fdm/
Date: Mon, 04 Oct 2021 00:47:16
Message-Id: 1633307456.8be210726a8c67154ae1b6ab835e72ba86fd8723.sam@gentoo
1 commit: 8be210726a8c67154ae1b6ab835e72ba86fd8723
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 00:30:39 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 00:30:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be21072
7
8 net-mail/fdm: fix MissingInherits (complete GLEP 81 migration)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-mail/fdm/fdm-2.0-r1.ebuild | 8 +-------
13 1 file changed, 1 insertion(+), 7 deletions(-)
14
15 diff --git a/net-mail/fdm/fdm-2.0-r1.ebuild b/net-mail/fdm/fdm-2.0-r1.ebuild
16 index b371fd17ac3..a98298a350e 100644
17 --- a/net-mail/fdm/fdm-2.0-r1.ebuild
18 +++ b/net-mail/fdm/fdm-2.0-r1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -DESCRIPTION="fetch, filter and deliver mail"
24 +DESCRIPTION="Fetch, filter and deliver mail"
25 HOMEPAGE="https://github.com/nicm/fdm"
26 SRC_URI="https://github.com/nicm/fdm/releases/download/${PV}/${P}.tar.gz"
27
28 @@ -44,9 +44,3 @@ src_install() {
29 dodoc examples/*
30 fi
31 }
32 -
33 -pkg_preinst() {
34 - # This user is hard-coded in fdm.h. If fdm is started as root,
35 - # it will attempt to drop privileges (to this user).
36 - enewuser _fdm
37 -}