summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-04 00:21:06 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-04 00:21:06 +0000
commit9f48c15a24e7a373ace25fa7c325ff554fa26be8 (patch)
tree7fe2848b294faf79e74c11d178814521257a1d62
parentReplacing einfo with elog (diff)
downloadgentoo-2-9f48c15a24e7a373ace25fa7c325ff554fa26be8.tar.gz
gentoo-2-9f48c15a24e7a373ace25fa7c325ff554fa26be8.tar.bz2
gentoo-2-9f48c15a24e7a373ace25fa7c325ff554fa26be8.zip
Replacing einfo with elog
(Portage version: 2.1.2-r10)
-rw-r--r--dev-ruby/wirble/ChangeLog5
-rw-r--r--dev-ruby/wirble/wirble-0.1.2.ebuild18
2 files changed, 13 insertions, 10 deletions
diff --git a/dev-ruby/wirble/ChangeLog b/dev-ruby/wirble/ChangeLog
index e40f477226df..b530f9f320e4 100644
--- a/dev-ruby/wirble/ChangeLog
+++ b/dev-ruby/wirble/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/wirble
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/wirble/ChangeLog,v 1.1 2007/02/04 03:37:29 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/wirble/ChangeLog,v 1.2 2007/03/04 00:21:06 genone Exp $
+
+ 04 Mar 2007; Marius Mauch <genone@gentoo.org> wirble-0.1.2.ebuild:
+ Replacing einfo with elog
*wirble-0.1.2 (04 Feb 2007)
diff --git a/dev-ruby/wirble/wirble-0.1.2.ebuild b/dev-ruby/wirble/wirble-0.1.2.ebuild
index dd8ac2da6ed2..b0e1dab82578 100644
--- a/dev-ruby/wirble/wirble-0.1.2.ebuild
+++ b/dev-ruby/wirble/wirble-0.1.2.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/wirble/wirble-0.1.2.ebuild,v 1.1 2007/02/04 03:37:29 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/wirble/wirble-0.1.2.ebuild,v 1.2 2007/03/04 00:21:06 genone Exp $
inherit ruby gems
@@ -16,12 +16,12 @@ DEPEND=""
IUSE=""
pkg_postinst() {
- einfo "The quick way to use wirble is to make your ~/.irbrc look like this:"
- einfo " # load libraries"
- einfo " require 'rubygems'"
- einfo " require 'wirble'"
- einfo " "
- einfo " # start wirble (with color)"
- einfo " Wirble.init"
- einfo " Wirble.colorize"
+ elog "The quick way to use wirble is to make your ~/.irbrc look like this:"
+ elog " # load libraries"
+ elog " require 'rubygems'"
+ elog " require 'wirble'"
+ elog " "
+ elog " # start wirble (with color)"
+ elog " Wirble.init"
+ elog " Wirble.colorize"
}