summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-23 16:28:56 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-23 16:28:56 +0000
commit6636025e51f135513e8b5a8230a72957f3a3adde (patch)
tree14528622be5e3b4506a3a3fc20f992173e1941f4 /app-mobilephone/bemused
parentYet another version bump. (diff)
downloadhistorical-6636025e51f135513e8b5a8230a72957f3a3adde.tar.gz
historical-6636025e51f135513e8b5a8230a72957f3a3adde.tar.bz2
historical-6636025e51f135513e8b5a8230a72957f3a3adde.zip
Replacing einfo with elog
Package-Manager: portage-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!"
}