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 67C4E1382C5 for ; Sun, 7 Mar 2021 11:58:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1DC4E0880; Sun, 7 Mar 2021 11:58:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C3876E087F for ; Sun, 7 Mar 2021 11:58:33 +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 6D21F340C9A for ; Sun, 7 Mar 2021 11:58:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6AAE5AA 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: <1615118254.763cac60b6f88f5801e67755c3dd8ecced8cfcce.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/unscd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/unscd/unscd-0.54-r1.ebuild X-VCS-Directories: sys-apps/unscd/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 763cac60b6f88f5801e67755c3dd8ecced8cfcce 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: cab69946-0e03-43c1-9d97-ca3a1ae42a4d X-Archives-Hash: 79d9767f4c8134d72ec00411a6629d6c commit: 763cac60b6f88f5801e67755c3dd8ecced8cfcce Author: Theo Anderson posteo de> AuthorDate: Sun Mar 7 11:57:34 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Mar 7 11:57:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763cac60 sys-apps/unscd: 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> sys-apps/unscd/unscd-0.54-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/unscd/unscd-0.54-r1.ebuild b/sys-apps/unscd/unscd-0.54-r1.ebuild index 93f6096726f..f8010311180 100644 --- a/sys-apps/unscd/unscd-0.54-r1.ebuild +++ b/sys-apps/unscd/unscd-0.54-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit systemd toolchain-funcs +inherit systemd toolchain-funcs tmpfiles DESCRIPTION="simple & stable nscd replacement" HOMEPAGE="https://busybox.net/~vda/unscd/README" @@ -30,7 +30,7 @@ src_compile() { src_install() { newinitd "${FILESDIR}"/unscd.initd-r1 unscd - systemd_newtmpfilesd "${FILESDIR}"/unscd-tmpfiles.conf unscd.conf + newtmpfiles "${FILESDIR}"/unscd-tmpfiles.conf unscd.conf systemd_dounit "${FILESDIR}"/unscd.service dosbin unscd }