summaryrefslogtreecommitdiff
path: root/net-mail/pop-before-smtp/pop-before-smtp-1.42.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
commit8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch)
tree230f3135ceaace633cf93e9838b185c4a6664c2e /net-mail/pop-before-smtp/pop-before-smtp-1.42.ebuild
parent9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff)
gentoo resync : 23.09.2020
Diffstat (limited to 'net-mail/pop-before-smtp/pop-before-smtp-1.42.ebuild')
-rw-r--r--net-mail/pop-before-smtp/pop-before-smtp-1.42.ebuild9
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() {