diff options
author | Sam James <sam@gentoo.org> | 2020-09-16 22:22:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-16 22:22:52 +0000 |
commit | a3c10416e0522af79d45d74a402e28032d920dc8 (patch) | |
tree | 37d881a488e68ea20e16db86bc0559b7e0d85ebe /net-mail | |
parent | net-mail/mess822: port to EAPI 7 (diff) | |
download | gentoo-a3c10416e0522af79d45d74a402e28032d920dc8.tar.gz gentoo-a3c10416e0522af79d45d74a402e28032d920dc8.tar.bz2 gentoo-a3c10416e0522af79d45d74a402e28032d920dc8.zip |
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@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/pop-before-smtp/pop-before-smtp-1.42.ebuild | 9 |
1 files 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 0bcf260b4cc6..3ebc73117b32 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() { |