summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-04-30 23:51:54 +0000
committerMarius Mauch <genone@gentoo.org>2007-04-30 23:51:54 +0000
commit3153132319a575b94c76c3967568baa62e62ba6d (patch)
tree1f1cfd15381cbe7b4d2e4177e4572efcf7e2e3ad /media-sound
parentApply patch from upstream to work with >=dev-java/jsch-0.1.30. (diff)
downloadhistorical-3153132319a575b94c76c3967568baa62e62ba6d.tar.gz
historical-3153132319a575b94c76c3967568baa62e62ba6d.tar.bz2
historical-3153132319a575b94c76c3967568baa62e62ba6d.zip
Replacing einfo with elog
Package-Manager: portage-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
-rw-r--r--media-sound/banshee/ChangeLog5
-rw-r--r--media-sound/banshee/banshee-0.12.0.ebuild12
-rw-r--r--media-sound/easytag/ChangeLog5
-rw-r--r--media-sound/easytag/easytag-1.1.ebuild8
7 files changed, 31 insertions, 27 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
}
diff --git a/media-sound/banshee/ChangeLog b/media-sound/banshee/ChangeLog
index 41edbc9c11f4..3ea7cb11c8f9 100644
--- a/media-sound/banshee/ChangeLog
+++ b/media-sound/banshee/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/banshee
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.42 2007/03/15 02:09:03 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.43 2007/04/30 23:47:17 genone Exp $
+
+ 30 Apr 2007; Marius Mauch <genone@gentoo.org> banshee-0.12.0.ebuild:
+ Replacing einfo with elog
*banshee-0.12.0 (15 Mar 2007)
diff --git a/media-sound/banshee/banshee-0.12.0.ebuild b/media-sound/banshee/banshee-0.12.0.ebuild
index cab3b4a5b729..6becf93cb991 100644
--- a/media-sound/banshee/banshee-0.12.0.ebuild
+++ b/media-sound/banshee/banshee-0.12.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-0.12.0.ebuild,v 1.1 2007/03/15 02:09:03 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-0.12.0.ebuild,v 1.2 2007/04/30 23:47:17 genone Exp $
inherit autotools eutils gnome2 mono
@@ -95,9 +95,9 @@ src_install() {
}
pkg_postinst() {
gnome2_pkg_postinst
- einfo
- einfo "In case you have an ipod please rebuild this package with USE=ipod"
- einfo "If you have a audio player supported by libnjb please"
- einfo "rebuild this package with USE=njb"
- einfo
+ elog
+ elog "In case you have an ipod please rebuild this package with USE=ipod"
+ elog "If you have a audio player supported by libnjb please"
+ elog "rebuild this package with USE=njb"
+ elog
}
diff --git a/media-sound/easytag/ChangeLog b/media-sound/easytag/ChangeLog
index 1d44858882e6..f72398252107 100644
--- a/media-sound/easytag/ChangeLog
+++ b/media-sound/easytag/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/easytag
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.95 2007/04/20 22:30:23 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.96 2007/04/30 23:51:54 genone Exp $
+
+ 30 Apr 2007; Marius Mauch <genone@gentoo.org> easytag-1.1.ebuild:
+ Replacing einfo with elog
20 Apr 2007; Joseph Jezak <josejx@gentoo.org> easytag-2.0.ebuild:
Marked ppc stable for bug #145777.
diff --git a/media-sound/easytag/easytag-1.1.ebuild b/media-sound/easytag/easytag-1.1.ebuild
index 822bc33ccbba..151528474e5d 100644
--- a/media-sound/easytag/easytag-1.1.ebuild
+++ b/media-sound/easytag/easytag-1.1.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/easytag/easytag-1.1.ebuild,v 1.12 2006/10/28 00:59:45 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-1.1.ebuild,v 1.13 2007/04/30 23:51:54 genone Exp $
inherit eutils
@@ -39,6 +39,6 @@ src_install() {
}
pkg_postinst() {
- einfo "This version of EasyTAG is GTK+ 1.2 based only. GTK+ 2.4 support is"
- einfo "available in the easytag-1.99.x releases (to become 2.0)."
+ elog "This version of EasyTAG is GTK+ 1.2 based only. GTK+ 2.4 support is"
+ elog "available in the easytag-1.99.x releases (to become 2.0)."
}