summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:51:31 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:51:31 +0000
commit0d15dbb345b10111a2d9077ef9c45ea6b849031e (patch)
tree52df47bcfc9ed4f2c5acb0ec3b5d7fd58c9c97f7 /dev-ruby/rubytorrent
parentfix autotools handling (bug #160276) (diff)
downloadhistorical-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')
-rw-r--r--dev-ruby/rubytorrent/ChangeLog7
-rw-r--r--dev-ruby/rubytorrent/rubytorrent-0.3.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-ruby/rubytorrent/ChangeLog b/dev-ruby/rubytorrent/ChangeLog
index 6b054cb0bbae..ca6d38c4e537 100644
--- a/dev-ruby/rubytorrent/ChangeLog
+++ b/dev-ruby/rubytorrent/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rubytorrent
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/ChangeLog,v 1.6 2006/10/20 21:29:58 agriffis Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/ChangeLog,v 1.7 2007/01/05 16:51:31 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> rubytorrent-0.3.ebuild:
+ Convert to use elog.
20 Oct 2006; Aron Griffis <agriffis@gentoo.org> rubytorrent-0.3.ebuild:
Mark 0.3 stable on ia64
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
}