app-doc/linux-device-drivers: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 19:32:58 +0000 (15:32 -0400)
committerAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 22:36:58 +0000 (18:36 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-doc/linux-device-drivers/linux-device-drivers-2.ebuild
app-doc/linux-device-drivers/linux-device-drivers-3.ebuild

index bfd14f38cc43944409aa6facb24f958356ac053b..54900698a63705e0e6c3721ea771dca7ba721955 100644 (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-*/*
 }
index 60920ab46d5d4840383eced5504b1835547f5aed..bb2198f12426e08df2ee2d28724e30bfedf2f22f 100644 (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/*
 }