media-tv/gentoo-vdr-scripts: removed useless inherit eutils for eapi=6; removed usele...
authorJoerg Bornkessel <hd_brummy@gentoo.org>
Sun, 15 May 2016 23:31:42 +0000 (01:31 +0200)
committerJoerg Bornkessel <hd_brummy@gentoo.org>
Sun, 15 May 2016 23:31:42 +0000 (01:31 +0200)
Package-Manager: portage-2.2.28

media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild

index ba4f064d86fe10a5ff268970e88dd9b978e47689..a132d8273c38bcd9dc579f0cfe214ef9d1c528c6 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit eutils user
+inherit user
 
 DESCRIPTION="Scripts necessary for use of vdr as a set-top-box"
 HOMEPAGE="https://www.gentoo.org/"
@@ -32,14 +32,6 @@ pkg_setup() {
        enewuser vdr -1 /bin/bash "${VDR_HOME}" vdr,video,audio,cdrom
 }
 
-src_prepare() {
-       # moved into own package
-       sed -e '/SUBDIRS =/s# bin # #' -i usr/Makefile
-       sed -e '/all:/s#compile##' -i Makefile
-
-       eapply_user
-}
-
 src_install() {
        local DOCS=( README* TODO ChangeLog )