diff options
author | 2008-02-13 09:53:09 +0000 | |
---|---|---|
committer | 2008-02-13 09:53:09 +0000 | |
commit | c5638ce583c995ce2526f805e7a9042615644a4b (patch) | |
tree | ad923ac697eedd6376da716f1dc7ac51aa818b09 /media-video/usb-pwcx/usb-pwcx-8.2.2.ebuild | |
parent | Removing usb-pwc-re, bug #209764 (diff) | |
download | gentoo-2-c5638ce583c995ce2526f805e7a9042615644a4b.tar.gz gentoo-2-c5638ce583c995ce2526f805e7a9042615644a4b.tar.bz2 gentoo-2-c5638ce583c995ce2526f805e7a9042615644a4b.zip |
If usb-pwc-re is dead usb-pwcx does not deserve to live. Bug #209764.
Diffstat (limited to 'media-video/usb-pwcx/usb-pwcx-8.2.2.ebuild')
-rw-r--r-- | media-video/usb-pwcx/usb-pwcx-8.2.2.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/media-video/usb-pwcx/usb-pwcx-8.2.2.ebuild b/media-video/usb-pwcx/usb-pwcx-8.2.2.ebuild deleted file mode 100644 index 4afbdb372881..000000000000 --- a/media-video/usb-pwcx/usb-pwcx-8.2.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/usb-pwcx/usb-pwcx-8.2.2.ebuild,v 1.15 2007/06/24 21:41:34 drac Exp $ - -inherit linux-info - -DESCRIPTION="Optional closed source drivers for phillips webcams to allow for higher resolutions and framerates " -HOMEPAGE="http://www.smcc.demon.nl/webcam/" -SRC_URI="http://www.smcc.demon.nl/webcam/usb-pwcx-8.2.2.tar.gz" - -LICENSE="freedist" -SLOT="0" -KEYWORDS="x86 -*" -IUSE="" - -DEPEND="" - -pkg_setup() { - if ! kernel_is 2 4; then - eerror "You need a newer version (or usb-pwc-re) for 2.6 kernels!" - die "This works only for 2.4 kernels" - fi -} - -src_install() { - insinto "/lib/modules/usb" - doins pwcx-i386.o - - insinto /etc/modules.d - doins "${FILESDIR}"/usb-pwcx - - dodoc install.html readme.html webcam.css -} - -pkg_postinst() { - if [ "${ROOT}" = "/" ] ; then - # Update module dependancy - [ -x /sbin/update-modules ] && /sbin/update-modules || /sbin/modules-update - fi -} |