commit:     a3c10416e0522af79d45d74a402e28032d920dc8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 22:22:52 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 22:22:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c10416

net-mail/pop-before-smtp: port to EAPI 7

Closes: https://bugs.gentoo.org/742221
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/pop-before-smtp/pop-before-smtp-1.42.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

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
index 0bcf260b4cc..3ebc73117b3 100644
--- a/net-mail/pop-before-smtp/pop-before-smtp-1.42.ebuild
+++ b/net-mail/pop-before-smtp/pop-before-smtp-1.42.ebuild
@@ -1,28 +1,29 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
-DESCRIPTION="Simple daemon to controll email relay based on successful POP or 
IMAP logins"
+DESCRIPTION="Simple daemon to control email relay based on successful POP or 
IMAP logins"
 HOMEPAGE="http://popbsmtp.sourceforge.net";
 SRC_URI="mirror://sourceforge/popbsmtp/${P}.tar.gz"
 
 LICENSE="|| ( GPL-2 BSD Artistic )"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 RDEPEND="dev-lang/perl[berkdb]
        dev-perl/Net-Netmask
        dev-perl/TimeDate"
 
 src_prepare() {
+       default
+
        # enable syslog
        sed -i \
                -e "/^=cut #============================= syslog 
===========================START=$/d" \
                -e "/^=cut #============================= syslog 
=============================END=$/d" \
                "${S}"/pop-before-smtp-conf.pl \
-                       || die "sed pop-before-smtp-conf.pl failed"
+       || die "sed pop-before-smtp-conf.pl failed"
 }
 
 src_install() {

Reply via email to