diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-10-02 17:45:57 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-10-02 17:45:57 +0000 |
commit | 851c09c98586cb2fddcd578954aee34f8f7747b9 (patch) | |
tree | 22706b5e7c7abb1d1afd1b3f75f311478b06eabd /media-tv | |
parent | Version bump to ck9 (diff) | |
download | historical-851c09c98586cb2fddcd578954aee34f8f7747b9.tar.gz historical-851c09c98586cb2fddcd578954aee34f8f7747b9.tar.bz2 historical-851c09c98586cb2fddcd578954aee34f8f7747b9.zip |
moving set_arch_ functions to eutils from kernel
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/ivtv/ChangeLog | 7 | ||||
-rw-r--r-- | media-tv/ivtv/Manifest | 14 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-0.1.9-r4.ebuild | 9 |
3 files changed, 22 insertions, 8 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog index 415591aadc7b..c7ed9b95421e 100644 --- a/media-tv/ivtv/ChangeLog +++ b/media-tv/ivtv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-tv/ivtv # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.9 2004/08/26 03:41:39 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.10 2004/10/02 17:45:57 iggy Exp $ + +*ivtv-0.1.9-r4 (02 Oct 2004) + + 02 Oct 2004; <iggy@gentoo.org> ivtv-0.1.9-r4.ebuild: + moving set_arch_ functions to eutils from kernel 25 Aug 2004; <iggy@gentoo.org> -ivtv-0.1.9-r1.ebuild: new rev, based off of -ck71d, compiles on 2.6.8, have fun diff --git a/media-tv/ivtv/Manifest b/media-tv/ivtv/Manifest index 0d1fbb036f49..77f2c9aef66c 100644 --- a/media-tv/ivtv/Manifest +++ b/media-tv/ivtv/Manifest @@ -1,6 +1,16 @@ -MD5 1f3b8cf6d2771c2bdd04691e655c79a0 ivtv-0.1.9-r4.ebuild 3420 -MD5 8175c9fd4902ff9c5d4d609418b6aa45 ChangeLog 1425 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 9ae322027f63420b0508cae24306924c ivtv-0.1.9-r4.ebuild 3493 +MD5 fbf92fe0f7381399b5e627aad83716c5 ChangeLog 1563 MD5 1992ed55b53c47d18457afada6ec3445 ivtv-0.1.9-r3.ebuild 3297 MD5 212f198236ed9fef7b10b46f8cb80c63 metadata.xml 446 MD5 0b541d724c1b04481ef21b872a7631c9 files/digest-ivtv-0.1.9-r3 191 MD5 c30318ac79a607f6ad308208a5987c3b files/digest-ivtv-0.1.9-r4 129 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBXuldMSkoRwEucGERAtVoAKC9FPJOmNs3r3QiktJGnrscj/wrIQCggVd3 +6FNhELprRApXbruJg/h1YMs= +=yYiN +-----END PGP SIGNATURE----- diff --git a/media-tv/ivtv/ivtv-0.1.9-r4.ebuild b/media-tv/ivtv/ivtv-0.1.9-r4.ebuild index cdaabb45f949..bde3dfb6cb18 100644 --- a/media-tv/ivtv/ivtv-0.1.9-r4.ebuild +++ b/media-tv/ivtv/ivtv-0.1.9-r4.ebuild @@ -1,15 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.1.9-r4.ebuild,v 1.2 2004/09/02 15:21:32 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.1.9-r4.ebuild,v 1.3 2004/10/02 17:45:57 iggy Exp $ # TODO # the "Gentoo way" is to use /usr/src/linux, not the running kernel # removed ptune*.pl, need to make a seperate package for it +# check for other msp3400 modules +# add a few notes to the postinst output about what's needed (bttv/tuner, etc.) -# hackish I know -ETYPE="headers" - -inherit eutils kernel +inherit eutils DESCRIPTION="ivtv driver for Hauppauge PVR[23]50 cards" HOMEPAGE="http://ivtv.sourceforge.net" |