Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Sun, 4 Mar 2007 00:15:40 +0000 (00:15 +0000)
committerMarius Mauch <genone@gentoo.org>
Sun, 4 Mar 2007 00:15:40 +0000 (00:15 +0000)
Package-Manager: portage-2.1.2-r10

dev-ruby/rflickr/ChangeLog
dev-ruby/rflickr/rflickr-20060201.ebuild
dev-ruby/sqlite3-ruby/ChangeLog
dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.1.ebuild

index 031dd1c456e09c00a274cceb376e377f4bc35d6e..eec8ba74d93bdf13d097b2e80fa3a78dc5a17982 100644 (file)
@@ -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 <genone@gentoo.org> rflickr-20060201.ebuild:
+  Replacing einfo with elog
 
 *rflickr-20060201 (24 Feb 2007)
 
index b5364410b51c62b15345fd67065ecd9c06099153..fccfc3089256d97e7fe69e48ccb7fd2f3a5376ea 100644 (file)
@@ -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."
 }
index 656144be38d65c8831f6303bd4b5b87936823434..de09c9334213a83024d0caa6072ca5417fb9d78a 100644 (file)
@@ -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 <genone@gentoo.org> sqlite3-ruby-1.2.1.ebuild:
+  Replacing einfo with elog
 
   23 Feb 2007; Ferris McCormick <fmccor@gentoo.org>
   sqlite3-ruby-1.2.1.ebuild:
index 8f0d6979d882ad6638b831d4b7f1c8ee8c570284..af35882cc84d247c760e9aa74d2378ce03ea9bcc 100644 (file)
@@ -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