summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-04-30 23:45:20 +0000
committerMarius Mauch <genone@gentoo.org>2007-04-30 23:45:20 +0000
commit3d3512ea3577111458c18267ed2993d1a1081961 (patch)
treed1315521ed059f2702991a93b2ea7883b021b3a1 /media-sound
parentReplacing einfo with elog (diff)
downloadgentoo-2-3d3512ea3577111458c18267ed2993d1a1081961.tar.gz
gentoo-2-3d3512ea3577111458c18267ed2993d1a1081961.tar.bz2
gentoo-2-3d3512ea3577111458c18267ed2993d1a1081961.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/ardour/ChangeLog6
-rw-r--r--media-sound/ardour/ardour-0.99.2.ebuild11
-rw-r--r--media-sound/ardour/ardour-0.99.3.ebuild11
3 files changed, 13 insertions, 15 deletions
diff --git a/media-sound/ardour/ChangeLog b/media-sound/ardour/ChangeLog
index 3691e75bd223..62c34769a2c4 100644
--- a/media-sound/ardour/ChangeLog
+++ b/media-sound/ardour/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/ardour
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.58 2007/02/22 00:48:13 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.59 2007/04/30 23:45:20 genone Exp $
+
+ 30 Apr 2007; Marius Mauch <genone@gentoo.org> ardour-0.99.2.ebuild,
+ ardour-0.99.3.ebuild:
+ Replacing einfo with elog
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/media-sound/ardour/ardour-0.99.2.ebuild b/media-sound/ardour/ardour-0.99.2.ebuild
index fabfcb68fff5..59dced5c287e 100644
--- a/media-sound/ardour/ardour-0.99.2.ebuild
+++ b/media-sound/ardour/ardour-0.99.2.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/ardour/ardour-0.99.2.ebuild,v 1.3 2006/05/13 17:11:21 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-0.99.2.ebuild,v 1.4 2007/04/30 23:45:20 genone Exp $
inherit eutils
@@ -81,11 +81,8 @@ src_install() {
pkg_postinst() {
if useq sse
then
- einfo ""
- einfo "Start ardour with the -o argument to use the optimized SSE functions:"
- einfo ""
- einfo " ardour -o"
- einfo ""
+ elog "Start ardour with the -o argument to use the optimized SSE functions:"
+ elog " ardour -o"
fi
}
diff --git a/media-sound/ardour/ardour-0.99.3.ebuild b/media-sound/ardour/ardour-0.99.3.ebuild
index 27bd91443867..7d82d7ea5313 100644
--- a/media-sound/ardour/ardour-0.99.3.ebuild
+++ b/media-sound/ardour/ardour-0.99.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/media-sound/ardour/ardour-0.99.3.ebuild,v 1.2 2006/10/07 23:36:25 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-0.99.3.ebuild,v 1.3 2007/04/30 23:45:20 genone Exp $
inherit eutils
@@ -69,11 +69,8 @@ src_install() {
pkg_postinst() {
if useq sse
then
- einfo ""
- einfo "Start ardour with the -o argument to use the optimized SSE functions:"
- einfo ""
- einfo " ardour -o"
- einfo ""
+ elog "Start ardour with the -o argument to use the optimized SSE functions:"
+ elog " ardour -o"
fi
}