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 6F3871382C5 for ; Wed, 17 Jun 2020 03:35:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F9E4E09F2; Wed, 17 Jun 2020 03:35:37 +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 F20EBE09F2 for ; Wed, 17 Jun 2020 03:35:36 +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 770EE34EF3E for ; Wed, 17 Jun 2020 03:35:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44BC42A1 for ; Wed, 17 Jun 2020 03:35:31 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1592364887.0269a2a32e6ef3352dad30260f2efbc05b425e87.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pam/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/pam/pam-1.4.0-r1.ebuild sys-libs/pam/pam-1.4.0.ebuild X-VCS-Directories: sys-libs/pam/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 0269a2a32e6ef3352dad30260f2efbc05b425e87 X-VCS-Branch: master Date: Wed, 17 Jun 2020 03:35:31 +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: 0d32f175-7a6f-4e17-945e-913508d390ee X-Archives-Hash: 8ed49af22b70b90e9c8b7ebf8b8535e5 commit: 0269a2a32e6ef3352dad30260f2efbc05b425e87 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Jun 17 03:12:53 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Jun 17 03:34:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0269a2a3 sys-libs/pam: revbump 1.4.0, use tmpfiles_process use /run instead of /var/run remove trailing - in tmpfiles.d, it can be omitted. also inherit multilib-minimal last in order Package-Manager: Portage-2.3.101, Repoman-2.3.22 Acked-by: Mikle Kolyada gentoo.org> Signed-off-by: Georgy Yakovlev gentoo.org> .../pam/{pam-1.4.0.ebuild => pam-1.4.0-r1.ebuild} | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/sys-libs/pam/pam-1.4.0.ebuild b/sys-libs/pam/pam-1.4.0-r1.ebuild similarity index 88% rename from sys-libs/pam/pam-1.4.0.ebuild rename to sys-libs/pam/pam-1.4.0-r1.ebuild index b1d695f9d9e..632649733a3 100644 --- a/sys-libs/pam/pam-1.4.0.ebuild +++ b/sys-libs/pam/pam-1.4.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools db-use fcaps multilib-minimal toolchain-funcs usr-ldscript +inherit autotools db-use fcaps tmpfiles toolchain-funcs usr-ldscript multilib-minimal DESCRIPTION="Linux-PAM (Pluggable Authentication Modules)" HOMEPAGE="https://github.com/linux-pam/linux-pam" @@ -94,16 +94,12 @@ multilib_src_install() { multilib_src_install_all() { find "${ED}" -type f -name '*.la' -delete || die - dodir /usr/lib/tmpfiles.d - cat - > "${D}"/usr/lib/tmpfiles.d/${CATEGORY}:${PN}-:${SLOT}.conf <> "${D}"/usr/lib/tmpfiles.d/${CATEGORY}:${PN}:${SLOT}.conf <