Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/courierpassd/files/, net-mail/courierpassd/
Date: Thu, 25 Nov 2021 21:59:05
Message-Id: 1637876645.7835daf2c9c04178eb6a7dac950296bfea955b19.marecki@gentoo
1 commit: 7835daf2c9c04178eb6a7dac950296bfea955b19
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 25 21:44:05 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 25 21:44:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7835daf2
7
8 net-mail/courierpassd: update EAPI 5 -> 8
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 .../{courierpassd-1.1.2-r1.ebuild => courierpassd-1.1.2-r2.ebuild} | 7 +++----
13 net-mail/courierpassd/files/{courierpassd => courierpassd.xinetd} | 0
14 2 files changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/net-mail/courierpassd/courierpassd-1.1.2-r1.ebuild b/net-mail/courierpassd/courierpassd-1.1.2-r2.ebuild
17 similarity index 83%
18 rename from net-mail/courierpassd/courierpassd-1.1.2-r1.ebuild
19 rename to net-mail/courierpassd/courierpassd-1.1.2-r2.ebuild
20 index 0c4a813b8eef..2e1822bfc4c5 100644
21 --- a/net-mail/courierpassd/courierpassd-1.1.2-r1.ebuild
22 +++ b/net-mail/courierpassd/courierpassd-1.1.2-r2.ebuild
23 @@ -1,8 +1,7 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI="5"
29 -inherit eutils
30 +EAPI=8
31
32 DESCRIPTION="Courierpassd is a utility for changing a user's password from across a network"
33 HOMEPAGE="http://www.arda.homeunix.net/"
34 @@ -23,6 +22,6 @@ src_install() {
35
36 if use xinetd; then
37 insinto /etc/xinetd.d
38 - doins "${FILESDIR}/courierpassd"
39 + newins "${FILESDIR}"/${PN}.xinetd ${PN}
40 fi
41 }
42
43 diff --git a/net-mail/courierpassd/files/courierpassd b/net-mail/courierpassd/files/courierpassd.xinetd
44 similarity index 100%
45 rename from net-mail/courierpassd/files/courierpassd
46 rename to net-mail/courierpassd/files/courierpassd.xinetd