diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-06-06 07:13:43 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-06-06 07:13:43 +0000 |
commit | a7aff6b6808e25fa7652359c97263c11d8ff5a9e (patch) | |
tree | f26b660e6604dbe81be9efaacaf93113e2c94704 /media-tv/v4l-dvb-hg | |
parent | Linux-3.0 changes. (diff) | |
download | gentoo-2-a7aff6b6808e25fa7652359c97263c11d8ff5a9e.tar.gz gentoo-2-a7aff6b6808e25fa7652359c97263c11d8ff5a9e.tar.bz2 gentoo-2-a7aff6b6808e25fa7652359c97263c11d8ff5a9e.zip |
Linux-3.0 changes.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'media-tv/v4l-dvb-hg')
-rw-r--r-- | media-tv/v4l-dvb-hg/ChangeLog | 8 | ||||
-rw-r--r-- | media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r2.ebuild | 6 | ||||
-rw-r--r-- | media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r3.ebuild | 6 | ||||
-rw-r--r-- | media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r4.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/media-tv/v4l-dvb-hg/ChangeLog b/media-tv/v4l-dvb-hg/ChangeLog index 8035b6802c16..8e37716f3bf1 100644 --- a/media-tv/v4l-dvb-hg/ChangeLog +++ b/media-tv/v4l-dvb-hg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/v4l-dvb-hg -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-dvb-hg/ChangeLog,v 1.23 2010/12/01 17:54:13 hd_brummy Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-dvb-hg/ChangeLog,v 1.24 2011/06/06 07:13:43 robbat2 Exp $ + + 06 Jun 2011; Robin H. Johnson <robbat2@gentoo.org> v4l-dvb-hg-0.1-r2.ebuild, + v4l-dvb-hg-0.1-r3.ebuild, v4l-dvb-hg-0.1-r4.ebuild: + Linux-3.0 changes. 01 Dec 2010; Joerg Bornkessel <hd_brummy@gentoo.org> v4l-dvb-hg-0.1-r4.ebuild: diff --git a/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r2.ebuild b/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r2.ebuild index 338e231a85eb..8e845d6dae4d 100644 --- a/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r2.ebuild +++ b/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r2.ebuild,v 1.15 2008/05/21 13:30:44 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r2.ebuild,v 1.16 2011/06/06 07:13:43 robbat2 Exp $ : ${EHG_REPO_URI:=${V4L_DVB_HG_REPO_URI:-http://linuxtv.org/hg/v4l-dvb}} @@ -20,7 +20,7 @@ S="${WORKDIR}/${EHG_REPO_URI##*/}/v4l" pkg_setup() { linux-mod_pkg_setup - if [[ "${KV_MAJOR}.${KV_MINOR}" != "2.6" ]]; then + if ! kernel_is -ge 2 6; then ewarn "other Kernel than 2.6.x are not supported at the moment." die "unsupported Kernel (not 2.6.x)" fi diff --git a/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r3.ebuild b/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r3.ebuild index dc648a8669a3..a5e2c7ad4eff 100644 --- a/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r3.ebuild +++ b/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r3.ebuild,v 1.3 2009/11/18 19:39:51 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r3.ebuild,v 1.4 2011/06/06 07:13:43 robbat2 Exp $ : ${EHG_REPO_URI:=${V4L_DVB_HG_REPO_URI:-http://linuxtv.org/hg/v4l-dvb}} @@ -24,7 +24,7 @@ CONFIG_CHECK="!DVB_CORE !VIDEO_DEV" pkg_setup() { linux-mod_pkg_setup - if [[ "${KV_MAJOR}.${KV_MINOR}" != "2.6" ]]; then + if ! kernel_is -ge 2 6; then ewarn "other Kernel than 2.6.x are not supported at the moment." die "unsupported Kernel (not 2.6.x)" fi diff --git a/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r4.ebuild b/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r4.ebuild index 739d149c1235..2560f79c2b4d 100644 --- a/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r4.ebuild +++ b/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r4.ebuild,v 1.2 2010/12/01 17:54:13 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r4.ebuild,v 1.3 2011/06/06 07:13:43 robbat2 Exp $ : ${EHG_REPO_URI:=${V4L_DVB_HG_REPO_URI:-http://linuxtv.org/hg/v4l-dvb}} @@ -24,7 +24,7 @@ CONFIG_CHECK="!DVB_CORE !VIDEO_DEV" pkg_setup() { linux-mod_pkg_setup - if [[ "${KV_MAJOR}.${KV_MINOR}" != "2.6" ]]; then + if ! kernel_is -ge 2 6; then ewarn "other Kernel than 2.6.x are not supported at the moment." die "unsupported Kernel (not 2.6.x)" fi |