summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-04-30 20:34:10 +0000
committerMarius Mauch <genone@gentoo.org>2007-04-30 20:34:10 +0000
commit3a27bcc17f35d67ab95a38c96659d15abbcd5365 (patch)
tree0b68360f08fa7f5274e21df942aa82d1c72f66a1 /dev-ruby/rubypants
parentReplacing einfo with elog (diff)
downloadgentoo-2-3a27bcc17f35d67ab95a38c96659d15abbcd5365.tar.gz
gentoo-2-3a27bcc17f35d67ab95a38c96659d15abbcd5365.tar.bz2
gentoo-2-3a27bcc17f35d67ab95a38c96659d15abbcd5365.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-ruby/rubypants')
-rw-r--r--dev-ruby/rubypants/ChangeLog5
-rw-r--r--dev-ruby/rubypants/rubypants-0.2.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rubypants/ChangeLog b/dev-ruby/rubypants/ChangeLog
index b89a930bb46f..7cfdd86f5327 100644
--- a/dev-ruby/rubypants/ChangeLog
+++ b/dev-ruby/rubypants/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rubypants
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubypants/ChangeLog,v 1.1 2007/04/18 11:46:14 agorf Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubypants/ChangeLog,v 1.2 2007/04/30 20:34:10 genone Exp $
+
+ 30 Apr 2007; Marius Mauch <genone@gentoo.org> rubypants-0.2.0.ebuild:
+ Replacing einfo with elog
*rubypants-0.2.0 (18 Apr 2007)
diff --git a/dev-ruby/rubypants/rubypants-0.2.0.ebuild b/dev-ruby/rubypants/rubypants-0.2.0.ebuild
index fdd0dfd6d214..38ac0fbee1c1 100644
--- a/dev-ruby/rubypants/rubypants-0.2.0.ebuild
+++ b/dev-ruby/rubypants/rubypants-0.2.0.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/rubypants/rubypants-0.2.0.ebuild,v 1.1 2007/04/18 11:46:14 agorf Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubypants/rubypants-0.2.0.ebuild,v 1.2 2007/04/30 20:34:10 genone Exp $
inherit ruby gems
@@ -19,5 +19,5 @@ DEPEND=">=dev-lang/ruby-1.8.2"
RDEPEND="${DEPEND}"
pkg_postinst() {
- einfo "RubyPants uses an API compatible with RedCloth and BlueCloth"
+ elog "RubyPants uses an API compatible with RedCloth and BlueCloth"
}