summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2015-11-29 08:29:52 +0100
committerMartin Väth <martin@mvath.de>2015-11-29 08:29:52 +0100
commit08d759cd0d30319dad072e50db3a50f77be89acf (patch)
tree6de0b848ddfbf7abd05fb47b8bdd1c2edcdab701 /media-tv/sundtek-tv
parentapp-shells/zshrc-mv: Version bump (diff)
downloadmv-08d759cd0d30319dad072e50db3a50f77be89acf.tar.gz
mv-08d759cd0d30319dad072e50db3a50f77be89acf.tar.bz2
mv-08d759cd0d30319dad072e50db3a50f77be89acf.zip
Bump to EAPI=6
Diffstat (limited to 'media-tv/sundtek-tv')
-rw-r--r--media-tv/sundtek-tv/Manifest2
-rw-r--r--media-tv/sundtek-tv/sundtek-tv-151010.162411-r1.ebuild11
2 files changed, 8 insertions, 5 deletions
diff --git a/media-tv/sundtek-tv/Manifest b/media-tv/sundtek-tv/Manifest
index d339f2fc..a10a35b4 100644
--- a/media-tv/sundtek-tv/Manifest
+++ b/media-tv/sundtek-tv/Manifest
@@ -1 +1 @@
-DIST sundtek_installer_151010.162411.sh 29788319 SHA256 a8a7649907b7bb3021358f5ec88b36750f7c6ca8bb0c7cab85f1f36b34f91658 SHA512 298328b3da60cfd96ac5954c1b0f5f206abf3f0bb629c73e7bc7bf382e0babce8881094515c63aee04e3810364b5b01d477dfb47c8e2f164e85cdc8815efd81f WHIRLPOOL 16982e2cc247fc3476eebdba55f607135eb43cbe84232069ff07a2034b922293eb2f005cfe1f1a95165e478c4e1edab46992b14c905006dabfe1b190aa2a6990
+DIST sundtek_installer_151010.162411.sh 29788319 SHA256 a8a7649907b7bb3021358f5ec88b36750f7c6ca8bb0c7cab85f1f36b34f91658
diff --git a/media-tv/sundtek-tv/sundtek-tv-151010.162411-r1.ebuild b/media-tv/sundtek-tv/sundtek-tv-151010.162411-r1.ebuild
index 26d24798..53f227d6 100644
--- a/media-tv/sundtek-tv/sundtek-tv-151010.162411-r1.ebuild
+++ b/media-tv/sundtek-tv/sundtek-tv-151010.162411-r1.ebuild
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-inherit eutils linux-info pax-utils readme.gentoo systemd unpacker
+EAPI=6
+inherit linux-info pax-utils readme.gentoo systemd unpacker
# The following variable is only for testing purposes. Leave it to "false"
keep_original=false
@@ -28,7 +28,9 @@ DOC_CONTENTS="To initialize sundtek drivers during booting call
You will probably need to adapt sundtek-local.service to your defaults
"
-QA_PREBUILT="opt/bin/* opt/bin/*/* usr/$(get_libdir)/* usr/share/doc/*/*/*"
+pkg_setup() {
+ QA_PREBUILT="opt/bin/* opt/bin/*/* usr/$(get_libdir)/* usr/share/doc/*/*/*"
+}
src_unpack() {
local subdir a
@@ -141,7 +143,7 @@ want to use with sundtek-tv.
"
ln -sfn mediaclient.video mediaclient.audio
ln -sfn mediaclient.video mediaclient.dvb
- epatch_user
+ eapply_user
}
src_install() {
@@ -187,4 +189,5 @@ pkg_postinst() {
else elog "You need to set LD_PRELOAD locally, see /usr/share/doc/${PF}/README.gentoo*"
fi
fi
+ readme.gentoo_print_elog
}