summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2008-02-13 09:48:31 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2008-02-13 09:48:31 +0000
commite2dd391b3e131468d9e1857cdd67843a3542ad35 (patch)
tree2f06fa9d932104d17c64604998fdc4e7538bed85 /media-video/usb-pwc-re/usb-pwc-re-20061023.042702-r1.ebuild
parentStable for HPPA. (diff)
downloadgentoo-2-e2dd391b3e131468d9e1857cdd67843a3542ad35.tar.gz
gentoo-2-e2dd391b3e131468d9e1857cdd67843a3542ad35.tar.bz2
gentoo-2-e2dd391b3e131468d9e1857cdd67843a3542ad35.zip
Removing usb-pwc-re, bug #209764
Diffstat (limited to 'media-video/usb-pwc-re/usb-pwc-re-20061023.042702-r1.ebuild')
-rw-r--r--media-video/usb-pwc-re/usb-pwc-re-20061023.042702-r1.ebuild59
1 files changed, 0 insertions, 59 deletions
diff --git a/media-video/usb-pwc-re/usb-pwc-re-20061023.042702-r1.ebuild b/media-video/usb-pwc-re/usb-pwc-re-20061023.042702-r1.ebuild
deleted file mode 100644
index 788a8fe2d005..000000000000
--- a/media-video/usb-pwc-re/usb-pwc-re-20061023.042702-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/usb-pwc-re/usb-pwc-re-20061023.042702-r1.ebuild,v 1.9 2008/02/13 09:29:55 phosphan Exp $
-
-inherit linux-mod eutils
-
-DESCRIPTION="Free Philips USB Webcam driver for Linux that supports VGA resolution, newer kernels and replaces the old pwcx module."
-HOMEPAGE="http://www.saillard.org/pwc/"
-MY_PV="${PV/./-}"
-SRC_URI="http://www.saillard.org/linux/pwc/snapshots/pwc-v4l2-${MY_PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 ~sparc x86"
-
-IUSE=""
-DEPEND="sys-kernel/linux-headers"
-RDEPEND=""
-
-# linux-mod variables
-BUILD_TARGETS="all"
-BUILD_PARAMS="KSRC=${KERNEL_DIR}"
-MODULE_NAMES="pwc(media/video:)"
-CONFIG_CHECK="USB VIDEO_V4L1_COMPAT !USB_PWC"
-ERROR_USB="${P} requires Host-side USB support (CONFIG_USB)."
-ERROR_USB_PWC="${P} requires the in-kernel version of the PWC driver to be disabled (CONFIG_USB_PWC)."
-ERROR_VIDEO_V4L1_COMPAT="{$P} requires support for the Video For Linux API 1 compatibility layer (CONFIG_VIDEO_V4L1_COMPAT)."
-
-S=${WORKDIR}/pwc-v4l2-${MY_PV}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/config.h.patch"
-}
-
-pkg_setup() {
- linux-mod_pkg_setup
- local msg
-
- if kernel_is 2 4; then
- msg="${P} does not support building against kernel 2.4.x"
- eerror $msg
- die $msg
- fi
- if kernel_is 2 6; then
- if [ "${KV_PATCH}" -ge 18 ] ; then
- msg="In kernel ${KV_FULL} this module is deprected by the builtin driver."
- eerror $msg
- die $msg
- fi
- fi
-}
-
-pkg_postinst() {
- linux-mod_pkg_postinst
-
- elog "If you have problems loading the module, please check the \"dmesg\" output."
-}