summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 14:19:18 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 14:19:18 +0000
commit082302dfca502bc89bffb73dc32225c1f0302a77 (patch)
tree1f8cddbb14abdeb76e2898dd15d9803c08aa00fc /app-admin/gamin
parentRegenerated digest #163364 (diff)
downloadhistorical-082302dfca502bc89bffb73dc32225c1f0302a77.tar.gz
historical-082302dfca502bc89bffb73dc32225c1f0302a77.tar.bz2
historical-082302dfca502bc89bffb73dc32225c1f0302a77.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-admin/gamin')
-rw-r--r--app-admin/gamin/ChangeLog7
-rw-r--r--app-admin/gamin/gamin-0.1.7.ebuild10
2 files changed, 10 insertions, 7 deletions
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 <genone@gentoo.org> gamin-0.1.7.ebuild:
+ Replacing einfo with elog
07 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> 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
}