summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-01 00:31:16 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-01 00:31:16 +0000
commitd5b2d97f820b3215913dd617dbf235f123367c47 (patch)
treeba8b535bcbbfcb7d8a7025986259c29ce845a9f4
parentReplacing einfo with elog (diff)
downloadgentoo-2-d5b2d97f820b3215913dd617dbf235f123367c47.tar.gz
gentoo-2-d5b2d97f820b3215913dd617dbf235f123367c47.tar.bz2
gentoo-2-d5b2d97f820b3215913dd617dbf235f123367c47.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
-rw-r--r--media-tv/nuppelvideo/ChangeLog5
-rw-r--r--media-tv/nuppelvideo/nuppelvideo-0.52a.ebuild18
2 files changed, 13 insertions, 10 deletions
diff --git a/media-tv/nuppelvideo/ChangeLog b/media-tv/nuppelvideo/ChangeLog
index 7cfb07b389eb..335d04b1dc48 100644
--- a/media-tv/nuppelvideo/ChangeLog
+++ b/media-tv/nuppelvideo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-tv/nuppelvideo
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/nuppelvideo/ChangeLog,v 1.6 2007/01/10 21:26:29 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/nuppelvideo/ChangeLog,v 1.7 2007/05/01 00:31:16 genone Exp $
+
+ 01 May 2007; Marius Mauch <genone@gentoo.org> nuppelvideo-0.52a.ebuild:
+ Replacing einfo with elog
10 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> metadata.xml:
Add missing email address for herd with name != alias.
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
}