commit:     6cecdf47b0011d45c6f3753acfa76c722712b645
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  1 22:06:48 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  1 22:06:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cecdf47

sys-auth/nss-pam-ldapd: drop 0.9.12-r2, 0.9.12-r3, 0.9.12-r4

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-auth/nss-pam-ldapd/Manifest                    |   1 -
 .../nss-pam-ldapd/nss-pam-ldapd-0.9.12-r2.ebuild   | 162 -------------------
 .../nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild   | 165 --------------------
 .../nss-pam-ldapd/nss-pam-ldapd-0.9.12-r4.ebuild   | 171 ---------------------
 4 files changed, 499 deletions(-)

diff --git a/sys-auth/nss-pam-ldapd/Manifest b/sys-auth/nss-pam-ldapd/Manifest
index 61f86d639cb7..9c6aa6484d06 100644
--- a/sys-auth/nss-pam-ldapd/Manifest
+++ b/sys-auth/nss-pam-ldapd/Manifest
@@ -1,2 +1 @@
-DIST nss-pam-ldapd-0.9.12.tar.gz 791983 BLAKE2B 
af580d400230db709f7ac09720edd6127b3b26c6987d1e8f6d6535ad8e68fd8cb5cf2a3319e4456fb2af28aba6528f7a5cdc28463ccfee747dbbf6abc35eee87
 SHA512 
5eca4851a9bcb2779548d193a363a143d6106bfc6463b8d3f0c2d5d7d227ec1e680861383d4813f40b44d1be2ce5f7ed019d838f7f6796e15f96f7411d3bb8f6
 DIST nss-pam-ldapd-0.9.13.tar.gz 808355 BLAKE2B 
a4270d5256e8277898d7deffa427c6b943b082d1dbd5b171f148ff755f79f3a3427864859fdcdb66b33fa09c1ecc8da3674ab40c240708fef0d77f43942fe5ba
 SHA512 
6c2f73cbc800704a23cb98f405d8391dc12d2322fc6ce59cc20e9be34a74752952d8ae6c1980836fcb178a5c7e84f5ed794a15271bda90f611f9e6aefb6eee0a

diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r2.ebuild 
b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r2.ebuild
deleted file mode 100644
index 385270638f24..000000000000
--- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r2.ebuild
+++ /dev/null
@@ -1,162 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-inherit autotools python-r1 s6 systemd tmpfiles multilib-minimal
-
-DESCRIPTION="NSS module for name lookups using LDAP"
-HOMEPAGE="https://arthurdejong.org/nss-pam-ldapd/";
-SRC_URI="https://arthurdejong.org/${PN}/${P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~ppc ppc64 ~sparc x86"
-IUSE="debug kerberos +pam pynslcd sasl test +utils"
-REQUIRED_USE="
-       ${PYTHON_REQUIRED_USE}
-       utils? ( ${PYTHON_REQUIRED_USE} )
-       test? ( ${PYTHON_REQUIRED_USE} pynslcd )
-"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       acct-group/nslcd
-       acct-user/nslcd
-       net-nds/openldap:=[${MULTILIB_USEDEP}]
-       sasl? ( dev-libs/cyrus-sasl[${MULTILIB_USEDEP}] )
-       kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] )
-       sys-libs/pam[${MULTILIB_USEDEP}]
-       utils? ( ${PYTHON_DEPS} )
-       pynslcd? (
-               dev-python/python-ldap[${PYTHON_USEDEP}]
-               dev-python/python-daemon[${PYTHON_USEDEP}]
-       )
-       !sys-auth/nss_ldap
-       !sys-auth/pam_ldap
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       ${PYTHON_DEPS}
-       test? ( dev-python/pylint[${PYTHON_USEDEP}] )
-"
-
-PATCHES=(
-       "${FILESDIR}"/nss-pam-ldapd-0.9.4-disable-py3-only-linters.patch
-       "${FILESDIR}"/nss-pam-ldapd-0.9.11-use-mkstemp.patch
-       "${FILESDIR}"/nss-pam-ldapd-0.9.11-relative-imports.patch
-       "${FILESDIR}"/nss-pam-ldapd-0.9.11-tests.patch
-       "${FILESDIR}"/nss-pam-ldapd-0.9.11-tests-py39.patch
-)
-
-pkg_setup() {
-       [[ ${MERGE_TYPE} != binary ]] && python_setup
-}
-
-src_prepare() {
-       default
-
-       touch pynslcd/__init__.py || die "Could not create __init__.py for 
pynslcd"
-       mv pynslcd/pynslcd.py pynslcd/main.py || die
-
-       eautoreconf
-}
-
-multilib_src_configure() {
-       local myconf=(
-               --disable-utils
-               --enable-warnings
-               --with-ldap-lib=openldap
-               --with-ldap-conf-file="${EPREFIX}"/etc/nslcd.conf
-               --with-nslcd-pidfile=/run/nslcd/nslcd.pid
-               --with-nslcd-socket=/run/nslcd/socket
-               --with-nss-flavour=glibc
-               $(use_enable pynslcd)
-               $(use_enable debug)
-               $(use_enable kerberos)
-               $(use_enable pam)
-               $(use_enable sasl)
-
-               # nss libraries always go in /lib on Gentoo
-               --with-pam-seclib-dir="${EPREFIX}"/$(get_libdir)/security
-               --libdir="${EPREFIX}"/$(get_libdir)
-       )
-       ECONF_SOURCE="${S}" econf "${myconf[@]}"
-}
-
-multilib_src_test() {
-       python_test() {
-               cp -l "${S}"/pynslcd/*.py pynslcd/ || die "Could not copy 
python files for tests"
-               nonfatal emake check || die "tests failed with ${EPYTHON}"
-       }
-
-       pushd "${BUILD_DIR}" >/dev/null || die
-       ln -s ../pynslcd/constants.py utils/constants.py || die
-       python_foreach_impl python_test
-       popd >/dev/null || die
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install
-
-       if use pynslcd; then
-               python_moduleinto pynslcd
-               python_foreach_impl python_domodule pynslcd/*.py
-       fi
-}
-
-multilib_src_install_all() {
-       einstalldocs
-
-       newinitd "${FILESDIR}"/nslcd.init nslcd
-       s6_install_service nslcd "${FILESDIR}"/nslcd.s6
-
-       insinto /usr/share/nss-pam-ldapd
-       doins "${WORKDIR}"/${P}/nslcd.conf
-
-       fperms o-r /etc/nslcd.conf
-
-       if use utils; then
-               python_moduleinto nslcd
-               python_foreach_impl python_domodule utils/*.py
-
-               local script
-               for script in chsh getent; do
-                       python_foreach_impl python_newscript utils/${script}.py 
${script}.ldap
-               done
-       fi
-       if use pynslcd; then
-               rm -rf "${ED}"/usr/share/pynslcd || die
-               python_moduleinto pynslcd
-               python_foreach_impl python_domodule pynslcd/*.py
-               python_scriptinto /usr/sbin
-               python_foreach_impl python_newscript pynslcd/main.py pynslcd
-               newinitd "${FILESDIR}"/pynslcd.init pynslcd
-       fi
-
-       newtmpfiles "${FILESDIR}"/nslcd-tmpfiles.conf nslcd.conf
-       systemd_newunit "${FILESDIR}"/nslcd.service nslcd.service
-}
-
-pkg_postinst() {
-       tmpfiles_process nslcd.conf
-
-       elog "For this to work you must configure /etc/nslcd.conf"
-       elog "This configuration is similar to pam_ldap's /etc/ldap.conf"
-       elog
-       elog "In order to use nss-pam-ldapd, nslcd needs to be running. You can"
-       elog "start it like this:"
-       elog "  # /etc/init.d/nslcd start"
-       elog
-       elog "You can add it to the default runlevel like so:"
-       elog " # rc-update add nslcd default"
-       elog
-       elog "If you have >=sys-apps/openrc-0.16.3, you can also use s6"
-       elog "to supervise this service."
-       elog "To do this, emerge sys-apps/s6 then add nslcd-s6"
-       elog "default runlevel instead of nslcd."
-       elog
-       elog "If you are upgrading, keep in mind that /etc/nss-ldapd.conf"
-       elog " is now named /etc/nslcd.conf"
-}

diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild 
b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild
deleted file mode 100644
index d9a14a4efefe..000000000000
--- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild
+++ /dev/null
@@ -1,165 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-inherit autotools python-r1 s6 systemd tmpfiles multilib-minimal
-
-DESCRIPTION="NSS module for name lookups using LDAP"
-HOMEPAGE="https://arthurdejong.org/nss-pam-ldapd/";
-SRC_URI="https://arthurdejong.org/${PN}/${P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86"
-IUSE="debug kerberos +pam pynslcd sasl selinux test +utils"
-REQUIRED_USE="
-       ${PYTHON_REQUIRED_USE}
-       utils? ( ${PYTHON_REQUIRED_USE} )
-       test? ( ${PYTHON_REQUIRED_USE} pynslcd )
-"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       acct-group/nslcd
-       acct-user/nslcd
-       net-nds/openldap:=[${MULTILIB_USEDEP}]
-       sasl? ( dev-libs/cyrus-sasl[${MULTILIB_USEDEP}] )
-       kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] )
-       sys-libs/pam[${MULTILIB_USEDEP}]
-       utils? ( ${PYTHON_DEPS} )
-       pynslcd? (
-               dev-python/python-ldap[${PYTHON_USEDEP}]
-               dev-python/python-daemon[${PYTHON_USEDEP}]
-       )
-       elibc_musl? ( sys-libs/musl-nscd )
-       !sys-auth/nss_ldap
-       !sys-auth/pam_ldap
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       ${PYTHON_DEPS}
-       test? ( dev-python/pylint[${PYTHON_USEDEP}] )
-"
-RDEPEND+=" selinux? ( sec-policy/selinux-nslcd )"
-
-PATCHES=(
-       "${FILESDIR}"/nss-pam-ldapd-0.9.4-disable-py3-only-linters.patch
-       "${FILESDIR}"/nss-pam-ldapd-0.9.11-use-mkstemp.patch
-       "${FILESDIR}"/nss-pam-ldapd-0.9.11-relative-imports.patch
-       "${FILESDIR}"/nss-pam-ldapd-0.9.11-tests.patch
-       "${FILESDIR}"/nss-pam-ldapd-0.9.11-tests-py39.patch
-       "${FILESDIR}"/nss-pam-ldapd-0.9.12-netdb-defines.patch
-)
-
-pkg_setup() {
-       [[ ${MERGE_TYPE} != binary ]] && python_setup
-}
-
-src_prepare() {
-       default
-
-       touch pynslcd/__init__.py || die "Could not create __init__.py for 
pynslcd"
-       mv pynslcd/pynslcd.py pynslcd/main.py || die
-
-       eautoreconf
-}
-
-multilib_src_configure() {
-       local myconf=(
-               --disable-utils
-               --enable-warnings
-               --with-ldap-lib=openldap
-               --with-ldap-conf-file="${EPREFIX}"/etc/nslcd.conf
-               --with-nslcd-pidfile=/run/nslcd/nslcd.pid
-               --with-nslcd-socket=/run/nslcd/socket
-               --with-nss-flavour=glibc
-               $(use_enable pynslcd)
-               $(use_enable debug)
-               $(use_enable kerberos)
-               $(use_enable pam)
-               $(use_enable sasl)
-
-               # nss libraries always go in /lib on Gentoo
-               --with-pam-seclib-dir="${EPREFIX}"/$(get_libdir)/security
-               --libdir="${EPREFIX}"/$(get_libdir)
-       )
-       ECONF_SOURCE="${S}" econf "${myconf[@]}"
-}
-
-multilib_src_test() {
-       python_test() {
-               cp -l "${S}"/pynslcd/*.py pynslcd/ || die "Could not copy 
python files for tests"
-               nonfatal emake check || die "tests failed with ${EPYTHON}"
-       }
-
-       pushd "${BUILD_DIR}" >/dev/null || die
-       ln -s ../pynslcd/constants.py utils/constants.py || die
-       python_foreach_impl python_test
-       popd >/dev/null || die
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install
-
-       if use pynslcd; then
-               python_moduleinto pynslcd
-               python_foreach_impl python_domodule pynslcd/*.py
-       fi
-}
-
-multilib_src_install_all() {
-       einstalldocs
-
-       newinitd "${FILESDIR}"/nslcd.init nslcd
-       s6_install_service nslcd "${FILESDIR}"/nslcd.s6
-
-       insinto /usr/share/nss-pam-ldapd
-       doins "${WORKDIR}"/${P}/nslcd.conf
-
-       fperms o-r /etc/nslcd.conf
-
-       if use utils; then
-               python_moduleinto nslcd
-               python_foreach_impl python_domodule utils/*.py
-
-               local script
-               for script in chsh getent; do
-                       python_foreach_impl python_newscript utils/${script}.py 
${script}.ldap
-               done
-       fi
-       if use pynslcd; then
-               rm -rf "${ED}"/usr/share/pynslcd || die
-               python_moduleinto pynslcd
-               python_foreach_impl python_domodule pynslcd/*.py
-               python_scriptinto /usr/sbin
-               python_foreach_impl python_newscript pynslcd/main.py pynslcd
-               newinitd "${FILESDIR}"/pynslcd.init pynslcd
-       fi
-
-       newtmpfiles "${FILESDIR}"/nslcd-tmpfiles.conf nslcd.conf
-       systemd_newunit "${FILESDIR}"/nslcd.service nslcd.service
-}
-
-pkg_postinst() {
-       tmpfiles_process nslcd.conf
-
-       elog "For this to work you must configure /etc/nslcd.conf"
-       elog "This configuration is similar to pam_ldap's /etc/ldap.conf"
-       elog
-       elog "In order to use nss-pam-ldapd, nslcd needs to be running. You can"
-       elog "start it like this:"
-       elog "  # /etc/init.d/nslcd start"
-       elog
-       elog "You can add it to the default runlevel like so:"
-       elog " # rc-update add nslcd default"
-       elog
-       elog "If you have >=sys-apps/openrc-0.16.3, you can also use s6"
-       elog "to supervise this service."
-       elog "To do this, emerge sys-apps/s6 then add nslcd-s6"
-       elog "default runlevel instead of nslcd."
-       elog
-       elog "If you are upgrading, keep in mind that /etc/nss-ldapd.conf"
-       elog " is now named /etc/nslcd.conf"
-}

diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r4.ebuild 
b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r4.ebuild
deleted file mode 100644
index d1ec575784bd..000000000000
--- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r4.ebuild
+++ /dev/null
@@ -1,171 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-inherit autotools python-r1 s6 systemd tmpfiles multilib-minimal
-
-DESCRIPTION="NSS module for name lookups using LDAP"
-HOMEPAGE="https://arthurdejong.org/nss-pam-ldapd/";
-SRC_URI="https://arthurdejong.org/${PN}/${P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~mips ~ppc ppc64 ~sparc x86"
-IUSE="debug kerberos +pam pynslcd sasl selinux test +utils"
-REQUIRED_USE="
-       ${PYTHON_REQUIRED_USE}
-       utils? ( ${PYTHON_REQUIRED_USE} )
-       kerberos? ( sasl )
-       test? ( ${PYTHON_REQUIRED_USE} pynslcd )
-"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       acct-group/nslcd
-       acct-user/nslcd
-       net-nds/openldap:=[${MULTILIB_USEDEP}]
-       sasl? ( dev-libs/cyrus-sasl[${MULTILIB_USEDEP}] )
-       kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] )
-       sys-libs/pam[${MULTILIB_USEDEP}]
-       utils? ( ${PYTHON_DEPS} )
-       pynslcd? (
-               dev-python/python-ldap[${PYTHON_USEDEP}]
-               dev-python/python-daemon[${PYTHON_USEDEP}]
-       )
-       elibc_musl? ( sys-libs/musl-nscd )
-       !sys-auth/nss_ldap
-       !sys-auth/pam_ldap
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       ${PYTHON_DEPS}
-       test? ( dev-python/pylint[${PYTHON_USEDEP}] )
-"
-RDEPEND+=" selinux? ( sec-policy/selinux-nslcd )"
-
-PATCHES=(
-       "${FILESDIR}"/nss-pam-ldapd-0.9.4-disable-py3-only-linters.patch
-       "${FILESDIR}"/nss-pam-ldapd-0.9.11-use-mkstemp.patch
-       "${FILESDIR}"/nss-pam-ldapd-0.9.11-relative-imports.patch
-       "${FILESDIR}"/nss-pam-ldapd-0.9.11-tests.patch
-       "${FILESDIR}"/nss-pam-ldapd-0.9.11-tests-py39.patch
-       "${FILESDIR}"/nss-pam-ldapd-0.9.12-netdb-defines.patch
-       
"${FILESDIR}"/nss-pam-ldapd-0.9.12-configure-CFLAGS-decontamination.patch
-)
-
-pkg_setup() {
-       [[ ${MERGE_TYPE} != binary ]] && python_setup
-}
-
-src_prepare() {
-       default
-
-       touch pynslcd/__init__.py || die "Could not create __init__.py for 
pynslcd"
-       mv pynslcd/pynslcd.py pynslcd/main.py || die
-
-        find "${S}" -name Makefile.am -exec \
-        sed -e '/^AM_CFLAGS/ s/$/ \$(DEBUG_CFLAGS) \$(EXTRA_CFLAGS)/g' \
-        -i {} \; || die
-
-       eautoreconf
-}
-
-multilib_src_configure() {
-       local myconf=(
-               --disable-utils
-               --enable-warnings
-               --with-ldap-lib=openldap
-               --with-ldap-conf-file="${EPREFIX}"/etc/nslcd.conf
-               --with-nslcd-pidfile=/run/nslcd/nslcd.pid
-               --with-nslcd-socket=/run/nslcd/socket
-               --with-nss-flavour=glibc
-               $(use_enable pynslcd)
-               $(use_enable debug)
-               $(use_enable kerberos)
-               $(use_enable pam)
-               $(use_enable sasl)
-
-               # nss libraries always go in /lib on Gentoo
-               --with-pam-seclib-dir="${EPREFIX}"/$(get_libdir)/security
-               --libdir="${EPREFIX}"/$(get_libdir)
-       )
-       ECONF_SOURCE="${S}" econf "${myconf[@]}"
-}
-
-multilib_src_test() {
-       python_test() {
-               cp -l "${S}"/pynslcd/*.py pynslcd/ || die "Could not copy 
python files for tests"
-               nonfatal emake check || die "tests failed with ${EPYTHON}"
-       }
-
-       pushd "${BUILD_DIR}" >/dev/null || die
-       ln -s ../pynslcd/constants.py utils/constants.py || die
-       python_foreach_impl python_test
-       popd >/dev/null || die
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install
-
-       if use pynslcd; then
-               python_moduleinto pynslcd
-               python_foreach_impl python_domodule pynslcd/*.py
-       fi
-}
-
-multilib_src_install_all() {
-       einstalldocs
-
-       newinitd "${FILESDIR}"/nslcd.init nslcd
-       s6_install_service nslcd "${FILESDIR}"/nslcd.s6
-
-       insinto /usr/share/nss-pam-ldapd
-       doins "${WORKDIR}"/${P}/nslcd.conf
-
-       fperms o-r /etc/nslcd.conf
-
-       if use utils; then
-               python_moduleinto nslcd
-               python_foreach_impl python_domodule utils/*.py
-
-               local script
-               for script in chsh getent; do
-                       python_foreach_impl python_newscript utils/${script}.py 
${script}.ldap
-               done
-       fi
-       if use pynslcd; then
-               rm -rf "${ED}"/usr/share/pynslcd || die
-               python_moduleinto pynslcd
-               python_foreach_impl python_domodule pynslcd/*.py
-               python_scriptinto /usr/sbin
-               python_foreach_impl python_newscript pynslcd/main.py pynslcd
-               newinitd "${FILESDIR}"/pynslcd.init pynslcd
-       fi
-
-       newtmpfiles "${FILESDIR}"/nslcd-tmpfiles.conf nslcd.conf
-       systemd_newunit "${FILESDIR}"/nslcd.service nslcd.service
-}
-
-pkg_postinst() {
-       tmpfiles_process nslcd.conf
-
-       elog "For this to work you must configure /etc/nslcd.conf"
-       elog "This configuration is similar to pam_ldap's /etc/ldap.conf"
-       elog
-       elog "In order to use nss-pam-ldapd, nslcd needs to be running. You can"
-       elog "start it like this:"
-       elog "  # /etc/init.d/nslcd start"
-       elog
-       elog "You can add it to the default runlevel like so:"
-       elog " # rc-update add nslcd default"
-       elog
-       elog "If you have >=sys-apps/openrc-0.16.3, you can also use s6"
-       elog "to supervise this service."
-       elog "To do this, emerge sys-apps/s6 then add nslcd-s6"
-       elog "default runlevel instead of nslcd."
-       elog
-       elog "If you are upgrading, keep in mind that /etc/nss-ldapd.conf"
-       elog " is now named /etc/nslcd.conf"
-}

Reply via email to