summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:48:54 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:48:54 +0000
commit309b05d70d0796ca43ea9b2523c8e35ab27e9ad1 (patch)
tree5bea067dbcf674090dca5f1879a36096e0554604 /media-sound/mp3report
parentChange einfo statements into elog statements. (diff)
downloadhistorical-309b05d70d0796ca43ea9b2523c8e35ab27e9ad1.tar.gz
historical-309b05d70d0796ca43ea9b2523c8e35ab27e9ad1.tar.bz2
historical-309b05d70d0796ca43ea9b2523c8e35ab27e9ad1.zip
Convert to use elog.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'media-sound/mp3report')
-rw-r--r--media-sound/mp3report/ChangeLog7
-rw-r--r--media-sound/mp3report/mp3report-1.0.2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/mp3report/ChangeLog b/media-sound/mp3report/ChangeLog
index f2189d1794dc..07d28550283c 100644
--- a/media-sound/mp3report/ChangeLog
+++ b/media-sound/mp3report/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/mp3report
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3report/ChangeLog,v 1.2 2005/10/01 22:25:50 ticho Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3report/ChangeLog,v 1.3 2007/01/05 17:36:01 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> mp3report-1.0.2.ebuild:
+ Convert to use elog.
01 Oct 2005; Andrej Kacian <ticho@gentoo.org> mp3report-1.0.2.ebuild:
Keyworded ~x86.
diff --git a/media-sound/mp3report/mp3report-1.0.2.ebuild b/media-sound/mp3report/mp3report-1.0.2.ebuild
index 92e70385e1b4..b422623b51b5 100644
--- a/media-sound/mp3report/mp3report-1.0.2.ebuild
+++ b/media-sound/mp3report/mp3report-1.0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3report/mp3report-1.0.2.ebuild,v 1.2 2005/10/01 22:25:50 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3report/mp3report-1.0.2.ebuild,v 1.3 2007/01/05 17:36:01 flameeyes Exp $
DESCRIPTION="Perl script to create an HTML report of MP3 files in a directory."
HOMEPAGE="http://mp3report.sourceforge.net/"
@@ -24,5 +24,5 @@ src_install() {
}
pkg_postinst() {
- einfo "You can find templates in /usr/share/mp3report"
+ elog "You can find templates in /usr/share/mp3report"
}