diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-08-16 20:08:08 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-08-16 20:08:08 +0000 |
commit | dcc08aaa8e8670392a116dc9b37ac3ea918f9610 (patch) | |
tree | 686808b50784e9f083bf248c0f15844e2d689e0d /media-tv | |
parent | Update to bugfix release 0.3.2. (diff) | |
download | gentoo-2-dcc08aaa8e8670392a116dc9b37ac3ea918f9610.tar.gz gentoo-2-dcc08aaa8e8670392a116dc9b37ac3ea918f9610.tar.bz2 gentoo-2-dcc08aaa8e8670392a116dc9b37ac3ea918f9610.zip |
add notes about the ebuild
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/ivtv/ivtv-0.3.7c.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-tv/ivtv/ivtv-0.3.7c.ebuild b/media-tv/ivtv/ivtv-0.3.7c.ebuild index 06b6dc6a3e6e..f3db8e42d684 100644 --- a/media-tv/ivtv/ivtv-0.3.7c.ebuild +++ b/media-tv/ivtv/ivtv-0.3.7c.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.3.7c.ebuild,v 1.1 2005/08/13 19:46:29 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.3.7c.ebuild,v 1.2 2005/08/16 20:08:08 cardoe Exp $ inherit eutils linux-mod @@ -17,6 +17,7 @@ RESTRICT="nomirror" SLOT="0" LICENSE="GPL-2" KEYWORDS="-*" +# THIS EBUILD IS FOR DEVELOPMENT PURPOSES ONLY. IT IS UNSUPPORTED IUSE="" S="${WORKDIR}/${MY_P}" @@ -36,6 +37,8 @@ pkg_setup() { saa7127(extra:${S}/driver) cx25840(extra:${S}/driver)" linux_chkconfig_present FB && MODULE_NAMES="${MODULE_NAMES}" + + einfo "Unsupported development ebuild" } src_unpack() { |