app-doc/linux-device-drivers: bump EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Aaron Bauman
2018-06-02 15:32:58 -04:00
parent dd1364fdfb
commit c87f85e972
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# 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/"
@@ -20,7 +20,7 @@ S=${WORKDIR}
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-*/*
}

View File

@@ -1,7 +1,7 @@
# 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/"
@@ -23,7 +23,7 @@ S=${WORKDIR}
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/*
}