summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ruby/sqlite3-ruby/ChangeLog5
-rw-r--r--dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.1.ebuild8
2 files changed, 8 insertions, 5 deletions
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 <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:
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