diff options
author | Theo Anderson <telans@posteo.de> | 2021-03-07 12:57:37 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-07 12:57:37 +0100 |
commit | f85abc0d513d23d216f2c58675111ff98e4b0e74 (patch) | |
tree | 31c65185907f2d3ed21e8a5d908dc0fb6c2214c7 /sys-auth/nss-pam-ldapd | |
parent | sys-apps/unscd: migrate to tmpfiles.eclass (diff) | |
download | gentoo-f85abc0d513d23d216f2c58675111ff98e4b0e74.tar.gz gentoo-f85abc0d513d23d216f2c58675111ff98e4b0e74.tar.bz2 gentoo-f85abc0d513d23d216f2c58675111ff98e4b0e74.zip |
sys-auth/nss-pam-ldapd: migrate to tmpfiles.eclass
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-auth/nss-pam-ldapd')
-rw-r--r-- | sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r2.ebuild | 6 | ||||
-rw-r--r-- | sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r2.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r2.ebuild index b66a86d70305..f87a21058aaa 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r2.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=(python3_7) -inherit eutils prefix user python-r1 multilib multilib-minimal systemd s6 +inherit eutils prefix user python-r1 multilib multilib-minimal systemd s6 tmpfiles DESCRIPTION="NSS module for name lookups using LDAP" HOMEPAGE="https://arthurdejong.org/nss-pam-ldapd/" @@ -116,7 +116,7 @@ multilib_src_install_all() { newinitd "${FILESDIR}"/pynslcd.init pynslcd fi - systemd_newtmpfilesd "${FILESDIR}"/nslcd-tmpfiles.conf nslcd.conf + newtmpfiles "${FILESDIR}"/nslcd-tmpfiles.conf nslcd.conf systemd_newunit "${FILESDIR}"/nslcd.service nslcd.service } diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild index f5fdd529a7d9..f2b7b143da30 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=(python3_{7..8}) -inherit eutils prefix python-r1 autotools multilib multilib-minimal systemd s6 +inherit eutils prefix python-r1 autotools multilib multilib-minimal systemd s6 tmpfiles DESCRIPTION="NSS module for name lookups using LDAP" HOMEPAGE="https://arthurdejong.org/nss-pam-ldapd/" @@ -131,7 +131,7 @@ multilib_src_install_all() { newinitd "${FILESDIR}"/pynslcd.init pynslcd fi - systemd_newtmpfilesd "${FILESDIR}"/nslcd-tmpfiles.conf nslcd.conf + newtmpfiles "${FILESDIR}"/nslcd-tmpfiles.conf nslcd.conf systemd_newunit "${FILESDIR}"/nslcd.service nslcd.service } |