summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-01-31 22:25:48 +0000
committerMike Frysinger <vapier@gentoo.org>2009-01-31 22:25:48 +0000
commit7f8ae1acf13e3e9a413237988810205f0efe544b (patch)
tree298b02d369b0be80d22ba391fabe45df755f18b2 /net-libs
parentAdd some fixes from Debian and push out init.d fixes. (diff)
downloadgentoo-2-7f8ae1acf13e3e9a413237988810205f0efe544b.tar.gz
gentoo-2-7f8ae1acf13e3e9a413237988810205f0efe544b.tar.bz2
gentoo-2-7f8ae1acf13e3e9a413237988810205f0efe544b.zip
old
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libnfsidmap/libnfsidmap-0.20.ebuild35
-rw-r--r--net-libs/libnfsidmap/libnfsidmap-0.21.ebuild35
2 files changed, 0 insertions, 70 deletions
diff --git a/net-libs/libnfsidmap/libnfsidmap-0.20.ebuild b/net-libs/libnfsidmap/libnfsidmap-0.20.ebuild
deleted file mode 100644
index 0ee6386c40ac..000000000000
--- a/net-libs/libnfsidmap/libnfsidmap-0.20.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/libnfsidmap-0.20.ebuild,v 1.1 2007/09/04 20:14:16 vapier Exp $
-
-inherit autotools
-
-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 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="ldap"
-
-DEPEND="ldap? ( net-nds/openldap )"
-RDEPEND="${DEPEND}
- !net-fs/idmapd"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-0.19-getgrouplist.patch #169909
- eautoreconf
-}
-
-src_compile() {
- econf $(use_enable ldap) || die
- emake || die
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/net-libs/libnfsidmap/libnfsidmap-0.21.ebuild b/net-libs/libnfsidmap/libnfsidmap-0.21.ebuild
deleted file mode 100644
index 693b3471589e..000000000000
--- a/net-libs/libnfsidmap/libnfsidmap-0.21.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/libnfsidmap-0.21.ebuild,v 1.1 2008/08/16 05:05:56 vapier Exp $
-
-inherit autotools
-
-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 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="ldap"
-
-DEPEND="ldap? ( net-nds/openldap )"
-RDEPEND="${DEPEND}
- !net-fs/idmapd"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-0.19-getgrouplist.patch #169909
- eautoreconf
-}
-
-src_compile() {
- econf $(use_enable ldap) || die
- emake || die
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog NEWS README
-}