mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-doc/linux-device-drivers: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -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-*/*
|
||||
}
|
||||
|
||||
@@ -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/*
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user