dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 262ae3987ab21eb3a2f0881f1631069a953224bc
parent 68a187764d0998f7323d756c3c6dbfc777151bad
Author: Ingmar Vanhassel <ingmar@exherbo.org>
Date:   Wed,  2 Mar 2011 10:37:48 +0000

nss_ldap, pam_ldap: Move to ::arbor

Diffstat:
Mmetadata/categories.conf | 1-
Dpackages/sys-auth/nss_ldap/files/nss_ldap-265-vers_string.patch | 13-------------
Dpackages/sys-auth/nss_ldap/nss_ldap-265.exheres-0 | 42------------------------------------------
Dpackages/sys-auth/pam_ldap/files/pam_ldap-185-vers_string.patch | 12------------
Dpackages/sys-auth/pam_ldap/pam_ldap-185.exheres-0 | 32--------------------------------
5 files changed, 0 insertions(+), 100 deletions(-)
diff --git a/metadata/categories.conf b/metadata/categories.conf
@@ -9,6 +9,5 @@ mail-client
 net-libs
 net-misc
 sys-apps
-sys-auth
 x11-libs
 x11-misc
diff --git a/packages/sys-auth/nss_ldap/files/nss_ldap-265-vers_string.patch b/packages/sys-auth/nss_ldap/files/nss_ldap-265-vers_string.patch
@@ -1,13 +0,0 @@
-Source: Upstream http://old.nabble.com/nss_ldap-265-td26230441.html#a26236814
-Upstream: To be released in nss_ldap-266
-Reason: Only crazy people have . in $PATH
-
---- nss_ldap-265.orig/Makefile.am	2009-11-06 20:28:08.000000000 +1000
-+++ nss_ldap-265/Makefile.am	2010-10-04 20:34:30.406862018 +1000
-@@ -109,5 +109,5 @@
- 	@$(NORMAL_UNINSTALL)
- 
- vers.c: $(top_srcdir)/CVSVersionInfo.txt
--	CVSVERSIONDIR=$(top_srcdir) vers_string -v
-+	CVSVERSIONDIR=$(top_srcdir) $(top_srcdir)/vers_string -v
- 
diff --git a/packages/sys-auth/nss_ldap/nss_ldap-265.exheres-0 b/packages/sys-auth/nss_ldap/nss_ldap-265.exheres-0
@@ -1,42 +0,0 @@
-# Copyright 2010 Dan Callaghan <djc@djc.id.au>
-# Distributed under the terms of the GNU General Public License v2
-# Derived from nss_ldap-265.ebuild from Gentoo, which is:
-#   Copyright 1999-2010 Gentoo Foundation
-
-require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.9 ] ]
-
-SUMMARY="Name Service Switch resolver for LDAP"
-DESCRIPTION="
-Resolves passwd and group entries from LDAP.
-Use in conjunction with pam_ldap.
-"
-HOMEPAGE="http://www.padl.com/OSS/nss_ldap.html"
-DOWNLOADS="http://www.padl.com/download/${PNV}.tar.gz"
-
-LICENCES="LGPL-2"
-SLOT="0"
-PLATFORMS="~amd64 ~x86"
-MYOPTIONS="debug"
-
-DEPENDENCIES="
-    build:
-        dev-lang/perl:* [[ note = [ for ./vers_string script ] ]]
-    build+run:
-        net-directory/openldap[>=2.4.21]
-"
-
-BUGS_TO="djc@djc.id.au"
-
-DEFAULT_SRC_PREPARE_PATCHES=( "${FILES}"/nss_ldap-265-vers_string.patch )
-
-src_configure() {
-    # can't pass --disable-debugging as that actually enables it
-    econf \
-        --hates=disable-silent-rules \
-        --hates=enable-fast-install \
-        --libdir=/${LIBDIR:-lib} \
-        $(if optionq debug ; then echo --enable-debugging ; fi) \
-        --enable-paged-results \
-        --enable-rfc2307bis \
-        --with-ldap-lib=openldap
-}
diff --git a/packages/sys-auth/pam_ldap/files/pam_ldap-185-vers_string.patch b/packages/sys-auth/pam_ldap/files/pam_ldap-185-vers_string.patch
@@ -1,12 +0,0 @@
-Source: Same deal as http://old.nabble.com/nss_ldap-265-td26230441.html#a26236814
-Upstream: In next release, I hope
-Reason: Only crazy people have . in $PATH
-
---- pam_ldap-185.orig/Makefile.am	2009-11-06 20:29:34.000000000 +1000
-+++ pam_ldap-185/Makefile.am	2010-10-04 22:23:06.301562203 +1000
-@@ -44,4 +44,4 @@
- 	@$(NORMAL_UNINSTALL)
- 
- vers.c: $(top_srcdir)/CVSVersionInfo.txt
--	CVSVERSIONDIR=$(top_srcdir) vers_string -v
-+	CVSVERSIONDIR=$(top_srcdir) $(top_srcdir)/vers_string -v
diff --git a/packages/sys-auth/pam_ldap/pam_ldap-185.exheres-0 b/packages/sys-auth/pam_ldap/pam_ldap-185.exheres-0
@@ -1,32 +0,0 @@
-# Copyright 2010 Dan Callaghan <djc@djc.id.au>
-# Distributed under the terms of the GNU General Public License v2
-
-require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.9 ] ]
-
-SUMMARY="PAM module for authenticating against LDAP"
-DESCRIPTION="
-Provides a PAM module (pam_ldap.so) which can authenticate users with
-their credentials from an LDAP directory.
-Use in conjunction with nss_ldap.
-"
-HOMEPAGE="http://www.padl.com/OSS/pam_ldap.html"
-DOWNLOADS="http://www.padl.com/download/${PNV}.tar.gz"
-
-LICENCES="LGPL-2"
-SLOT="0"
-PLATFORMS="~amd64 ~x86"
-MYOPTIONS="ssl"
-
-DEPENDENCIES="
-    build:
-        dev-lang/perl:* [[ note = [ for ./vers_string script ] ]]
-    build+run:
-        net-directory/openldap[>=2.4.21]
-"
-
-BUGS_TO="djc@djc.id.au"
-
-DEFAULT_SRC_PREPARE_PATCHES=( "${FILES}"/pam_ldap-185-vers_string.patch )
-DEFAULT_SRC_CONFIGURE_PARAMS=( --libdir=/${LIBDIR:-lib} --with-ldap-lib=openldap )
-DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=( ssl )
-