summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-20 12:01:38 +0000
committerSam James <sam@gentoo.org>2024-01-20 12:01:38 +0000
commit5d216a382193637f4b52947db455828387de592e (patch)
tree96b6de770450bf8f456b4e83b7b33e5abfe3ecad /net-mail/qmhandle
parentnet-mail/qmhandle: add patch to fix help (diff)
downloadgentoo-5d216a382193637f4b52947db455828387de592e.tar.gz
gentoo-5d216a382193637f4b52947db455828387de592e.tar.bz2
gentoo-5d216a382193637f4b52947db455828387de592e.zip
net-mail/qmhandle: use PATCHES
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail/qmhandle')
-rw-r--r--net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild b/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild
index ec9e141df8a5..3b395f8b8d96 100644
--- a/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild
+++ b/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -18,13 +18,16 @@ RDEPEND="virtual/qmail
"
DEPEND=""
+PATCHES=(
+ "${FILESDIR}/${PN}-1.3.2-fix-help-parameter.patch"
+)
+
src_prepare() {
- eapply "${FILESDIR}/${PN}-1.3.2-fix-help-parameter.patch"
sed \
-e 's|/usr/local/bin/svc|/usr/bin/svc|g' \
-e 's|/service/qmail-deliver|/var/qmail/supervise/qmail-send|g' \
-i qmHandle || die "Fixing qmHandle failed"
- eapply_user
+ default
}
src_install() {