Apply necessary changes to `iputils-
99999999.patch` that are not needed
in `iputils-
20160308.ebuild` from which it was copied.
* Don't use `S` variable when `PV=
99999999`
* Quote variables to make `repoman -d full` happy
* Reflect the rename of `INSTALL` to `INSTALL.md`
REQUIRED_USE="ipv6? ( ssl? ( ^^ ( gcrypt nettle openssl ) ) )"
-S=${WORKDIR}/${PN}-s${PV}
+[ "${PV}" = "99999999" ] || S="${WORKDIR}/${PN}-s${PV}"
PATCHES=(
"${FILESDIR}/021109-uclibc-no-ether_ntohost.patch"
newconfd "${FILESDIR}"/rarpd.conf.d rarpd
fi
- dodoc INSTALL RELNOTES
+ dodoc INSTALL.md RELNOTES
use doc && dohtml doc/*.html
}