Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 249811
Collapse All | Expand All

(-)rpcbind-0.1.4.ebuild (-1 / +7 lines)
Lines 2-10 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.1.4.ebuild,v 1.1 2007/12/29 09:13:54 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.1.4.ebuild,v 1.1 2007/12/29 09:13:54 vapier Exp $
4
4
5
inherit versionator
6
7
MY_PV=$(replace_version_separator 3 '-')
8
MY_P=${PN}-${MY_PV}
9
S=${WORKDIR}/${MY_P}
10
5
DESCRIPTION="portmap replacement which supports RPC over various protocols"
11
DESCRIPTION="portmap replacement which supports RPC over various protocols"
6
HOMEPAGE="http://nfsv4.bullopensource.org/doc/tirpc_rpcbind.php"
12
HOMEPAGE="http://nfsv4.bullopensource.org/doc/tirpc_rpcbind.php"
7
SRC_URI="http://nfsv4.bullopensource.org/tarballs/rpcbind/${P}.tar.bz2"
13
SRC_URI="http://nfsv4.bullopensource.org/tarballs/rpcbind/${MY_P}.tar.bz2"
8
14
9
LICENSE="GPL-2"
15
LICENSE="GPL-2"
10
SLOT="0"
16
SLOT="0"

Return to bug 249811