From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/dot-forward/, net-mail/dot-forward/files/
Date: Sat, 5 Oct 2019 09:10:39 +0000 (UTC) [thread overview]
Message-ID: <1570266399.0ac70335f9b9ab993b2eea37ad1dd0c50871e3df.mgorny@gentoo> (raw)
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
reply other threads:[~2019-10-05 9:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1570266399.0ac70335f9b9ab993b2eea37ad1dd0c50871e3df.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox