From: Marius Mauch Date: Sun, 4 Mar 2007 00:15:40 +0000 (+0000) Subject: Replacing einfo with elog X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ae3c197fd7e8361ab6bdf21cfe43f5747055b5a7;p=gentoo.git Replacing einfo with elog Package-Manager: portage-2.1.2-r10 --- diff --git a/dev-ruby/rflickr/ChangeLog b/dev-ruby/rflickr/ChangeLog index 031dd1c456e0..eec8ba74d93b 100644 --- a/dev-ruby/rflickr/ChangeLog +++ b/dev-ruby/rflickr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rflickr # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rflickr/ChangeLog,v 1.1 2007/02/24 12:27:30 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rflickr/ChangeLog,v 1.2 2007/03/04 00:13:21 genone Exp $ + + 04 Mar 2007; Marius Mauch rflickr-20060201.ebuild: + Replacing einfo with elog *rflickr-20060201 (24 Feb 2007) diff --git a/dev-ruby/rflickr/rflickr-20060201.ebuild b/dev-ruby/rflickr/rflickr-20060201.ebuild index b5364410b51c..fccfc3089256 100644 --- a/dev-ruby/rflickr/rflickr-20060201.ebuild +++ b/dev-ruby/rflickr/rflickr-20060201.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rflickr/rflickr-20060201.ebuild,v 1.1 2007/02/24 12:27:30 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rflickr/rflickr-20060201.ebuild,v 1.2 2007/03/04 00:13:21 genone Exp $ inherit ruby gems @@ -22,10 +22,10 @@ RDEPEND="${DEPEND} dev-ruby/rake" pkg_postinst() { - einfo "In order to use this library, you need to have:" - einfo - einfo "1. A Yahoo!/Flickr account." - einfo "2. A Flickr API key." - einfo - einfo "Visit http://www.flickr.com/services/api/ for more info." + elog "In order to use this library, you need to have:" + elog + elog "1. A Yahoo!/Flickr account." + elog "2. A Flickr API key." + elog + elog "Visit http://www.flickr.com/services/api/ for more info." } diff --git a/dev-ruby/sqlite3-ruby/ChangeLog b/dev-ruby/sqlite3-ruby/ChangeLog index 656144be38d6..de09c9334213 100644 --- a/dev-ruby/sqlite3-ruby/ChangeLog +++ b/dev-ruby/sqlite3-ruby/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/sqlite3-ruby # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3-ruby/ChangeLog,v 1.13 2007/02/23 12:50:52 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3-ruby/ChangeLog,v 1.14 2007/03/04 00:15:40 genone Exp $ + + 04 Mar 2007; Marius Mauch sqlite3-ruby-1.2.1.ebuild: + Replacing einfo with elog 23 Feb 2007; Ferris McCormick sqlite3-ruby-1.2.1.ebuild: diff --git a/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.1.ebuild b/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.1.ebuild index 8f0d6979d882..af35882cc84d 100644 --- a/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.1.ebuild +++ b/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.1.ebuild,v 1.2 2007/02/23 12:50:52 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.1.ebuild,v 1.3 2007/03/04 00:15:40 genone Exp $ inherit ruby @@ -24,9 +24,9 @@ pkg_setup() { eerror "'ruby' to your USE flags and recompile swig" die "swig needs ruby bindings" elif ! use swig ; then - einfo "${PN} will work a lot better with swig; it is suggested" - einfo "that you install swig with the 'ruby' USE flag, and then" - einfo "install ${PN} with the swig USE flag" + elog "${PN} will work a lot better with swig; it is suggested" + elog "that you install swig with the 'ruby' USE flag, and then" + elog "install ${PN} with the swig USE flag" ebeep epause 5 fi