From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0380D158018 for ; Mon, 4 Oct 2021 00:47:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EB38E0878; Mon, 4 Oct 2021 00:47:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA3D5E0843 for ; Mon, 4 Oct 2021 00:47:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 024C6342C49 for ; Mon, 4 Oct 2021 00:47:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37162DC for ; Mon, 4 Oct 2021 00:47:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1633307456.8be210726a8c67154ae1b6ab835e72ba86fd8723.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/fdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/fdm/fdm-2.0-r1.ebuild X-VCS-Directories: net-mail/fdm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8be210726a8c67154ae1b6ab835e72ba86fd8723 X-VCS-Branch: master Date: Mon, 4 Oct 2021 00:47:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e4011bf3-f482-45dc-a033-0114618f8ac8 X-Archives-Hash: 04b63765ed441522da0e2768372c6a20 commit: 8be210726a8c67154ae1b6ab835e72ba86fd8723 Author: Sam James gentoo org> AuthorDate: Mon Oct 4 00:30:39 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 4 00:30:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be21072 net-mail/fdm: fix MissingInherits (complete GLEP 81 migration) Signed-off-by: Sam James gentoo.org> net-mail/fdm/fdm-2.0-r1.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/net-mail/fdm/fdm-2.0-r1.ebuild b/net-mail/fdm/fdm-2.0-r1.ebuild index b371fd17ac3..a98298a350e 100644 --- a/net-mail/fdm/fdm-2.0-r1.ebuild +++ b/net-mail/fdm/fdm-2.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -DESCRIPTION="fetch, filter and deliver mail" +DESCRIPTION="Fetch, filter and deliver mail" HOMEPAGE="https://github.com/nicm/fdm" SRC_URI="https://github.com/nicm/fdm/releases/download/${PV}/${P}.tar.gz" @@ -44,9 +44,3 @@ src_install() { dodoc examples/* fi } - -pkg_preinst() { - # This user is hard-coded in fdm.h. If fdm is started as root, - # it will attempt to drop privileges (to this user). - enewuser _fdm -}