diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-03-09 07:58:41 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-03-09 07:58:41 +0000 |
commit | 27ad55c5818bf718e0c8f91e1be99dc9b4a4bb30 (patch) | |
tree | 7e2256d23ff69491392b786c0dcb9e12feea47d5 /media-video | |
parent | gnome-2.10 release (diff) | |
download | historical-27ad55c5818bf718e0c8f91e1be99dc9b4a4bb30.tar.gz historical-27ad55c5818bf718e0c8f91e1be99dc9b4a4bb30.tar.bz2 historical-27ad55c5818bf718e0c8f91e1be99dc9b4a4bb30.zip |
check-kernel -> linux-info
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/spca50x/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/spca50x/Manifest | 16 | ||||
-rw-r--r-- | media-video/spca50x/spca50x-0.30.ebuild | 10 |
3 files changed, 12 insertions, 21 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/Manifest b/media-video/spca50x/Manifest index f6ea46c5d6b1..c6fe046fafbb 100644 --- a/media-video/spca50x/Manifest +++ b/media-video/spca50x/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 151db172c9493157c71687a4c9f35abd ChangeLog 789 +MD5 3db67c1e7af388a92523f1bc6a54c898 ChangeLog 903 MD5 efeffbde29c22ca17eeb3a4c0d6032cb metadata.xml 222 -MD5 109674dddc89b0fb2a1f63ce188551ec spca50x-0.30.ebuild 1109 -MD5 a6035d449aa7f7e634a4895a657a1557 files/digest-spca50x-0.30 67 +MD5 23bef2447cd4dfca3a24f93cf9e704e5 spca50x-0.30.ebuild 1019 MD5 1232527e39e754c862301ea81cf447fd files/spca50x-0.30-gentoo.patch 354 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFB1f5J0K3RJaeXx6cRApbNAKCv3+bDIA2Kk1h3A4dyJ1OxfoiI3wCffZcL -x18Nge9QSoOKtA6+JhUx24w= -=nBFz ------END PGP SIGNATURE----- +MD5 a6035d449aa7f7e634a4895a657a1557 files/digest-spca50x-0.30 67 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" |