summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-15 04:43:20 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-15 04:43:20 +0000
commiteee0b3e44b73bba6c1cb2d8fbd4beb636f3a1757 (patch)
treedb64bdcc2a08d258bc0b1e0ba52c0f53a567c8bb /net-libs
parentamd64/ia64/x86 stable (diff)
downloadgentoo-2-eee0b3e44b73bba6c1cb2d8fbd4beb636f3a1757.tar.gz
gentoo-2-eee0b3e44b73bba6c1cb2d8fbd4beb636f3a1757.tar.bz2
gentoo-2-eee0b3e44b73bba6c1cb2d8fbd4beb636f3a1757.zip
old
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/nfsidmap/files/digest-nfsidmap-0.71
-rw-r--r--net-libs/nfsidmap/files/nfsidmap-0.9-optional-ldap.patch (renamed from net-libs/nfsidmap/files/0.7-optional-ldap.patch)0
-rw-r--r--net-libs/nfsidmap/nfsidmap-0.7.ebuild34
-rw-r--r--net-libs/nfsidmap/nfsidmap-0.9.ebuild6
4 files changed, 3 insertions, 38 deletions
diff --git a/net-libs/nfsidmap/files/digest-nfsidmap-0.7 b/net-libs/nfsidmap/files/digest-nfsidmap-0.7
deleted file mode 100644
index 37b3a513d8e9..000000000000
--- a/net-libs/nfsidmap/files/digest-nfsidmap-0.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5714447c076280f0ce00224798929541 nfsidmap-0.7.tar.gz 284446
diff --git a/net-libs/nfsidmap/files/0.7-optional-ldap.patch b/net-libs/nfsidmap/files/nfsidmap-0.9-optional-ldap.patch
index 90c90ef9c9f6..90c90ef9c9f6 100644
--- a/net-libs/nfsidmap/files/0.7-optional-ldap.patch
+++ b/net-libs/nfsidmap/files/nfsidmap-0.9-optional-ldap.patch
diff --git a/net-libs/nfsidmap/nfsidmap-0.7.ebuild b/net-libs/nfsidmap/nfsidmap-0.7.ebuild
deleted file mode 100644
index a396f164662c..000000000000
--- a/net-libs/nfsidmap/nfsidmap-0.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/nfsidmap/nfsidmap-0.7.ebuild,v 1.3 2005/01/08 13:11:48 swegener Exp $
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="NFSv4 ID <-> name mapping library"
-HOMEPAGE="http://www.citi.umich.edu/projects/nfsv4/linux/"
-SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="ldap"
-
-DEPEND="ldap? ( net-nds/openldap )"
-RDEPEND="${DEPEND}
- !net-fs/idmapd"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- epatch ${FILESDIR}/${PV}-optional-ldap.patch
-
- use ldap \
- && append-flags -DENABLE_LDAP \
- || sed -i '/^LIBS/s:-lldap::' Makefile.in
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/net-libs/nfsidmap/nfsidmap-0.9.ebuild b/net-libs/nfsidmap/nfsidmap-0.9.ebuild
index 4f7ee27ac163..7ad3bcb07322 100644
--- a/net-libs/nfsidmap/nfsidmap-0.9.ebuild
+++ b/net-libs/nfsidmap/nfsidmap-0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/nfsidmap/nfsidmap-0.9.ebuild,v 1.1 2005/02/04 23:32:05 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/nfsidmap/nfsidmap-0.9.ebuild,v 1.2 2005/03/15 04:39:55 vapier Exp $
inherit eutils flag-o-matic
@@ -19,9 +19,9 @@ RDEPEND="${DEPEND}
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
- epatch ${FILESDIR}/0.7-optional-ldap.patch
+ epatch "${FILESDIR}"/${P}-optional-ldap.patch
use ldap \
&& append-flags -DENABLE_LDAP \