Package-Manager: Portage-2.3.40, Repoman-2.3.9
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=6
DESCRIPTION="howto write linux device drivers (updated for Linux 2.4)"
HOMEPAGE="http://www.oreilly.com/catalog/linuxdrive2/"
src_install() {
insinto /usr/share/doc/${PF}
- doins *.pdf || die "pdfs"
+ doins *.pdf
insinto /usr/share/doc/${PF}/samples
- doins -r ldd2-samples-*/* || die "samples"
+ doins -r ldd2-samples-*/*
}
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=6
DESCRIPTION="howto write linux device drivers (updated for Linux 2.6)"
HOMEPAGE="http://www.oreilly.com/catalog/linuxdrive3/ http://lwn.net/Kernel/LDD3/"
src_install() {
insinto /usr/share/doc/${PF}
- doins ldd3_pdf/*.pdf || die "pdfs"
+ doins ldd3_pdf/*.pdf
insinto /usr/share/doc/${PF}/examples
- doins -r examples/* || die "examples"
+ doins -r examples/*
}