summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 05:47:45 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 05:47:45 +0000
commitf587a61d602044d2c8d032d93968607b1727c85e (patch)
tree3ce475628eb9911fb28b66cd4879034cc462acab /app-text/gnomesword
parentReplacing einfo with eerror (diff)
downloadgentoo-2-f587a61d602044d2c8d032d93968607b1727c85e.tar.gz
gentoo-2-f587a61d602044d2c8d032d93968607b1727c85e.tar.bz2
gentoo-2-f587a61d602044d2c8d032d93968607b1727c85e.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-text/gnomesword')
-rw-r--r--app-text/gnomesword/ChangeLog7
-rw-r--r--app-text/gnomesword/gnomesword-2.1.7.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/app-text/gnomesword/ChangeLog b/app-text/gnomesword/ChangeLog
index c2375ac2b608..ca5e6c0aafb5 100644
--- a/app-text/gnomesword/ChangeLog
+++ b/app-text/gnomesword/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/gnomesword
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/ChangeLog,v 1.14 2006/10/21 17:08:59 squinky86 Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/ChangeLog,v 1.15 2007/01/28 05:47:45 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org> gnomesword-2.1.7.ebuild:
+ Replacing einfo with elog
21 Oct 2006; Jon Hood <squinky86@gentoo.org>
-files/gnomesword-2.1.1-gcc-3.4.patch, -gnomesword-2.1.1.ebuild,
diff --git a/app-text/gnomesword/gnomesword-2.1.7.ebuild b/app-text/gnomesword/gnomesword-2.1.7.ebuild
index 87f56fb55f9b..a5fb91245025 100644
--- a/app-text/gnomesword/gnomesword-2.1.7.ebuild
+++ b/app-text/gnomesword/gnomesword-2.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-text/gnomesword/gnomesword-2.1.7.ebuild,v 1.6 2006/10/21 17:08:59 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnomesword/gnomesword-2.1.7.ebuild,v 1.7 2007/01/28 05:47:45 genone Exp $
inherit libtool gnome2 eutils
@@ -40,7 +40,7 @@ src_unpack() {
pkg_postinst() {
gnome2_pkg_postinst
- einfo "Gnomesword requires modules to be of any use. You may install the"
- einfo "sword-modules package, or download modules individually from the"
- einfo "sword website: http://crosswire.org/sword/"
+ elog "Gnomesword requires modules to be of any use. You may install the"
+ elog "sword-modules package, or download modules individually from the"
+ elog "sword website: http://crosswire.org/sword/"
}