diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-06-02 19:57:17 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-02 22:58:25 -0400 |
commit | ec1f45c96a13a780e14448e8167e774efd1c207d (patch) | |
tree | 8955c0069ecb1abc029fe2ad4aa26d50233537fb /sys-auth/pam_ldap | |
parent | sys-auth/pam_passwdqc: drop old EAPI (diff) | |
download | gentoo-ec1f45c96a13a780e14448e8167e774efd1c207d.tar.gz gentoo-ec1f45c96a13a780e14448e8167e774efd1c207d.tar.bz2 gentoo-ec1f45c96a13a780e14448e8167e774efd1c207d.zip |
sys-auth/pam_ldap: drop old EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-auth/pam_ldap')
-rw-r--r-- | sys-auth/pam_ldap/Manifest | 2 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-183.ebuild | 43 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-184.ebuild | 43 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-186.ebuild | 41 |
4 files changed, 0 insertions, 129 deletions
diff --git a/sys-auth/pam_ldap/Manifest b/sys-auth/pam_ldap/Manifest index 0c68f98bf06b..8811e02b4ed1 100644 --- a/sys-auth/pam_ldap/Manifest +++ b/sys-auth/pam_ldap/Manifest @@ -1,3 +1 @@ -DIST pam_ldap-183.tar.gz 127500 BLAKE2B 46f7321524a4768b3bfea546ab905e0be3bfa862195c4fd5030ec520a44e0010c60092c19d088195718da288afe25f599e70f740f53963681c7cbae52e82a53e SHA512 ad1ec398904c54f31aa71d3b59ecbdf4af14c590077f9e683d87fa3940f4e20aab7e1bd59eac7a9bfb985e30c1ea04a1569aa2dc2dfc39d8ccec8b871cc032c7 -DIST pam_ldap-184.tar.gz 128053 BLAKE2B 4555878c47b712bd78f9124d3795e45cf37199f77fea6756e27fdb7d54a3318af90c5bee78f67462f59a5f7537760fea21dc0a6b32dfab2df294c34b85c60b62 SHA512 9fd6f11b271a85b4a5646dfb1061cf82de7ca65cf24aa5309aaa8b39bf2bfad900e0e17f52a4d4e10d034188ca7a89d7764a9f1c6766aa6f11caf7779ad667df DIST pam_ldap-186.tar.gz 163437 BLAKE2B 4e917985b78349283c891daca94935792f2316afc08cd694edb7256c89a7ed612a62ba4b53111fc2022f6e11f754103bf58ac0a53a4298b011a5379625c51cdc SHA512 aaa6fbc48150db53bf92dcf600bcb8f0526baa2e6124f46468f59958c8a91495eb003d16a45b659c8cbb2d3481c4732a0d1f5945a2c98c09549ef8a51ed18a3d diff --git a/sys-auth/pam_ldap/pam_ldap-183.ebuild b/sys-auth/pam_ldap/pam_ldap-183.ebuild deleted file mode 100644 index c4231e598222..000000000000 --- a/sys-auth/pam_ldap/pam_ldap-183.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils pam autotools - -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 hppa ~mips ppc ppc64 sparc x86" -IUSE="ssl sasl" -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/pam-0.72 - >=net-nds/openldap-2.1.30-r5 - sasl? ( dev-libs/cyrus-sasl )" - -src_unpack() { - unpack ${A} - #EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-176-fix-referral-tls.patch - - cd "${S}" - eautoreconf -} - -src_compile() { - econf --with-ldap-lib=openldap `use_enable ssl` || die - emake || die -} - -src_install() { - dopammod pam_ldap.so - - 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/* -} diff --git a/sys-auth/pam_ldap/pam_ldap-184.ebuild b/sys-auth/pam_ldap/pam_ldap-184.ebuild deleted file mode 100644 index 1a7a766b8226..000000000000 --- a/sys-auth/pam_ldap/pam_ldap-184.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils pam autotools - -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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="ssl sasl" -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/pam-0.72 - >=net-nds/openldap-2.1.30-r5 - sasl? ( dev-libs/cyrus-sasl )" - -src_unpack() { - unpack ${A} - #EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-176-fix-referral-tls.patch - - cd "${S}" - eautoreconf -} - -src_compile() { - econf --with-ldap-lib=openldap `use_enable ssl` || die - emake || die -} - -src_install() { - dopammod pam_ldap.so - - 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/* -} diff --git a/sys-auth/pam_ldap/pam_ldap-186.ebuild b/sys-auth/pam_ldap/pam_ldap-186.ebuild deleted file mode 100644 index c98ff0480705..000000000000 --- a/sys-auth/pam_ldap/pam_ldap-186.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils 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 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="ssl sasl" -DEPEND="|| ( >=sys-libs/glibc-2.1.3 >=sys-freebsd/freebsd-lib-9.1 ) - virtual/pam - >=net-nds/openldap-2.1.30-r5 - sasl? ( dev-libs/cyrus-sasl )" - -src_unpack() { - unpack ${A} - - cd "${S}" -} - -src_compile() { - econf --with-ldap-lib=openldap `use_enable ssl` || die - emake || die -} - -src_install() { - dopammod pam_ldap.so - - 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/* -} |