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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 51D3915808B for ; Sun, 13 Feb 2022 21:08:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A90CE0922; Sun, 13 Feb 2022 21:08:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC73CE091B for ; Sun, 13 Feb 2022 21:08:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6DFD3433C3 for ; Sun, 13 Feb 2022 21:08:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6394330C for ; Sun, 13 Feb 2022 21:08:30 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1644786490.59dc589f40712c4da57b8763faf43c537c1e7f8d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailbase/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mailbase/mailbase-1.6-r1.ebuild net-mail/mailbase/mailbase-1.7.ebuild net-mail/mailbase/mailbase-1.8.ebuild X-VCS-Directories: net-mail/mailbase/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 59dc589f40712c4da57b8763faf43c537c1e7f8d X-VCS-Branch: master Date: Sun, 13 Feb 2022 21:08:30 +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: d1d4c791-4d53-4e31-a81c-9fcd202b3395 X-Archives-Hash: a099ae52f16a7243444762d0dbccde7c commit: 59dc589f40712c4da57b8763faf43c537c1e7f8d Author: Conrad Kostecki gentoo org> AuthorDate: Sun Feb 13 20:54:25 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Feb 13 21:08:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59dc589f net-mail/mailbase: fix ci 'RedundantDodir' Signed-off-by: Conrad Kostecki gentoo.org> net-mail/mailbase/mailbase-1.6-r1.ebuild | 12 ++++++------ net-mail/mailbase/mailbase-1.7.ebuild | 9 ++++----- net-mail/mailbase/mailbase-1.8.ebuild | 5 ++--- 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/net-mail/mailbase/mailbase-1.6-r1.ebuild b/net-mail/mailbase/mailbase-1.6-r1.ebuild index 724400f5e450..c8ddcc3a5694 100644 --- a/net-mail/mailbase/mailbase-1.6-r1.ebuild +++ b/net-mail/mailbase/mailbase-1.6-r1.ebuild @@ -1,12 +1,14 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI="7" + inherit pam DESCRIPTION="MTA layout package" SRC_URI="" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +S=${WORKDIR} LICENSE="GPL-2" SLOT="0" @@ -18,12 +20,10 @@ RDEPEND=" acct-user/mail acct-user/postmaster pam? ( sys-libs/pam ) - !