summaryrefslogtreecommitdiff
path: root/sys-auth
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-09-14 12:32:28 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-09-14 12:32:28 +0100
commite8aa09f74c8ba0c9e1c5ae3ab49f93b6a0820330 (patch)
tree14ad0b4141ec6704388a9130b87976ed75435984 /sys-auth
parent6fcdccbe589d724b6c268b49f66414e40eb0d807 (diff)
gentoo auto-resync : 14:09:2024 - 12:32:27
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/Manifest.gzbin9259 -> 9097 bytes
-rw-r--r--sys-auth/pam_ldap/Manifest3
-rw-r--r--sys-auth/pam_ldap/metadata.xml5
-rw-r--r--sys-auth/pam_ldap/pam_ldap-186-r4.ebuild51
4 files changed, 0 insertions, 59 deletions
diff --git a/sys-auth/Manifest.gz b/sys-auth/Manifest.gz
index 81f7a909a714..89c31b9a0116 100644
--- a/sys-auth/Manifest.gz
+++ b/sys-auth/Manifest.gz
Binary files differ
diff --git a/sys-auth/pam_ldap/Manifest b/sys-auth/pam_ldap/Manifest
deleted file mode 100644
index 058c3e5abb47..000000000000
--- a/sys-auth/pam_ldap/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pam_ldap-186.tar.gz 163437 BLAKE2B 4e917985b78349283c891daca94935792f2316afc08cd694edb7256c89a7ed612a62ba4b53111fc2022f6e11f754103bf58ac0a53a4298b011a5379625c51cdc SHA512 aaa6fbc48150db53bf92dcf600bcb8f0526baa2e6124f46468f59958c8a91495eb003d16a45b659c8cbb2d3481c4732a0d1f5945a2c98c09549ef8a51ed18a3d
-EBUILD pam_ldap-186-r4.ebuild 1116 BLAKE2B beb0e700b0cb43cb1d0273fbc6208905d8ca58c6799d6861ef490a95a8d045442cd4ffe5cb2df3b74362ddad5dcfaa0a8a29d53b58b4e5eb055aa1aa526dc181 SHA512 afcef2a83817af6f54eb650b087129d88d75f45c5bef69856a38753ce6985f44b53f24efc602cf7250a61cabd97898df983cee462f5775aa7d4a76f6b6cd2524
-MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a
diff --git a/sys-auth/pam_ldap/metadata.xml b/sys-auth/pam_ldap/metadata.xml
deleted file mode 100644
index 85e4ed814fa2..000000000000
--- a/sys-auth/pam_ldap/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/sys-auth/pam_ldap/pam_ldap-186-r4.ebuild b/sys-auth/pam_ldap/pam_ldap-186-r4.ebuild
deleted file mode 100644
index 6c9339e2263c..000000000000
--- a/sys-auth/pam_ldap/pam_ldap-186-r4.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal pam
-
-DESCRIPTION="PAM LDAP Module"
-HOMEPAGE="http://www.padl.com/OSS/pam_ldap.html"
-SRC_URI="http://www.padl.com/download/${P}.tar.gz"
-
-LICENSE="|| ( GPL-2 LGPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~mips ~ppc ppc64 sparc x86"
-IUSE="ssl sasl"
-
-DEPEND="sys-libs/pam[${MULTILIB_USEDEP}]
- >=net-nds/openldap-2.4.38-r1:=[${MULTILIB_USEDEP}]
- virtual/libcrypt:=[${MULTILIB_USEDEP}]
- sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r3[${MULTILIB_USEDEP}] )"
-
-RDEPEND="${DEPEND}"
-
-multilib_src_configure() {
- local myconf=(
- --with-ldap-lib=openldap
- $(use_enable ssl)
- )
- use sasl || myconf+=( ac_cv_header_sasl_sasl_h=no )
-
- ECONF_SOURCE=${S} \
- econf "${myconf[@]}"
-}
-
-multilib_src_compile() {
- PERL5LIB=${S} \
- emake
-}
-
-multilib_src_install() {
- dopammod pam_ldap.so
-}
-
-multilib_src_install_all() {
- dodoc pam.conf ldap.conf ldapns.schema chsh chfn certutil
- dodoc ChangeLog CVSVersionInfo.txt README AUTHORS ns-pwd-policy.schema
- doman pam_ldap.5
-
- docinto pam.d
- dodoc pam.d/*
-}