diff options
author | Marius Mauch <genone@gentoo.org> | 2007-04-30 23:10:44 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-04-30 23:10:44 +0000 |
commit | 5c776dfa1f01c1f0bdb3f6367973a23ec09a1a8e (patch) | |
tree | f14eb58013f792bc3fb518c40fd883f5de8e222b /media-libs/libdvb | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-5c776dfa1f01c1f0bdb3f6367973a23ec09a1a8e.tar.gz gentoo-2-5c776dfa1f01c1f0bdb3f6367973a23ec09a1a8e.tar.bz2 gentoo-2-5c776dfa1f01c1f0bdb3f6367973a23ec09a1a8e.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'media-libs/libdvb')
-rw-r--r-- | media-libs/libdvb/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libdvb/libdvb-0.5.5.1-r2.ebuild | 8 | ||||
-rw-r--r-- | media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild | 10 |
3 files changed, 15 insertions, 11 deletions
diff --git a/media-libs/libdvb/ChangeLog b/media-libs/libdvb/ChangeLog index 3682dec577b2..d2e19bb3e862 100644 --- a/media-libs/libdvb/ChangeLog +++ b/media-libs/libdvb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libdvb -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvb/ChangeLog,v 1.32 2006/11/02 10:55:38 zzam Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvb/ChangeLog,v 1.33 2007/04/30 23:10:44 genone Exp $ + + 30 Apr 2007; Marius Mauch <genone@gentoo.org> libdvb-0.5.5.1-r2.ebuild, + libdvb-0.5.5.1-r3.ebuild: + Replacing einfo with elog 02 Nov 2006; Matthias Schwarzott <zzam@gentoo.org> libdvb-0.5.5.1-r3.ebuild: diff --git a/media-libs/libdvb/libdvb-0.5.5.1-r2.ebuild b/media-libs/libdvb/libdvb-0.5.5.1-r2.ebuild index b0ef21c9bfc0..5221f27f62d4 100644 --- a/media-libs/libdvb/libdvb-0.5.5.1-r2.ebuild +++ b/media-libs/libdvb/libdvb-0.5.5.1-r2.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-libs/libdvb/libdvb-0.5.5.1-r2.ebuild,v 1.7 2006/03/18 17:34:45 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvb/libdvb-0.5.5.1-r2.ebuild,v 1.8 2007/04/30 23:10:44 genone Exp $ inherit eutils @@ -37,8 +37,8 @@ src_install() { insinto "/usr/share/doc/${PF}/samplerc" && \ doins samplerc/* - einfo "The script called 'dia' has been installed as dia-dvb" - einfo "so that it doesn't overwrite the binary of app-office/dia." + elog "The script called 'dia' has been installed as dia-dvb" + elog "so that it doesn't overwrite the binary of app-office/dia." dodoc README } diff --git a/media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild b/media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild index 9fa42f020738..f3b597550f7d 100644 --- a/media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild +++ b/media-libs/libdvb/libdvb-0.5.5.1-r3.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-libs/libdvb/libdvb-0.5.5.1-r3.ebuild,v 1.3 2006/11/02 10:55:38 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild,v 1.4 2007/04/30 23:10:44 genone Exp $ WANT_AUTOMAKE="latest" WANT_AUTOCONF="latest" @@ -44,9 +44,9 @@ src_install() { doins samplerc/* fi - einfo "The script called 'dia' has been installed as dia_dvb" - einfo "so that it doesn't overwrite the binary of app-office/dia." - einfo "analyze has been renamed to analyze_mpg." + elog "The script called 'dia' has been installed as dia_dvb" + elog "so that it doesn't overwrite the binary of app-office/dia." + elog "analyze has been renamed to analyze_mpg." dodoc README } |