From a1ddeb3c12b4c7e5b87ccb8492084b8a6225bfc1 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 14 Jan 2024 23:12:29 +0100 Subject: acct-user/smtpd: update EAPI 7 -> 8 Signed-off-by: Conrad Kostecki --- acct-user/smtpd/smtpd-0-r2.ebuild | 13 ------------- acct-user/smtpd/smtpd-0-r3.ebuild | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 acct-user/smtpd/smtpd-0-r2.ebuild create mode 100644 acct-user/smtpd/smtpd-0-r3.ebuild (limited to 'acct-user/smtpd') diff --git a/acct-user/smtpd/smtpd-0-r2.ebuild b/acct-user/smtpd/smtpd-0-r2.ebuild deleted file mode 100644 index 58eb0dfaa32e..000000000000 --- a/acct-user/smtpd/smtpd-0-r2.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 2020-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit acct-user - -DESCRIPTION="daemon user for smtpd" -ACCT_USER_ID=25 -ACCT_USER_GROUPS=( smtpd ) -ACCT_USER_HOME=/var/empty - -acct-user_add_deps diff --git a/acct-user/smtpd/smtpd-0-r3.ebuild b/acct-user/smtpd/smtpd-0-r3.ebuild new file mode 100644 index 000000000000..a6c80409e86c --- /dev/null +++ b/acct-user/smtpd/smtpd-0-r3.ebuild @@ -0,0 +1,13 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="daemon user for smtpd" +ACCT_USER_ID=25 +ACCT_USER_GROUPS=( smtpd ) +ACCT_USER_HOME=/var/empty + +acct-user_add_deps -- cgit v1.2.3-65-gdbad