diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2005-07-05 19:41:36 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2005-07-05 19:41:36 +0000 |
commit | 1e4b4fa22fb7378df3b01f318961eaf6734475a0 (patch) | |
tree | c06e98501984fee9f58e90359be95e64ae0987d9 /media-tv | |
parent | Updated esfq patch to latest upstream. (diff) | |
download | gentoo-2-1e4b4fa22fb7378df3b01f318961eaf6734475a0.tar.gz gentoo-2-1e4b4fa22fb7378df3b01f318961eaf6734475a0.tar.bz2 gentoo-2-1e4b4fa22fb7378df3b01f318961eaf6734475a0.zip |
renamed scan.dvb to dvbscan
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/linuxtv-dvb-apps/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/media-tv/linuxtv-dvb-apps/ChangeLog b/media-tv/linuxtv-dvb-apps/ChangeLog index 257704199294..ede8f32b3be7 100644 --- a/media-tv/linuxtv-dvb-apps/ChangeLog +++ b/media-tv/linuxtv-dvb-apps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/linuxtv-dvb-apps # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/ChangeLog,v 1.1 2005/07/04 12:07:07 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/ChangeLog,v 1.2 2005/07/05 19:41:36 zzam Exp $ + + 05 Jul 2005; Matthias Schwarzott <zzam@gentoo.org> + linuxtv-dvb-apps-1.1.0.ebuild: + renamed scan.dvb to dvbscan *linuxtv-dvb-apps-1.1.0 (04 Jul 2005) diff --git a/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild b/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild index adc0f6393898..b5e85c8d9e9e 100644 --- a/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild +++ b/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.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/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild,v 1.1 2005/07/04 12:07:07 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb-apps/linuxtv-dvb-apps-1.1.0.ebuild,v 1.2 2005/07/05 19:41:36 zzam Exp $ DESCRIPTION="Standalone DVB driver for Linux kernel 2.4.x" HOMEPAGE="http://www.linuxtv.org/wiki/index.php/LinuxTV_dvb-apps" @@ -34,8 +34,8 @@ src_install() { dobin dvbdate/dvbdate dobin dvbnet/dvbnet dobin dvbtraffic/dvbtraffic - mv scan/scan scan/scan.dvb # conflict with exim file name - dobin scan/scan.dvb + mv scan/scan scan/dvbscan # conflict with exim file name + dobin scan/dvbscan cd szap dobin szap czap tzap femon @@ -75,4 +75,6 @@ src_install() { pkg_postinst() { einfo "Please read the documentation in /usr/share/doc/${PF}." einfo "The channel lists and other examples also are in this directory." + einfo + einfo "scanning utility is now installed as dvbscan" }
\ No newline at end of file |