diff options
author | Mike Doty <kingtaco@gentoo.org> | 2006-05-30 18:56:00 +0000 |
---|---|---|
committer | Mike Doty <kingtaco@gentoo.org> | 2006-05-30 18:56:00 +0000 |
commit | 00670cae4ba896830bc025cdae4bbdd1bf9a1e70 (patch) | |
tree | 2fbe5162fac0631c8e72be9ad6470114572c8266 /media-video/spca5xx | |
parent | fixed broken encoding in ChangeLog (diff) | |
download | gentoo-2-00670cae4ba896830bc025cdae4bbdd1bf9a1e70.tar.gz gentoo-2-00670cae4ba896830bc025cdae4bbdd1bf9a1e70.tar.bz2 gentoo-2-00670cae4ba896830bc025cdae4bbdd1bf9a1e70.zip |
ebuild enhancements from genstef
(Portage version: 2.1_rc2-r3)
Diffstat (limited to 'media-video/spca5xx')
-rw-r--r-- | media-video/spca5xx/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/spca5xx/spca5xx-20060501.ebuild | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/media-video/spca5xx/ChangeLog b/media-video/spca5xx/ChangeLog index 50bc9b5fb42e..5de40766a54d 100644 --- a/media-video/spca5xx/ChangeLog +++ b/media-video/spca5xx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/spca5xx # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/ChangeLog,v 1.22 2006/05/30 18:36:59 kingtaco Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/ChangeLog,v 1.23 2006/05/30 18:56:00 kingtaco Exp $ + + 30 May 2006; Mike Doty <kingtaco@gentoo.org> spca5xx-20060501.ebuild: + ebuild enhancements from genstef *spca5xx-20060501 (30 May 2006) diff --git a/media-video/spca5xx/spca5xx-20060501.ebuild b/media-video/spca5xx/spca5xx-20060501.ebuild index 165bc2e9f47e..ace9e3a5057d 100644 --- a/media-video/spca5xx/spca5xx-20060501.ebuild +++ b/media-video/spca5xx/spca5xx-20060501.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20060501.ebuild,v 1.1 2006/05/30 18:36:59 kingtaco Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20060501.ebuild,v 1.2 2006/05/30 18:56:00 kingtaco Exp $ inherit linux-mod @@ -16,8 +16,13 @@ DEPEND="" RDEPEND="" MODULE_NAMES="spca5xx(usb/video:)" -BUILD_PARAMS="KERNELDIR=${KV_DIR}" BUILD_TARGETS="default" +CONFIG_CHECK="VIDEO_DEV" + +pkg_setup() { + linux-mod_pkg_setup + BUILD_PARAMS="KERNELDIR=${KV_DIR}" +} src_unpack() { unpack ${A} |