diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 16:51:31 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 16:51:31 +0000 |
commit | 0d15dbb345b10111a2d9077ef9c45ea6b849031e (patch) | |
tree | 52df47bcfc9ed4f2c5acb0ec3b5d7fd58c9c97f7 /dev-ruby/rubytorrent/rubytorrent-0.3.ebuild | |
parent | fix autotools handling (bug #160276) (diff) | |
download | historical-0d15dbb345b10111a2d9077ef9c45ea6b849031e.tar.gz historical-0d15dbb345b10111a2d9077ef9c45ea6b849031e.tar.bz2 historical-0d15dbb345b10111a2d9077ef9c45ea6b849031e.zip |
Convert to use elog.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'dev-ruby/rubytorrent/rubytorrent-0.3.ebuild')
-rw-r--r-- | dev-ruby/rubytorrent/rubytorrent-0.3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild b/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild index 7f2ef78101d1..03706b8b473c 100644 --- a/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild +++ b/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild,v 1.6 2006/10/20 21:29:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild,v 1.7 2007/01/05 16:51:31 flameeyes Exp $ inherit ruby @@ -30,7 +30,7 @@ src_install() { } pkg_postinstall() { - einfo - einfo "Examples on how to use this package can be found at /usr/share/doc/${PF}/examples/" - einfo + elog + elog "Examples on how to use this package can be found at /usr/share/doc/${PF}/examples/" + elog } |