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
commit8880a0be3094c316f0d3a0c60a6c26c1286f5bc4 (patch)
treed95b9f089b001898b1c0552c1d6e9798c17ac399 /dev-ruby/rubytorrent
parentConvert to use elog. (diff)
downloadgentoo-2-8880a0be3094c316f0d3a0c60a6c26c1286f5bc4.tar.gz
gentoo-2-8880a0be3094c316f0d3a0c60a6c26c1286f5bc4.tar.bz2
gentoo-2-8880a0be3094c316f0d3a0c60a6c26c1286f5bc4.zip
Convert to use elog.
(Portage version: 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
}