diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-01 00:36:31 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-01 00:36:31 +0000 |
commit | 77d12cc6636dc4cd3db3c1c3c7661481a3d3337f (patch) | |
tree | 93f4c89b1d07fec20a23e23f66723029e4af71dc /media-tv/nuppelvideo/nuppelvideo-0.52a.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | historical-77d12cc6636dc4cd3db3c1c3c7661481a3d3337f.tar.gz historical-77d12cc6636dc4cd3db3c1c3c7661481a3d3337f.tar.bz2 historical-77d12cc6636dc4cd3db3c1c3c7661481a3d3337f.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'media-tv/nuppelvideo/nuppelvideo-0.52a.ebuild')
-rw-r--r-- | media-tv/nuppelvideo/nuppelvideo-0.52a.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/media-tv/nuppelvideo/nuppelvideo-0.52a.ebuild b/media-tv/nuppelvideo/nuppelvideo-0.52a.ebuild index 388cc685a97e..ecaa1a66db66 100644 --- a/media-tv/nuppelvideo/nuppelvideo-0.52a.ebuild +++ b/media-tv/nuppelvideo/nuppelvideo-0.52a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/nuppelvideo/nuppelvideo-0.52a.ebuild,v 1.5 2006/08/28 10:27:16 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/nuppelvideo/nuppelvideo-0.52a.ebuild,v 1.6 2007/05/01 00:31:16 genone Exp $ inherit eutils @@ -35,11 +35,11 @@ src_install() { dobin nuvrec nuvplay nuvedit nuv2mpg nuv2vbr } pkg_postinst(){ - einfo - einfo "If you experience problems with audio, please check:" - einfo "http://frost.htu.tuwien.ac.at/~roman/nuppelvideo/Sound-Howto.txt" - einfo - einfo "If you have bad tv reception you can fix sync problems with:" - einfo "http://frost.htu.tuwien.ac.at/~roman/nuppelvideo/nuvrepairsync.tcl" - einfo + elog + elog "If you experience problems with audio, please check:" + elog "http://frost.htu.tuwien.ac.at/~roman/nuppelvideo/Sound-Howto.txt" + elog + elog "If you have bad tv reception you can fix sync problems with:" + elog "http://frost.htu.tuwien.ac.at/~roman/nuppelvideo/nuvrepairsync.tcl" + elog } |