summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2014-05-12 22:00:25 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:49:10 +0200
commita70b05cab88cedc9d04f1b47cc7152abd20d00e9 (patch)
treeb18169b69f336d4a9d10102a48f873b9e0d88028 /media-tv/sundtek-tv
parentLet sundtek-tv use versioned tarballs. Thanks to the sundtek support (diff)
downloadmv-a70b05cab88cedc9d04f1b47cc7152abd20d00e9.tar.gz
mv-a70b05cab88cedc9d04f1b47cc7152abd20d00e9.tar.bz2
mv-a70b05cab88cedc9d04f1b47cc7152abd20d00e9.zip
sundtek-tv: check for INPUT_UINPUT
Diffstat (limited to 'media-tv/sundtek-tv')
-rw-r--r--media-tv/sundtek-tv/ChangeLog5
-rw-r--r--media-tv/sundtek-tv/sundtek-tv-140510.143826-r1.ebuild (renamed from media-tv/sundtek-tv/sundtek-tv-140510.143826.ebuild)10
2 files changed, 13 insertions, 2 deletions
diff --git a/media-tv/sundtek-tv/ChangeLog b/media-tv/sundtek-tv/ChangeLog
index 6d11e1c9..aa90fc59 100644
--- a/media-tv/sundtek-tv/ChangeLog
+++ b/media-tv/sundtek-tv/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*sundtek-tv-20140510.143826-r1 (12 May 2014)
+
+ 12 May 2014; Martin Väth <martin@mvath.de>:
+ Add check for INPUT_UINPUT ball. Thanks again to the Sundtek support!
+
*sundtek-tv-20140510.143826 (11 May 2014)
11 May 2014; Martin Väth <martin@mvath.de>:
diff --git a/media-tv/sundtek-tv/sundtek-tv-140510.143826.ebuild b/media-tv/sundtek-tv/sundtek-tv-140510.143826-r1.ebuild
index 0f67b52d..76556af7 100644
--- a/media-tv/sundtek-tv/sundtek-tv-140510.143826.ebuild
+++ b/media-tv/sundtek-tv/sundtek-tv-140510.143826-r1.ebuild
@@ -3,16 +3,17 @@
# $Header: $
EAPI=5
-inherit eutils pax-utils readme.gentoo systemd unpacker
+inherit eutils linux-info pax-utils readme.gentoo systemd unpacker
# The following variable is only for testing purposes. Leave it to "false"
keep_original=false
DESCRIPTION="Sundtek MediaTV Pro III Drivers"
HOMEPAGE="http://support.sundtek.com/index.php/topic,2.0.html"
+# Current version number can be found in http://sundtek.de/media/latest.phtml
SRC_URI="http://www.sundtek.de/media/sundtek_installer_${PV}.sh"
-RESTRICT="mirror"
+RESTRICT="mirror strip"
LICENSE="sundtek"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
@@ -138,6 +139,11 @@ src_install() {
readme.gentoo_create_doc
}
+pkg_pretend() {
+ local CONFIG_CHECK="~INPUT_UINPUT"
+ check_extra_config
+}
+
pkg_postinst() {
einfo "Adding root to the audio group"
usermod -aG audio root || {