From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A1C213835A for ; Sun, 7 Mar 2021 11:58:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90A13E0849; Sun, 7 Mar 2021 11:58:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A5FFE0849 for ; Sun, 7 Mar 2021 11:58:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66016340CB1 for ; Sun, 7 Mar 2021 11:58:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20311591 for ; Sun, 7 Mar 2021 11:58:26 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1615118231.a47d4db8db672daf0af38a53f0dc5798519378ae.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/ejabberd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/ejabberd/ejabberd-20.04.ebuild X-VCS-Directories: net-im/ejabberd/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a47d4db8db672daf0af38a53f0dc5798519378ae X-VCS-Branch: master Date: Sun, 7 Mar 2021 11:58:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ce306640-ef34-480d-a84e-303aa6318681 X-Archives-Hash: b14d6e243bdc1f608c4fc74986c5221d commit: a47d4db8db672daf0af38a53f0dc5798519378ae Author: Theo Anderson posteo de> AuthorDate: Sun Mar 7 11:57:11 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Mar 7 11:57:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47d4db8 net-im/ejabberd: migrate to tmpfiles.eclass Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> Signed-off-by: David Seifert gentoo.org> net-im/ejabberd/ejabberd-20.04.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-im/ejabberd/ejabberd-20.04.ebuild b/net-im/ejabberd/ejabberd-20.04.ebuild index 453de12094b..21709574c14 100644 --- a/net-im/ejabberd/ejabberd-20.04.ebuild +++ b/net-im/ejabberd/ejabberd-20.04.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 SSL_CERT_MANDATORY=1 -inherit eutils pam rebar ssl-cert systemd +inherit eutils pam rebar ssl-cert systemd tmpfiles DESCRIPTION="Robust, scalable and extensible XMPP server" HOMEPAGE="https://www.ejabberd.im/ https://github.com/processone/ejabberd/" @@ -251,7 +251,7 @@ src_install() { newconfd "${FILESDIR}/${PN}.confd" "${PN}" newinitd "${FILESDIR}/${PN}.initd" "${PN}" systemd_dounit "${PN}.service" - systemd_dotmpfilesd "${FILESDIR}/${PN}.tmpfiles.conf" + dotmpfiles "${FILESDIR}/${PN}.tmpfiles.conf" insinto /etc/logrotate.d newins "${FILESDIR}/${PN}.logrotate" "${PN}"