summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2009-03-03 16:48:58 +0000
committerSteve Dibb <beandog@gentoo.org>2009-03-03 16:48:58 +0000
commit92425d371b05c7825d3ced371e53a39f78a4c3c7 (patch)
treec1fb10e4b7b66c16014d4ff02eca21bc3fd8e837 /media-tv
parentRemmove old kernel check, bug 254172; stable on arches (diff)
downloadgentoo-2-92425d371b05c7825d3ced371e53a39f78a4c3c7.tar.gz
gentoo-2-92425d371b05c7825d3ced371e53a39f78a4c3c7.tar.bz2
gentoo-2-92425d371b05c7825d3ced371e53a39f78a4c3c7.zip
Update description; update eerror on wrong kernel version
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/ivtv-utils/ChangeLog5
-rw-r--r--media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/media-tv/ivtv-utils/ChangeLog b/media-tv/ivtv-utils/ChangeLog
index 226bb14916de..89ceccbbbc3d 100644
--- a/media-tv/ivtv-utils/ChangeLog
+++ b/media-tv/ivtv-utils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-tv/ivtv-utils
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-utils/ChangeLog,v 1.4 2009/03/03 16:46:58 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-utils/ChangeLog,v 1.5 2009/03/03 16:48:58 beandog Exp $
+
+ 03 Mar 2009; Steve Dibb <beandog@gentoo.org> ivtv-utils-1.3.0-r1.ebuild:
+ Update description; update eerror on wrong kernel version
03 Mar 2009; Steve Dibb <beandog@gentoo.org> ivtv-utils-1.3.0-r1.ebuild:
Remmove old kernel check, bug 254172; stable on arches
diff --git a/media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild b/media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild
index 95ce357f9395..afcb15138cf5 100644
--- a/media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild
+++ b/media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild,v 1.2 2009/03/03 16:46:58 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild,v 1.3 2009/03/03 16:48:58 beandog Exp $
inherit eutils linux-mod
-DESCRIPTION="ivtv driver for Hauppauge PVR PCI cards"
+DESCRIPTION="IVTV utilities for Hauppauge PVR PCI cards"
HOMEPAGE="http://www.ivtvdriver.org"
SRC_URI="http://dl.ivtvdriver.org/ivtv/archive/1.3.x/${P}.tar.gz"
SLOT="0"
@@ -35,8 +35,8 @@ pkg_setup() {
eerror "IVTV driver shipping with kernel 2.6.26 and higher"
eerror ""
eerror "You will need to either:"
- eerror "a) emerge a different kernel"
- eerror "b) emerge ivtv"
+ eerror "a) emerge a 2.6.26.x or higher kernel"
+ eerror "b) emerge media-tv/ivtv"
eerror ""
eerror "See http://ivtvdriver.org/ for more information"
die "This only works on 2.6.26 and newer kernels"