diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-11-25 22:44:05 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-11-25 22:44:05 +0100 |
commit | 7835daf2c9c04178eb6a7dac950296bfea955b19 (patch) | |
tree | e41bad189774db64323e5b1ef804f6fdccab5fa7 /net-mail | |
parent | net-mail/asmail: update EAPI 5 -> 8 (diff) | |
download | gentoo-7835daf2c9c04178eb6a7dac950296bfea955b19.tar.gz gentoo-7835daf2c9c04178eb6a7dac950296bfea955b19.tar.bz2 gentoo-7835daf2c9c04178eb6a7dac950296bfea955b19.zip |
net-mail/courierpassd: update EAPI 5 -> 8
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/courierpassd/courierpassd-1.1.2-r2.ebuild (renamed from net-mail/courierpassd/courierpassd-1.1.2-r1.ebuild) | 7 | ||||
-rw-r--r-- | net-mail/courierpassd/files/courierpassd.xinetd (renamed from net-mail/courierpassd/files/courierpassd) | 0 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net-mail/courierpassd/courierpassd-1.1.2-r1.ebuild b/net-mail/courierpassd/courierpassd-1.1.2-r2.ebuild index 0c4a813b8eef..2e1822bfc4c5 100644 --- a/net-mail/courierpassd/courierpassd-1.1.2-r1.ebuild +++ b/net-mail/courierpassd/courierpassd-1.1.2-r2.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" -inherit eutils +EAPI=8 DESCRIPTION="Courierpassd is a utility for changing a user's password from across a network" HOMEPAGE="http://www.arda.homeunix.net/" @@ -23,6 +22,6 @@ src_install() { if use xinetd; then insinto /etc/xinetd.d - doins "${FILESDIR}/courierpassd" + newins "${FILESDIR}"/${PN}.xinetd ${PN} fi } diff --git a/net-mail/courierpassd/files/courierpassd b/net-mail/courierpassd/files/courierpassd.xinetd index 238702905aba..238702905aba 100644 --- a/net-mail/courierpassd/files/courierpassd +++ b/net-mail/courierpassd/files/courierpassd.xinetd |