summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Doty <kingtaco@gentoo.org>2005-02-05 19:39:01 +0000
committerMike Doty <kingtaco@gentoo.org>2005-02-05 19:39:01 +0000
commit4e314c2da6b6d946646472af36d65ceb0678d8f1 (patch)
treef4054b825d14c19c20365cc1a2600e15147a2cc0 /media-video/spca5xx
parentadd dep on new ebuild networkstatus (diff)
downloadgentoo-2-4e314c2da6b6d946646472af36d65ceb0678d8f1.tar.gz
gentoo-2-4e314c2da6b6d946646472af36d65ceb0678d8f1.tar.bz2
gentoo-2-4e314c2da6b6d946646472af36d65ceb0678d8f1.zip
version bump
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-video/spca5xx')
-rw-r--r--media-video/spca5xx/ChangeLog12
-rw-r--r--media-video/spca5xx/Manifest12
-rw-r--r--media-video/spca5xx/files/digest-spca5xx-200501161
-rw-r--r--media-video/spca5xx/spca5xx-20050116.ebuild34
4 files changed, 41 insertions, 18 deletions
diff --git a/media-video/spca5xx/ChangeLog b/media-video/spca5xx/ChangeLog
index af1b70c2ff1f..7ef9c3f83dc2 100644
--- a/media-video/spca5xx/ChangeLog
+++ b/media-video/spca5xx/ChangeLog
@@ -1,13 +1,9 @@
# 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.2 2005/02/05 02:23:31 kingtaco Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/ChangeLog,v 1.3 2005/02/05 19:39:01 kingtaco Exp $
-*spca5xx-20050109 (04 Feb 2005)
+*spca5xx-20050116 (05 Feb 2005)
- 04 Feb 2005; Mike Doty <kingtaco@gentoo.org> spca5xx-20041224.ebuild,
- +spca5xx-20050109.ebuild:
- 20041224 stable on amd64. 20050109 marked testing for x86 and amd64
-
- 25 Dec 2004; Mike Doty <kingtaco@gentoo.org> :
- Initial import
+ 05 Feb 2005; Mike Doty <kingtaco@gentoo.org> +spca5xx-20050116.ebuild:
+ version bump
diff --git a/media-video/spca5xx/Manifest b/media-video/spca5xx/Manifest
index 28777890c614..a574b61bd2e8 100644
--- a/media-video/spca5xx/Manifest
+++ b/media-video/spca5xx/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 3ae0d4329363540bf3701319a3fbd75f spca5xx-20041224.ebuild 761
MD5 334e4f71306cef3c0456b8ba59bbbfe8 metadata.xml 224
MD5 b5144b78115beca30939b4fde403684a ChangeLog 485
MD5 d4a581acddc51b917c11ce364888e0dc spca5xx-20050109.ebuild 763
+MD5 d4a581acddc51b917c11ce364888e0dc spca5xx-20050116.ebuild 763
MD5 c4d8ea87a30b78a071254dd874d04354 files/digest-spca5xx-20041224 68
MD5 692a0c62302943113f33304348af5118 files/digest-spca5xx-20050109 68
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFCBC4t0K3RJaeXx6cRAtZbAKCz64QNalncU08lmr83g2BEQFHx9gCgtv7k
-FFvIVbadoUgiPd9cvaB/LpY=
-=e/1W
------END PGP SIGNATURE-----
+MD5 ffa5b654bbfb968b689205dd9821b76a files/digest-spca5xx-20050116 68
diff --git a/media-video/spca5xx/files/digest-spca5xx-20050116 b/media-video/spca5xx/files/digest-spca5xx-20050116
new file mode 100644
index 000000000000..30dac671f7f2
--- /dev/null
+++ b/media-video/spca5xx/files/digest-spca5xx-20050116
@@ -0,0 +1 @@
+MD5 3957de1e481b4ee3c18d6f7e8e971b09 spca5xx-20050116.tar.gz 147535
diff --git a/media-video/spca5xx/spca5xx-20050116.ebuild b/media-video/spca5xx/spca5xx-20050116.ebuild
new file mode 100644
index 000000000000..2e3b8e29cdeb
--- /dev/null
+++ b/media-video/spca5xx/spca5xx-20050116.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-20050116.ebuild,v 1.1 2005/02/05 19:39:01 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