commit: 0ac70335f9b9ab993b2eea37ad1dd0c50871e3df Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de> AuthorDate: Sat Oct 5 08:20:50 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Oct 5 09:06:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac70335
net-mail/dot-forward: bump to EAPI 7 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de> Closes: https://github.com/gentoo/gentoo/pull/13149 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-mail/dot-forward/dot-forward-0.71-r4.ebuild | 63 +++++++++++++++++++++++++ net-mail/dot-forward/files/0.71-errno.patch | 4 +- 2 files changed, 65 insertions(+), 2 deletions(-) diff --git a/net-mail/dot-forward/dot-forward-0.71-r4.ebuild b/net-mail/dot-forward/dot-forward-0.71-r4.ebuild new file mode 100644 index 00000000000..e69519007e0 --- /dev/null +++ b/net-mail/dot-forward/dot-forward-0.71-r4.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils fixheadtails qmail + +DESCRIPTION="reads sendmail's .forward files under qmail" +HOMEPAGE="http://cr.yp.to/dot-forward.html" +SRC_URI="http://cr.yp.to/software/${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +# See bug 97850 +RESTRICT="test" + +DEPEND=" + acct-group/nofiles + acct-group/qmail +" + +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}"/${PV}-errno.patch +) + +DOCS=( + BLURB + CHANGES + FILES + INSTALL + README + TARGETS + THANKS + TODO +) + +src_prepare() { + default + + ht_fix_file Makefile +} + +src_configure() { + qmail_set_cc +} + +src_compile() { + emake prog +} + +src_install() { + einstalldocs + doman *.1 + + insopts -o root -g qmail -m 755 + insinto "${QMAIL_HOME}"/bin + doins dot-forward +} diff --git a/net-mail/dot-forward/files/0.71-errno.patch b/net-mail/dot-forward/files/0.71-errno.patch index 4aca1b2b4e5..f0cd380019f 100644 --- a/net-mail/dot-forward/files/0.71-errno.patch +++ b/net-mail/dot-forward/files/0.71-errno.patch @@ -1,5 +1,5 @@ ---- error.h.orig 2003-03-05 15:42:51.000000000 -0500 -+++ error.h 2003-03-05 15:43:00.000000000 -0500 +--- a/error.h 2003-03-05 15:42:51.000000000 -0500 ++++ b/error.h 2003-03-05 15:43:00.000000000 -0500 @@ -1,7 +1,7 @@ #ifndef ERROR_H #define ERROR_H
