summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Doty <kingtaco@gentoo.org>2006-04-14 15:54:11 +0000
committerMike Doty <kingtaco@gentoo.org>2006-04-14 15:54:11 +0000
commit177cbe9cc4ef9efa7eee5aa3aa2f1906b5e9f4dc (patch)
tree949079803bc47e089ba129f99e87afb6ab636aed /media-video/spca5xx/spca5xx-20041224.ebuild
parentAdded missing rman to DEPEND, see bug #129881. (diff)
downloadgentoo-2-177cbe9cc4ef9efa7eee5aa3aa2f1906b5e9f4dc.tar.gz
gentoo-2-177cbe9cc4ef9efa7eee5aa3aa2f1906b5e9f4dc.tar.bz2
gentoo-2-177cbe9cc4ef9efa7eee5aa3aa2f1906b5e9f4dc.zip
version bump, #129722. removed old versions. 20060301 stable on x86 and amd64
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'media-video/spca5xx/spca5xx-20041224.ebuild')
-rw-r--r--media-video/spca5xx/spca5xx-20041224.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/media-video/spca5xx/spca5xx-20041224.ebuild b/media-video/spca5xx/spca5xx-20041224.ebuild
deleted file mode 100644
index dffa31aa0c69..000000000000
--- a/media-video/spca5xx/spca5xx-20041224.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20041224.ebuild,v 1.2 2005/02/05 02:23:31 kingtaco Exp $
-
-inherit linux-mod
-
-DESCRIPTION="spca5xx driver for webcams."
-HOMEPAGE="http://spca50x.sourceforge.net/spca50x.php"
-SRC_URI="http://mxhaard.free.fr/spca50x/Download/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE=""
-RESTRICT=""
-DEPEND=""
-RDEPEND=""
-
-MODULE_NAMES="spca50x(usb/video:)"
-BUILD_PARAMS="KERNELDIR=${KV_DIR}"
-BUILD_TARGETS="default"
-
-src_unpack() {
- unpack ${A}
- convert_to_m ${S}/Makefile
-}
-
-src_compile() {
- linux-mod_src_compile
-}
-
-src_install() {
- dodoc CHANGELOG INSTALL README
- linux-mod_src_install
-} \ No newline at end of file