Closes: https://bugs.gentoo.org/697186
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
DESCRIPTION="NetWinder ARM bootloader and utilities"
HOMEPAGE="http://www.netwinder.org/"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* arm"
-IUSE=""
RESTRICT="mirror bindist"
S=${WORKDIR}
+QA_PREBUILT="
+ /sbin/flashwrite
+ /usr/sbin/logowrite
+ /usr/sbin/logoread"
+QA_PRESTRIPPED="${QA_PREBUILT}"
+
src_install() {
- cp -r "${S}"/* "${D}"/ || die "install failed"
- cd "${D}"/usr
- mkdir share
- mv man share
+ doman usr/man/man8/flashwrite.8
+ rm -r usr/man || die
+
+ insinto /
+ doins -r .
}