summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/injectso')
-rw-r--r--dev-util/injectso/ChangeLog7
-rw-r--r--dev-util/injectso/injectso-0.2.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-util/injectso/ChangeLog b/dev-util/injectso/ChangeLog
index af386fbfbee7..f2a967483f54 100644
--- a/dev-util/injectso/ChangeLog
+++ b/dev-util/injectso/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/injectso
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/injectso/ChangeLog,v 1.6 2006/12/17 22:47:09 masterdriverz Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/injectso/ChangeLog,v 1.7 2007/03/05 03:48:04 genone Exp $
+
+ 05 Mar 2007; Marius Mauch <genone@gentoo.org> injectso-0.2.ebuild:
+ Replacing einfo with elog
17 Dec 2006; Charlie Shepherd <masterdriverz@gentoo.org>
+files/injectso-0.2-gcc4.patch, injectso-0.2.ebuild:
diff --git a/dev-util/injectso/injectso-0.2.ebuild b/dev-util/injectso/injectso-0.2.ebuild
index 7b5d806b6482..218c21e999d1 100644
--- a/dev-util/injectso/injectso-0.2.ebuild
+++ b/dev-util/injectso/injectso-0.2.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/dev-util/injectso/injectso-0.2.ebuild,v 1.9 2006/12/17 22:47:09 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/injectso/injectso-0.2.ebuild,v 1.10 2007/03/05 03:48:04 genone Exp $
inherit eutils
@@ -34,8 +34,8 @@ src_install() {
pkg_postinst() {
echo
- einfo "Read the documentation for instructions on how to use this tool."
- einfo "The sample library \"libtest.so\" and its source file \"libtest.c\""
- einfo "be found in /usr/lib/injectso."
+ elog "Read the documentation for instructions on how to use this tool."
+ elog "The sample library \"libtest.so\" and its source file \"libtest.c\""
+ elog "be found in /usr/lib/injectso."
echo
}