summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 20:18:30 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 20:18:30 +0000
commitf1849d9e7b84e99a5cd555cb8cd39967483027ab (patch)
treed0ebfee71d5a52cc6685eefd94029b32c83eea6c /media-sound/tap-reverbed
parentSet WANT_AUTOCONF and WANT_AUTOMAKE (diff)
downloadhistorical-f1849d9e7b84e99a5cd555cb8cd39967483027ab.tar.gz
historical-f1849d9e7b84e99a5cd555cb8cd39967483027ab.tar.bz2
historical-f1849d9e7b84e99a5cd555cb8cd39967483027ab.zip
Convert to use elog.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'media-sound/tap-reverbed')
-rw-r--r--media-sound/tap-reverbed/ChangeLog7
-rw-r--r--media-sound/tap-reverbed/tap-reverbed-0.ebuild13
2 files changed, 11 insertions, 9 deletions
diff --git a/media-sound/tap-reverbed/ChangeLog b/media-sound/tap-reverbed/ChangeLog
index 67ea22438955..57d8d3c4e8d0 100644
--- a/media-sound/tap-reverbed/ChangeLog
+++ b/media-sound/tap-reverbed/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/tap-reverbed
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/tap-reverbed/ChangeLog,v 1.4 2006/02/16 09:01:06 flameeyes Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tap-reverbed/ChangeLog,v 1.5 2007/01/05 20:07:29 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> tap-reverbed-0.ebuild:
+ Convert to use elog.
16 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> tap-reverbed-0.ebuild:
Fix dependencies, shorten description, drop redundant src_compile().
diff --git a/media-sound/tap-reverbed/tap-reverbed-0.ebuild b/media-sound/tap-reverbed/tap-reverbed-0.ebuild
index 4e4b80cc06be..99c8bd55a300 100644
--- a/media-sound/tap-reverbed/tap-reverbed-0.ebuild
+++ b/media-sound/tap-reverbed/tap-reverbed-0.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/media-sound/tap-reverbed/tap-reverbed-0.ebuild,v 1.4 2006/02/16 09:01:06 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tap-reverbed/tap-reverbed-0.ebuild,v 1.5 2007/01/05 20:07:29 flameeyes Exp $
IUSE=""
@@ -22,7 +22,6 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_install() {
- einfo ${D}
einstall
dodoc README AUTHORS
@@ -32,8 +31,8 @@ src_install() {
}
pkg_postinst() {
- einfo "TAP Reverb Editor expects the configuration file '.reverbed'"
- einfo "to be in the user's home directory. The default '.reverbed'"
- einfo "file can be found in the /usr/share/tap-reverbed directory"
- einfo "and should be manually copied to the user's directory."
+ elog "TAP Reverb Editor expects the configuration file '.reverbed'"
+ elog "to be in the user's home directory. The default '.reverbed'"
+ elog "file can be found in the /usr/share/tap-reverbed directory"
+ elog "and should be manually copied to the user's directory."
}