summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Doty <kingtaco@gentoo.org>2005-03-10 14:59:19 +0000
committerMike Doty <kingtaco@gentoo.org>2005-03-10 14:59:19 +0000
commitff3f6a167d6c886e97e499fab13e8e961c91e953 (patch)
tree70ebc08087f55edb7ac35b40c83242e5fe8ae290 /media-video/spca5xx
parentRemove old ebuild. (diff)
downloadgentoo-2-ff3f6a167d6c886e97e499fab13e8e961c91e953.tar.gz
gentoo-2-ff3f6a167d6c886e97e499fab13e8e961c91e953.tar.bz2
gentoo-2-ff3f6a167d6c886e97e499fab13e8e961c91e953.zip
version bump
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-video/spca5xx')
-rw-r--r--media-video/spca5xx/ChangeLog7
-rw-r--r--media-video/spca5xx/Manifest12
-rw-r--r--media-video/spca5xx/files/digest-spca5xx-200503011
-rw-r--r--media-video/spca5xx/spca5xx-20050301.ebuild35
4 files changed, 44 insertions, 11 deletions
diff --git a/media-video/spca5xx/ChangeLog b/media-video/spca5xx/ChangeLog
index 020b75541a12..7b293c95316d 100644
--- a/media-video/spca5xx/ChangeLog
+++ b/media-video/spca5xx/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/spca5xx
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/ChangeLog,v 1.4 2005/02/14 14:43:31 kingtaco Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/ChangeLog,v 1.5 2005/03/10 14:59:19 kingtaco Exp $
+
+*spca5xx-20050301 (10 Mar 2005)
+
+ 10 Mar 2005; Mike Doty <kingtaco@gentoo.org> +spca5xx-20050301.ebuild:
+ version bump
*spca5xx-20050206 (14 Feb 2005)
diff --git a/media-video/spca5xx/Manifest b/media-video/spca5xx/Manifest
index f4c3451281f3..fe26dbfa0c67 100644
--- a/media-video/spca5xx/Manifest
+++ b/media-video/spca5xx/Manifest
@@ -1,20 +1,12 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 3ae0d4329363540bf3701319a3fbd75f spca5xx-20041224.ebuild 761
MD5 334e4f71306cef3c0456b8ba59bbbfe8 metadata.xml 224
MD5 0b67568ab2c9e3cdee923d55c06ce0d1 ChangeLog 469
MD5 d4a581acddc51b917c11ce364888e0dc spca5xx-20050109.ebuild 763
MD5 2e9751c7875ff7f98e98b587462dfe73 spca5xx-20050116.ebuild 763
MD5 91dc9297c041b0330a7213c94805cba1 spca5xx-20050206.ebuild 763
+MD5 72633f1507134d54f6399857d67cc7a3 spca5xx-20050301.ebuild 840
MD5 c4d8ea87a30b78a071254dd874d04354 files/digest-spca5xx-20041224 68
MD5 692a0c62302943113f33304348af5118 files/digest-spca5xx-20050109 68
MD5 ffa5b654bbfb968b689205dd9821b76a files/digest-spca5xx-20050116 68
MD5 301ec7b211bcc85fdbd984e299f49a9e files/digest-spca5xx-20050206 68
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFCELkj0K3RJaeXx6cRAhgNAKCcN/ZJLvezeeBEyUc82wO5P53naACgsP1y
-QF3e97BbMM7hi68JZHV7MF4=
-=0OZA
------END PGP SIGNATURE-----
+MD5 72ed2cd33f5c0b745cbb7cfd30aa7326 files/digest-spca5xx-20050301 68
diff --git a/media-video/spca5xx/files/digest-spca5xx-20050301 b/media-video/spca5xx/files/digest-spca5xx-20050301
new file mode 100644
index 000000000000..c8de3058ff23
--- /dev/null
+++ b/media-video/spca5xx/files/digest-spca5xx-20050301
@@ -0,0 +1 @@
+MD5 e8520b860b39b554672d24bdeb7751e6 spca5xx-20050301.tar.gz 145704
diff --git a/media-video/spca5xx/spca5xx-20050301.ebuild b/media-video/spca5xx/spca5xx-20050301.ebuild
new file mode 100644
index 000000000000..dac25cd38161
--- /dev/null
+++ b/media-video/spca5xx/spca5xx-20050301.ebuild
@@ -0,0 +1,35 @@
+# 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-20050301.ebuild,v 1.1 2005/03/10 14:59:19 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="spca5xx(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
+ ewarn "Warning: The module name has been changed from spca50x to spca5xx."
+} \ No newline at end of file