From 082302dfca502bc89bffb73dc32225c1f0302a77 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Wed, 24 Jan 2007 14:19:18 +0000 Subject: Replacing einfo with elog Package-Manager: portage-2.1.2-r2 --- app-admin/gamin/ChangeLog | 7 +++++-- app-admin/gamin/gamin-0.1.7.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 7 deletions(-) (limited to 'app-admin/gamin') diff --git a/app-admin/gamin/ChangeLog b/app-admin/gamin/ChangeLog index b68d0cf04d67..0b950ed741b3 100644 --- a/app-admin/gamin/ChangeLog +++ b/app-admin/gamin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/gamin -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/ChangeLog,v 1.54 2006/12/07 00:52:39 flameeyes Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/ChangeLog,v 1.55 2007/01/24 14:17:18 genone Exp $ + + 24 Jan 2007; Marius Mauch gamin-0.1.7.ebuild: + Replacing einfo with elog 07 Dec 2006; Diego Pettenò gamin-0.1.8.ebuild: Re-add the FreeBSD patch and ~x86-fbsd keyword. See bug #157382. diff --git a/app-admin/gamin/gamin-0.1.7.ebuild b/app-admin/gamin/gamin-0.1.7.ebuild index b3976e17a603..ed29827e7489 100644 --- a/app-admin/gamin/gamin-0.1.7.ebuild +++ b/app-admin/gamin/gamin-0.1.7.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/app-admin/gamin/gamin-0.1.7.ebuild,v 1.16 2006/10/26 10:01:54 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.1.7.ebuild,v 1.17 2007/01/24 14:17:18 genone Exp $ inherit autotools eutils libtool @@ -52,8 +52,8 @@ src_install() { pkg_postinst() { if use kernel_linux; then - einfo "It is strongly suggested you use Gamin with an inotify enabled" - einfo "kernel for best performance. For this release of gamin you need" - einfo "at least gentoo-sources-2.6.13 or later." + elog "It is strongly suggested you use Gamin with an inotify enabled" + elog "kernel for best performance. For this release of gamin you need" + elog "at least gentoo-sources-2.6.13 or later." fi } -- cgit v1.2.3-65-gdbad