summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2020-06-27 09:07:11 +0200
committerSergei Trofimovich <slyfox@gentoo.org>2020-06-27 08:28:48 +0100
commit7788930617aefdc9a102a9de9651bc257320688c (patch)
tree91a15708ae0d01cc3f98fb527494b541860dde31 /mail-mta
parentdev-perl/Config-AutoConf: Bump to version 0.318.0 (diff)
downloadgentoo-7788930617aefdc9a102a9de9651bc257320688c.tar.gz
gentoo-7788930617aefdc9a102a9de9651bc257320688c.tar.bz2
gentoo-7788930617aefdc9a102a9de9651bc257320688c.zip
mail-mta/notqmail: install systemd unit file
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/notqmail/notqmail-1.08-r1.ebuild (renamed from mail-mta/notqmail/notqmail-1.08.ebuild)4
-rw-r--r--mail-mta/notqmail/notqmail-9999.ebuild6
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-mta/notqmail/notqmail-1.08.ebuild b/mail-mta/notqmail/notqmail-1.08-r1.ebuild
index 7378c6d1a126..eb09e7fa8d30 100644
--- a/mail-mta/notqmail/notqmail-1.08.ebuild
+++ b/mail-mta/notqmail/notqmail-1.08-r1.ebuild
@@ -13,7 +13,7 @@ QMAIL_BIGTODO_F=notqmail-1.08-big-todo.patch
QMAIL_LARGE_DNS="qmail-103.patch"
-inherit qmail
+inherit qmail systemd
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/notqmail/notqmail.git"
@@ -142,11 +142,13 @@ src_prepare() {
src_compile() {
qmail_src_compile NROFF=true
+ emake qmail-send.service
use qmail-spp && qmail_spp_src_compile
}
src_install() {
qmail_src_install
+ systemd_dounit "${S}"/qmail-send.service
}
src_test() {
diff --git a/mail-mta/notqmail/notqmail-9999.ebuild b/mail-mta/notqmail/notqmail-9999.ebuild
index b5ff5be5d0e3..eb09e7fa8d30 100644
--- a/mail-mta/notqmail/notqmail-9999.ebuild
+++ b/mail-mta/notqmail/notqmail-9999.ebuild
@@ -13,13 +13,13 @@ QMAIL_BIGTODO_F=notqmail-1.08-big-todo.patch
QMAIL_LARGE_DNS="qmail-103.patch"
-inherit qmail
+inherit qmail systemd
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/notqmail/notqmail.git"
inherit git-r3
else
- KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc"
+ KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
SRC_URI="https://github.com/notqmail/notqmail/releases/download/${P}/${P}.tar.xz"
fi
@@ -142,11 +142,13 @@ src_prepare() {
src_compile() {
qmail_src_compile NROFF=true
+ emake qmail-send.service
use qmail-spp && qmail_spp_src_compile
}
src_install() {
qmail_src_install
+ systemd_dounit "${S}"/qmail-send.service
}
src_test() {