commit: 1f37abcc751b2aef0a03093d39cc3c35cd443423
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 30 19:25:15 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 30 19:26:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f37abcc
net-mail/poppassd_ceti: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-mail/poppassd_ceti/poppassd_ceti-1.8.9.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/net-mail/poppassd_ceti/poppassd_ceti-1.8.9.ebuild
b/net-mail/poppassd_ceti/poppassd_ceti-1.8.9.ebuild
index 3b4b5b17dc22..643f972b53b1 100644
--- a/net-mail/poppassd_ceti/poppassd_ceti-1.8.9.ebuild
+++ b/net-mail/poppassd_ceti/poppassd_ceti-1.8.9.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
CMAKE_IN_SOURCE_BUILD=1
inherit cmake pam readme.gentoo-r1 systemd
@@ -14,6 +14,7 @@ MY_P="${MY_PN}-${PV}"
DESCRIPTION="Password change daemon with PAM support"
HOMEPAGE="https://github.com/kravietz/poppassd-ceti"
SRC_URI="https://github.com/kravietz/${MY_PN}/archive/v${PV}.tar.gz ->
${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2+"
SLOT="0"
@@ -27,8 +28,6 @@ RDEPEND="sys-libs/pam"
DEPEND="${RDEPEND}
test? ( app-admin/sudo )"
-S="${WORKDIR}/${MY_P}"
-
DISABLE_AUTOFORMATTING=1
DOC_CONTENTS="poppassd is installed, but has to be run as root to work.