diff options
author | Mike Doty <kingtaco@gentoo.org> | 2006-05-30 18:36:59 +0000 |
---|---|---|
committer | Mike Doty <kingtaco@gentoo.org> | 2006-05-30 18:36:59 +0000 |
commit | d4c25412e381fadb5655a12e499a419391fd0ef4 (patch) | |
tree | fc1d9da5ad6e0005bfecbbcf4ca38913b405bcb2 /media-video/spca5xx | |
parent | Take over maintainership. Remove vulnerable version. (diff) | |
download | gentoo-2-d4c25412e381fadb5655a12e499a419391fd0ef4.tar.gz gentoo-2-d4c25412e381fadb5655a12e499a419391fd0ef4.tar.bz2 gentoo-2-d4c25412e381fadb5655a12e499a419391fd0ef4.zip |
version bump, bug 134396
(Portage version: 2.1_rc2-r3)
Diffstat (limited to 'media-video/spca5xx')
-rw-r--r-- | media-video/spca5xx/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/spca5xx/files/digest-spca5xx-20060501 | 3 | ||||
-rw-r--r-- | media-video/spca5xx/spca5xx-20060501.ebuild | 30 |
3 files changed, 39 insertions, 1 deletions
diff --git a/media-video/spca5xx/ChangeLog b/media-video/spca5xx/ChangeLog index 39fca64c194a..50bc9b5fb42e 100644 --- a/media-video/spca5xx/ChangeLog +++ b/media-video/spca5xx/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/spca5xx # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/ChangeLog,v 1.21 2006/04/14 15:54:11 kingtaco Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/ChangeLog,v 1.22 2006/05/30 18:36:59 kingtaco Exp $ + +*spca5xx-20060501 (30 May 2006) + + 30 May 2006; Mike Doty <kingtaco@gentoo.org> +spca5xx-20060501.ebuild: + version bump, bug 134396 *spca5xx-20060402 (14 Apr 2006) diff --git a/media-video/spca5xx/files/digest-spca5xx-20060501 b/media-video/spca5xx/files/digest-spca5xx-20060501 new file mode 100644 index 000000000000..7700fdc72b15 --- /dev/null +++ b/media-video/spca5xx/files/digest-spca5xx-20060501 @@ -0,0 +1,3 @@ +MD5 8fcec25715aea10f9ebec5728c37e752 spca5xx-20060501.tar.gz 192817 +RMD160 68997c92f29f4abf7487bd6d80662738aadb6471 spca5xx-20060501.tar.gz 192817 +SHA256 b8049142742cc81bc945aadefb40d173aeb447e428ec62a93e781032ea9b40c2 spca5xx-20060501.tar.gz 192817 diff --git a/media-video/spca5xx/spca5xx-20060501.ebuild b/media-video/spca5xx/spca5xx-20060501.ebuild new file mode 100644 index 000000000000..165bc2e9f47e --- /dev/null +++ b/media-video/spca5xx/spca5xx-20060501.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20060501.ebuild,v 1.1 2006/05/30 18:36:59 kingtaco Exp $ + +inherit linux-mod + +DESCRIPTION="spca5xx driver for webcams." +HOMEPAGE="http://mxhaard.free.fr/spca5xx.html" +SRC_URI="http://mxhaard.free.fr/spca50x/Download/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +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_install() { + dodoc CHANGELOG INSTALL README + linux-mod_src_install +} |