diff options
author | 2005-03-09 07:58:41 +0000 | |
---|---|---|
committer | 2005-03-09 07:58:41 +0000 | |
commit | bef7720bef1444f52e5d85df0f8ac545fb3d4715 (patch) | |
tree | 6f2d12aa7fee6b792ed5fdca157f0029830c0b85 /media-video/spca50x | |
parent | gnome-2.10 release (diff) | |
download | gentoo-2-bef7720bef1444f52e5d85df0f8ac545fb3d4715.tar.gz gentoo-2-bef7720bef1444f52e5d85df0f8ac545fb3d4715.tar.bz2 gentoo-2-bef7720bef1444f52e5d85df0f8ac545fb3d4715.zip |
check-kernel -> linux-info
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-video/spca50x')
-rw-r--r-- | media-video/spca50x/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/spca50x/spca50x-0.30.ebuild | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/media-video/spca50x/ChangeLog b/media-video/spca50x/ChangeLog index 8ad3a6e81845..87ee9898d8f4 100644 --- a/media-video/spca50x/ChangeLog +++ b/media-video/spca50x/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/spca50x -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/spca50x/ChangeLog,v 1.6 2005/01/01 01:34:56 kingtaco Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/spca50x/ChangeLog,v 1.7 2005/03/09 07:58:41 phosphan Exp $ + + 09 Mar 2005; Patrick Kursawe <phosphan@gentoo.org> spca50x-0.30.ebuild: + Replacing check-kernel by linux-info 31 Dec 2004; Mike Doty <kingtaco@gentoo.org> metadata.xml: adopting diff --git a/media-video/spca50x/spca50x-0.30.ebuild b/media-video/spca50x/spca50x-0.30.ebuild index 9e2d40f2b845..e15dd75b2345 100644 --- a/media-video/spca50x/spca50x-0.30.ebuild +++ b/media-video/spca50x/spca50x-0.30.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/spca50x/spca50x-0.30.ebuild,v 1.5 2004/07/01 08:42:39 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/spca50x/spca50x-0.30.ebuild,v 1.6 2005/03/09 07:58:41 phosphan Exp $ -inherit check-kernel eutils +inherit linux-info eutils DESCRIPTION="Linux device driver for SPCA50X based USB cameras" HOMEPAGE="http://sourceforge.net/projects/spca50x/" @@ -16,9 +16,7 @@ DEPEND="virtual/libc virtual/linux-sources" pkg_setup() { - get_KV_info - einfo "Linux kernel ${KV_major}.${KV_minor}.${KV_micro}" - if is_2_5_kernel || is_2_6_kernel + if ! kernel_is 2 4 then eerror "This package only works with 2.4 kernels" eerror "Check /usr/src/linux if you _are_ using a 2.4 kernel" |