diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-10-02 17:47:48 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-10-02 17:47:48 +0000 |
commit | 8c11bf4fac4c44def73d7a54e05882a3b1b6d77c (patch) | |
tree | 0133384dda7839bf2732a1525b3c67430fc77740 /media-tv | |
parent | moving set_arch_ functions to eutils from kernel (Manifest recommit) (diff) | |
download | gentoo-2-8c11bf4fac4c44def73d7a54e05882a3b1b6d77c.tar.gz gentoo-2-8c11bf4fac4c44def73d7a54e05882a3b1b6d77c.tar.bz2 gentoo-2-8c11bf4fac4c44def73d7a54e05882a3b1b6d77c.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/ivtv-0.1.9-r4.ebuild | 9 |
2 files changed, 10 insertions, 6 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/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" |