--- rpcbind-0.1.4.ebuild 2008-12-04 17:26:36.000000000 +0100 +++ rpcbind-0.1.5.1.ebuild 2008-12-04 17:31:51.000000000 +0100 @@ -2,9 +2,15 @@ # 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 $ +inherit versionator + +MY_PV=$(replace_version_separator 3 '-') +MY_P=${PN}-${MY_PV} +S=${WORKDIR}/${MY_P} + 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" +SRC_URI="http://nfsv4.bullopensource.org/tarballs/rpcbind/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0"