diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-10-15 22:55:41 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-10-15 22:55:41 +0000 |
commit | b18410a15c46818bdf32e0250e1a6c26e84ead67 (patch) | |
tree | 5b68dec32c82d3acf2686a18330729a9bdf01ad7 /media-tv | |
parent | version bump (diff) | |
download | historical-b18410a15c46818bdf32e0250e1a6c26e84ead67.tar.gz historical-b18410a15c46818bdf32e0250e1a6c26e84ead67.tar.bz2 historical-b18410a15c46818bdf32e0250e1a6c26e84ead67.zip |
add one file that the ivtv ebuild doesn't install
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/ivtv-ptune/ChangeLog | 5 | ||||
-rw-r--r-- | media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-tv/ivtv-ptune/ChangeLog b/media-tv/ivtv-ptune/ChangeLog index 9a5aec9e921b..907496ead1f2 100644 --- a/media-tv/ivtv-ptune/ChangeLog +++ b/media-tv/ivtv-ptune/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-tv/ivtv-ptune # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-ptune/ChangeLog,v 1.1 2004/10/15 22:09:09 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-ptune/ChangeLog,v 1.2 2004/10/15 22:55:41 iggy Exp $ + + 15 Oct 2004; <iggy@gentoo.org> ivtv-ptune-0.2.0_rc1.ebuild: + add one file that the ivtv ebuild doesn't install *ivtv-ptune-0.2.0_rc1 (15 Oct 2004) diff --git a/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc1.ebuild b/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc1.ebuild index 80a01c1cba95..c4dc147b180f 100644 --- a/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc1.ebuild +++ b/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc1.ebuild,v 1.1 2004/10/15 22:09:09 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc1.ebuild,v 1.2 2004/10/15 22:55:41 iggy Exp $ DESCRIPTION="ivtv tuner perl scripts" HOMEPAGE="http://ivtv.sourceforge.net" @@ -28,7 +28,7 @@ src_compile() { src_install() { cd ${WORKDIR}/${P}-${PR}/utils - dobin ptune.pl ptune-ui.pl + dobin ptune.pl ptune-ui.pl record-v4l2.pl newdoc README README.utils dodoc README.ptune } |