Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/pop-before-smtp/
Date: Wed, 16 Sep 2020 22:23:04
Message-Id: 1600294972.a3c10416e0522af79d45d74a402e28032d920dc8.sam@gentoo
1 commit: a3c10416e0522af79d45d74a402e28032d920dc8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 16 22:22:52 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 16 22:22:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c10416
7
8 net-mail/pop-before-smtp: port to EAPI 7
9
10 Closes: https://bugs.gentoo.org/742221
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-mail/pop-before-smtp/pop-before-smtp-1.42.ebuild | 9 +++++----
15 1 file changed, 5 insertions(+), 4 deletions(-)
16
17 diff --git a/net-mail/pop-before-smtp/pop-before-smtp-1.42.ebuild b/net-mail/pop-before-smtp/pop-before-smtp-1.42.ebuild
18 index 0bcf260b4cc..3ebc73117b3 100644
19 --- a/net-mail/pop-before-smtp/pop-before-smtp-1.42.ebuild
20 +++ b/net-mail/pop-before-smtp/pop-before-smtp-1.42.ebuild
21 @@ -1,28 +1,29 @@
22 # Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=4
26 +EAPI=7
27
28 -DESCRIPTION="Simple daemon to controll email relay based on successful POP or IMAP logins"
29 +DESCRIPTION="Simple daemon to control email relay based on successful POP or IMAP logins"
30 HOMEPAGE="http://popbsmtp.sourceforge.net"
31 SRC_URI="mirror://sourceforge/popbsmtp/${P}.tar.gz"
32
33 LICENSE="|| ( GPL-2 BSD Artistic )"
34 SLOT="0"
35 KEYWORDS="amd64 x86"
36 -IUSE=""
37
38 RDEPEND="dev-lang/perl[berkdb]
39 dev-perl/Net-Netmask
40 dev-perl/TimeDate"
41
42 src_prepare() {
43 + default
44 +
45 # enable syslog
46 sed -i \
47 -e "/^=cut #============================= syslog ===========================START=$/d" \
48 -e "/^=cut #============================= syslog =============================END=$/d" \
49 "${S}"/pop-before-smtp-conf.pl \
50 - || die "sed pop-before-smtp-conf.pl failed"
51 + || die "sed pop-before-smtp-conf.pl failed"
52 }
53
54 src_install() {