summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Doty <kingtaco@gentoo.org>2005-02-14 14:43:31 +0000
committerMike Doty <kingtaco@gentoo.org>2005-02-14 14:43:31 +0000
commitf13078deb1c69c8f4a95a996416600adf613c749 (patch)
tree13e0266a9e4475d6cef14dbc056051bce5aad3ec /media-video/spca5xx
parentRemove mask on amarok. (diff)
downloadgentoo-2-f13078deb1c69c8f4a95a996416600adf613c749.tar.gz
gentoo-2-f13078deb1c69c8f4a95a996416600adf613c749.tar.bz2
gentoo-2-f13078deb1c69c8f4a95a996416600adf613c749.zip
version bump. closes bug 81873
(Portage version: 2.0.51-r15)
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-200502061
-rw-r--r--media-video/spca5xx/spca5xx-20050206.ebuild34
4 files changed, 43 insertions, 11 deletions
diff --git a/media-video/spca5xx/ChangeLog b/media-video/spca5xx/ChangeLog
index 7ef9c3f83dc2..020b75541a12 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.3 2005/02/05 19:39:01 kingtaco Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/ChangeLog,v 1.4 2005/02/14 14:43:31 kingtaco Exp $
+
+*spca5xx-20050206 (14 Feb 2005)
+
+ 14 Feb 2005; Mike Doty <kingtaco@gentoo.org> +spca5xx-20050206.ebuild:
+ version bump. bug 81873
*spca5xx-20050116 (05 Feb 2005)
diff --git a/media-video/spca5xx/Manifest b/media-video/spca5xx/Manifest
index feb56cf0cc4f..0b3400f54a9e 100644
--- a/media-video/spca5xx/Manifest
+++ b/media-video/spca5xx/Manifest
@@ -1,18 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 3ae0d4329363540bf3701319a3fbd75f spca5xx-20041224.ebuild 761
MD5 334e4f71306cef3c0456b8ba59bbbfe8 metadata.xml 224
MD5 dd972938a6774dd45ee0b1dd7c27aed5 ChangeLog 335
MD5 d4a581acddc51b917c11ce364888e0dc spca5xx-20050109.ebuild 763
MD5 2e9751c7875ff7f98e98b587462dfe73 spca5xx-20050116.ebuild 763
+MD5 2e9751c7875ff7f98e98b587462dfe73 spca5xx-20050206.ebuild 763
MD5 c4d8ea87a30b78a071254dd874d04354 files/digest-spca5xx-20041224 68
MD5 692a0c62302943113f33304348af5118 files/digest-spca5xx-20050109 68
MD5 ffa5b654bbfb968b689205dd9821b76a files/digest-spca5xx-20050116 68
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFCBSGU0K3RJaeXx6cRAg3LAJ9dxCMmGQx/kGf9r/S/IKhc6/3YvACfaSVu
-AAmOPGDWRSppR0hqfZrbjt0=
-=lzdS
------END PGP SIGNATURE-----
+MD5 301ec7b211bcc85fdbd984e299f49a9e files/digest-spca5xx-20050206 68
diff --git a/media-video/spca5xx/files/digest-spca5xx-20050206 b/media-video/spca5xx/files/digest-spca5xx-20050206
new file mode 100644
index 000000000000..57ec13392472
--- /dev/null
+++ b/media-video/spca5xx/files/digest-spca5xx-20050206
@@ -0,0 +1 @@
+MD5 309b55f83238147ce2d0ff82961f1ce9 spca5xx-20050206.tar.gz 147019
diff --git a/media-video/spca5xx/spca5xx-20050206.ebuild b/media-video/spca5xx/spca5xx-20050206.ebuild
new file mode 100644
index 000000000000..e5236af8e7b1
--- /dev/null
+++ b/media-video/spca5xx/spca5xx-20050206.ebuild
@@ -0,0 +1,34 @@
+# 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-20050206.ebuild,v 1.1 2005/02/14 14:43: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