* [gentoo-commits] repo/gentoo:master commit in: net-mail/pop-before-smtp/
@ 2020-09-07 22:08 Jonas Stein
0 siblings, 0 replies; 2+ messages in thread
From: Jonas Stein @ 2020-09-07 22:08 UTC (permalink / raw
To: gentoo-commits
commit: 6a3727f2123e5597bf6e95c796f0871dbc6ded45
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 7 22:07:42 2020 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Sep 7 22:07:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3727f2
net-mail/pop-before-smtp: QA fix, shorten DESCRIPTION
Shortened DESCRIPTION
Package-Manager: Portage-3.0.5, Repoman-2.3.23
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
net-mail/pop-before-smtp/pop-before-smtp-1.42.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 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 4c233e12778..0bcf260b4cc 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,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=4
-DESCRIPTION="a simple daemon to allow email relay control based on successful POP or IMAP logins"
+DESCRIPTION="Simple daemon to controll email relay based on successful POP or IMAP logins"
HOMEPAGE="http://popbsmtp.sourceforge.net"
SRC_URI="mirror://sourceforge/popbsmtp/${P}.tar.gz"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/pop-before-smtp/
@ 2020-09-16 22:23 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2020-09-16 22:23 UTC (permalink / raw
To: gentoo-commits
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() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-16 22:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-16 22:23 [gentoo-commits] repo/gentoo:master commit in: net-mail/pop-before-smtp/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2020-09-07 22:08 Jonas Stein
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox