diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-17 17:36:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-17 17:36:08 +0000 |
commit | 33eb79b6287886575a247e7bdf0add608741bb5d (patch) | |
tree | bdaa46e8de08f580ebbbe93dc12089d6c5d90d96 /net-nds | |
parent | Move variable setting to src_unpack #254840 by Bruno. (diff) | |
download | historical-33eb79b6287886575a247e7bdf0add608741bb5d.tar.gz historical-33eb79b6287886575a247e7bdf0add608741bb5d.tar.bz2 historical-33eb79b6287886575a247e7bdf0add608741bb5d.zip |
old
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/rpcbind/rpcbind-0.1.4.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/net-nds/rpcbind/rpcbind-0.1.4.ebuild b/net-nds/rpcbind/rpcbind-0.1.4.ebuild deleted file mode 100644 index 007a5e0fba72..000000000000 --- a/net-nds/rpcbind/rpcbind-0.1.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.1.4.ebuild,v 1.1 2007/12/29 09:13:54 vapier Exp $ - -DESCRIPTION="portmap replacement which supports RPC over various protocols" -HOMEPAGE="http://nfsv4.bullopensource.org/doc/tirpc_rpcbind.php" -SRC_URI="http://nfsv4.bullopensource.org/tarballs/rpcbind/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="net-libs/libtirpc" - -src_unpack() { - unpack ${A} - cd "${S}" - # fix busted timestamps - find . -type f -print0 | xargs -0 touch -r . -} - -src_compile() { - econf --bindir=/sbin || die - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - doman man/rpc{bind,info}.8 - dodoc AUTHORS ChangeLog NEWS README - newinitd "${FILESDIR}"/rpcbind.initd rpcbind || die - newconfd "${FILESDIR}"/rpcbind.confd rpcbind || die -} |