summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-23 16:21:24 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-23 16:21:24 +0000
commit5f84b8eb098f2a150fe6b431e9ebb824278eb4ea (patch)
treeec8c0d871f9b98c06df5ef23e10e56d395a579c0 /app-mobilephone/bemused
parentReplacing einfo with elog (diff)
downloadgentoo-2-5f84b8eb098f2a150fe6b431e9ebb824278eb4ea.tar.gz
gentoo-2-5f84b8eb098f2a150fe6b431e9ebb824278eb4ea.tar.bz2
gentoo-2-5f84b8eb098f2a150fe6b431e9ebb824278eb4ea.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-mobilephone/bemused')
-rw-r--r--app-mobilephone/bemused/ChangeLog7
-rw-r--r--app-mobilephone/bemused/bemused-1.73-r1.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/app-mobilephone/bemused/ChangeLog b/app-mobilephone/bemused/ChangeLog
index b3fe9a33ec2d..b207730244e9 100644
--- a/app-mobilephone/bemused/ChangeLog
+++ b/app-mobilephone/bemused/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-mobilephone/bemused
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/bemused/ChangeLog,v 1.5 2006/10/24 08:43:00 mrness Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/bemused/ChangeLog,v 1.6 2007/01/23 16:21:24 genone Exp $
+
+ 23 Jan 2007; Marius Mauch <genone@gentoo.org> bemused-1.73-r1.ebuild:
+ Replacing einfo with elog
*bemused-1.73-r1 (24 Oct 2006)
diff --git a/app-mobilephone/bemused/bemused-1.73-r1.ebuild b/app-mobilephone/bemused/bemused-1.73-r1.ebuild
index c01b8a173d6c..01a0d8ac645a 100644
--- a/app-mobilephone/bemused/bemused-1.73-r1.ebuild
+++ b/app-mobilephone/bemused/bemused-1.73-r1.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-mobilephone/bemused/bemused-1.73-r1.ebuild,v 1.1 2006/10/24 08:43:00 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/bemused/bemused-1.73-r1.ebuild,v 1.2 2007/01/23 16:21:24 genone Exp $
inherit eutils
@@ -34,7 +34,7 @@ src_install() {
dodoc ChangeLog authors copying readme todo
- einfo "Please note that due to the specific hardware nature"
- einfo "of this package, only upstream support can be"
- einfo "provided!"
+ elog "Please note that due to the specific hardware nature"
+ elog "of this package, only upstream support can be"
+ elog "provided!"
}