diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-01-07 15:12:13 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-01-07 15:12:13 +0000 |
commit | d76b3260e8497ce41b3c273e855ed0784dec80e6 (patch) | |
tree | 42a1a75506cd263efc4573e03822067a0d3c9121 /media-tv/xdtv | |
parent | Version bump (diff) | |
download | gentoo-2-d76b3260e8497ce41b3c273e855ed0784dec80e6.tar.gz gentoo-2-d76b3260e8497ce41b3c273e855ed0784dec80e6.tar.bz2 gentoo-2-d76b3260e8497ce41b3c273e855ed0784dec80e6.zip |
einfo -> elog
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-tv/xdtv')
-rw-r--r-- | media-tv/xdtv/ChangeLog | 8 | ||||
-rw-r--r-- | media-tv/xdtv/xdtv-2.2.0-r1.ebuild | 14 | ||||
-rw-r--r-- | media-tv/xdtv/xdtv-2.3.3.ebuild | 14 |
3 files changed, 20 insertions, 16 deletions
diff --git a/media-tv/xdtv/ChangeLog b/media-tv/xdtv/ChangeLog index 0efae4af3999..dda7130a8332 100644 --- a/media-tv/xdtv/ChangeLog +++ b/media-tv/xdtv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/xdtv -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/ChangeLog,v 1.44 2006/10/29 23:06:14 aballier Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/ChangeLog,v 1.45 2007/01/07 15:12:13 aballier Exp $ + + 07 Jan 2007; Alexis Ballier <aballier@gentoo.org> xdtv-2.2.0-r1.ebuild, + xdtv-2.3.3.ebuild: + einfo -> elog 29 Oct 2006; Alexis Ballier <aballier@gentoo.org> xdtv-2.2.0-r1.ebuild, xdtv-2.3.3.ebuild: diff --git a/media-tv/xdtv/xdtv-2.2.0-r1.ebuild b/media-tv/xdtv/xdtv-2.2.0-r1.ebuild index bedf5840e907..2ecfd7702df8 100644 --- a/media-tv/xdtv/xdtv-2.2.0-r1.ebuild +++ b/media-tv/xdtv/xdtv-2.2.0-r1.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/xdtv/xdtv-2.2.0-r1.ebuild,v 1.13 2006/10/29 23:06:14 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/xdtv-2.2.0-r1.ebuild,v 1.14 2007/01/07 15:12:13 aballier Exp $ WANT_AUTOMAKE="1.7" WANT_AUTOCONF="2.5" @@ -220,11 +220,11 @@ src_install() { pkg_postinst() { echo - einfo "Please note that this ebuild created a suid-binary:" - einfo "/usr/bin/xdtv_v4l-conf" + elog "Please note that this ebuild created a suid-binary:" + elog "/usr/bin/xdtv_v4l-conf" echo - einfo "The OSD font has moved. You probably should add" - einfo "this path to your X configuration:" - einfo "/usr/share/fonts/${PN}" + elog "The OSD font has moved. You probably should add" + elog "this path to your X configuration:" + elog "/usr/share/fonts/${PN}" echo } diff --git a/media-tv/xdtv/xdtv-2.3.3.ebuild b/media-tv/xdtv/xdtv-2.3.3.ebuild index 6b97fa7b67fb..94165e3141f4 100644 --- a/media-tv/xdtv/xdtv-2.3.3.ebuild +++ b/media-tv/xdtv/xdtv-2.3.3.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/xdtv/xdtv-2.3.3.ebuild,v 1.6 2006/10/29 23:06:14 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/xdtv-2.3.3.ebuild,v 1.7 2007/01/07 15:12:13 aballier Exp $ WANT_AUTOMAKE="1.7" WANT_AUTOCONF="2.5" @@ -204,11 +204,11 @@ src_install() { pkg_postinst() { echo - einfo "Please note that this ebuild created a suid-binary:" - einfo "/usr/bin/xdtv_v4l-conf" + elog "Please note that this ebuild created a suid-binary:" + elog "/usr/bin/xdtv_v4l-conf" echo - einfo "The OSD font has moved. You probably should add" - einfo "this path to your X configuration:" - einfo "/usr/share/fonts/${PN}" + elog "The OSD font has moved. You probably should add" + elog "this path to your X configuration:" + elog "/usr/share/fonts/${PN}" echo } |