From de12a8cae90472751bca6ed75e4f14403b76f6f3 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Tue, 1 May 2007 00:26:46 +0000 Subject: [PATCH] Replacing einfo with elog Package-Manager: portage-2.1.2.5 --- .../jack-audio-connection-kit/ChangeLog | 7 +++++- ...ack-audio-connection-kit-0.101.1-r1.ebuild | 22 ++++++++--------- .../jack-audio-connection-kit-0.102.20.ebuild | 20 ++++++++-------- media-sound/jmax/ChangeLog | 5 +++- media-sound/jmax/jmax-4.1.0.ebuild | 6 ++--- media-sound/lastfmplayer/ChangeLog | 6 ++++- .../lastfmplayer-1.0.0.1_p2113.ebuild | 20 ++++++++-------- .../lastfmplayer/lastfmplayer-1.1.3-r1.ebuild | 18 +++++++------- media-sound/mpdscribble/ChangeLog | 7 +++++- .../mpdscribble/mpdscribble-0.2.10.ebuild | 24 +++++++++---------- .../mpdscribble/mpdscribble-0.2.12.ebuild | 22 ++++++++--------- .../mpdscribble/mpdscribble-0.2.6.ebuild | 24 +++++++++---------- .../mpdscribble/mpdscribble-0.2.7.ebuild | 24 +++++++++---------- .../mpdscribble/mpdscribble-0.2.9.ebuild | 24 +++++++++---------- media-sound/mpg123/ChangeLog | 6 ++++- media-sound/mpg123/mpg123-0.61.ebuild | 12 +++++----- media-sound/mpg123/mpg123-0.65.ebuild | 12 +++++----- media-sound/muine/ChangeLog | 5 +++- media-sound/muine/muine-0.8.7.ebuild | 14 +++++------ media-sound/ncmpc/ChangeLog | 6 ++++- media-sound/ncmpc/ncmpc-0.11.1-r1.ebuild | 4 ++-- media-sound/ncmpc/ncmpc-0.11.1-r2.ebuild | 4 ++-- media-sound/radiomixer/ChangeLog | 5 +++- media-sound/radiomixer/radiomixer-1.0.ebuild | 8 +++---- media-sound/slimserver/ChangeLog | 6 ++++- .../slimserver/slimserver-6.5.0.ebuild | 20 ++++++++-------- .../slimserver/slimserver-6.5.1.ebuild | 18 +++++++------- media-sound/spiralmodular/ChangeLog | 6 ++++- .../spiralmodular/spiralmodular-0.2.1.ebuild | 10 ++++---- .../spiralmodular-0.2.2a-r1.ebuild | 10 ++++---- .../spiralmodular/spiralmodular-0.2.2a.ebuild | 10 ++++---- media-sound/supercollider/ChangeLog | 6 ++++- .../supercollider-20040903.ebuild | 16 ++++++------- 33 files changed, 225 insertions(+), 182 deletions(-) diff --git a/media-sound/jack-audio-connection-kit/ChangeLog b/media-sound/jack-audio-connection-kit/ChangeLog index 4024cf6355cb..555da56a2021 100644 --- a/media-sound/jack-audio-connection-kit/ChangeLog +++ b/media-sound/jack-audio-connection-kit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/jack-audio-connection-kit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/jack-audio-connection-kit/ChangeLog,v 1.84 2007/04/22 12:03:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/jack-audio-connection-kit/ChangeLog,v 1.85 2007/05/01 00:04:49 genone Exp $ + + 01 May 2007; Marius Mauch + jack-audio-connection-kit-0.101.1-r1.ebuild, + jack-audio-connection-kit-0.102.20.ebuild: + Replacing einfo with elog 22 Apr 2007; Raúl Porcel jack-audio-connection-kit-0.102.20.ebuild: diff --git a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.101.1-r1.ebuild b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.101.1-r1.ebuild index 98a6eed15218..fe50456cebf9 100644 --- a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.101.1-r1.ebuild +++ b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.101.1-r1.ebuild @@ -1,8 +1,8 @@ -# 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/jack-audio-connection-kit/jack-audio-connection-kit-0.101.1-r1.ebuild,v 1.13 2007/02/28 22:16:44 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.101.1-r1.ebuild,v 1.14 2007/05/01 00:04:49 genone Exp $ -inherit flag-o-matic eutils multilib +inherit flag-o-matic eutils multilib check-kernel NETJACK=netjack-0.12rc1 @@ -34,15 +34,15 @@ pkg_setup() { fi if use caps; then - if [[ "${KV:0:3}" == "2.4" ]]; then - einfo "will build jackstart for 2.4 kernel" + if is_2_4_kernel; then + elog "will build jackstart for 2.4 kernel" else - einfo "using compatibility symlink for jackstart" + elog "using compatibility symlink for jackstart" fi fi if use netjack; then - einfo "including support for experimental netjack, see http://netjack.sourceforge.net/" + elog "including support for experimental netjack, see http://netjack.sourceforge.net/" fi } @@ -96,7 +96,7 @@ src_compile() { elif (! grep mmx /proc/cpuinfo >/dev/null) ; then ewarn "Can't build cpudetection (dynsimd) without cpu mmx support. see bug #136565." else - einfo "Enabling cpudetection (dynsimd). Adding -mmmx, -msse, -m3dnow and -O2 to CFLAGS." + elog "Enabling cpudetection (dynsimd). Adding -mmmx, -msse, -m3dnow and -O2 to CFLAGS." myconf="${myconf} --enable-dynsimd" filter-flags -O* @@ -123,8 +123,8 @@ src_compile() { ${myconf} || die "configure failed" emake || die "compilation failed" - if use caps && [[ "${KV:0:3}" == "2.4" ]]; then - einfo "Building jackstart for 2.4 kernel" + if use caps && is_2_4_kernel; then + elog "Building jackstart for 2.4 kernel" cd ${S}/jackd emake jackstart || die "jackstart build failed." fi @@ -140,7 +140,7 @@ src_install() { make DESTDIR=${D} datadir=/usr/share/doc install || die if use caps; then - if [[ "${KV:0:3}" == "2.4" ]]; then + if is_2_4_kernel; then cd ${S}/jackd dobin jackstart else diff --git a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.102.20.ebuild b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.102.20.ebuild index 3a95aee0f259..e9f31dbeb8b7 100644 --- a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.102.20.ebuild +++ b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.102.20.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.102.20.ebuild,v 1.4 2007/04/22 12:03:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.102.20.ebuild,v 1.5 2007/05/01 00:04:49 genone Exp $ -inherit flag-o-matic eutils multilib +inherit flag-o-matic eutils multilib check-kernel NETJACK=netjack-0.12rc1 @@ -33,15 +33,15 @@ pkg_setup() { fi if use caps; then - if [[ "${KV:0:3}" == "2.4" ]]; then - einfo "will build jackstart for 2.4 kernel" + if is_2_4_kernel; then + elog "will build jackstart for 2.4 kernel" else - einfo "using compatibility symlink for jackstart" + elog "using compatibility symlink for jackstart" fi fi if use netjack; then - einfo "including support for experimental netjack, see http://netjack.sourceforge.net/" + elog "including support for experimental netjack, see http://netjack.sourceforge.net/" fi } @@ -83,7 +83,7 @@ src_compile() { elif (! grep mmx /proc/cpuinfo >/dev/null) ; then ewarn "Can't build cpudetection (dynsimd) without cpu mmx support. see bug #136565." else - einfo "Enabling cpudetection (dynsimd). Adding -mmmx, -msse, -m3dnow and -O2 to CFLAGS." + elog "Enabling cpudetection (dynsimd). Adding -mmmx, -msse, -m3dnow and -O2 to CFLAGS." myconf="${myconf} --enable-dynsimd" filter-flags -O* @@ -110,8 +110,8 @@ src_compile() { ${myconf} || die "configure failed" emake || die "compilation failed" - if use caps && [[ "${KV:0:3}" == "2.4" ]]; then - einfo "Building jackstart for 2.4 kernel" + if use caps && is_2_4_kernel; then + elog "Building jackstart for 2.4 kernel" cd ${S}/jackd emake jackstart || die "jackstart build failed." fi @@ -127,7 +127,7 @@ src_install() { make DESTDIR=${D} datadir=/usr/share/doc install || die if use caps; then - if [[ "${KV:0:3}" == "2.4" ]]; then + if is_2_4_kernel; then cd ${S}/jackd dobin jackstart else diff --git a/media-sound/jmax/ChangeLog b/media-sound/jmax/ChangeLog index a0e213e60f41..f4e4d318e56b 100644 --- a/media-sound/jmax/ChangeLog +++ b/media-sound/jmax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/jmax # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/jmax/ChangeLog,v 1.15 2007/03/04 22:29:32 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/jmax/ChangeLog,v 1.16 2007/05/01 00:06:31 genone Exp $ + + 01 May 2007; Marius Mauch jmax-4.1.0.ebuild: + Replacing einfo with elog 04 Mar 2007; Ryan Hill +files/jmax-4.1.0-gcc41.patch, +files/jmax-4.1.0-usercflags.patch, diff --git a/media-sound/jmax/jmax-4.1.0.ebuild b/media-sound/jmax/jmax-4.1.0.ebuild index e05ffa991841..144ae2a98b16 100644 --- a/media-sound/jmax/jmax-4.1.0.ebuild +++ b/media-sound/jmax/jmax-4.1.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/jmax/jmax-4.1.0.ebuild,v 1.9 2007/03/04 22:29:32 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/jmax/jmax-4.1.0.ebuild,v 1.10 2007/05/01 00:06:31 genone Exp $ WANT_AUTOMAKE="1.4" WANT_AUTOCONF="2.5" @@ -56,7 +56,7 @@ src_install () { pkg_postinst() { echo - einfo "To get started, have a look at the tutorials" - einfo "in /usr/lib/jmax/tutorials/basics" + elog "To get started, have a look at the tutorials" + elog "in /usr/lib/jmax/tutorials/basics" echo } diff --git a/media-sound/lastfmplayer/ChangeLog b/media-sound/lastfmplayer/ChangeLog index 35fd7b3cac30..ccba72974fef 100644 --- a/media-sound/lastfmplayer/ChangeLog +++ b/media-sound/lastfmplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/lastfmplayer # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/ChangeLog,v 1.14 2007/04/07 13:40:05 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/ChangeLog,v 1.15 2007/05/01 00:09:23 genone Exp $ + + 01 May 2007; Marius Mauch + lastfmplayer-1.0.0.1_p2113.ebuild, lastfmplayer-1.1.3-r1.ebuild: + Replacing einfo with elog *lastfmplayer-1.1.3-r1 (20 Mar 2007) diff --git a/media-sound/lastfmplayer/lastfmplayer-1.0.0.1_p2113.ebuild b/media-sound/lastfmplayer/lastfmplayer-1.0.0.1_p2113.ebuild index a062c3b845cb..26067293433e 100644 --- a/media-sound/lastfmplayer/lastfmplayer-1.0.0.1_p2113.ebuild +++ b/media-sound/lastfmplayer/lastfmplayer-1.0.0.1_p2113.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/lastfmplayer/lastfmplayer-1.0.0.1_p2113.ebuild,v 1.6 2006/11/04 20:58:19 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/lastfmplayer-1.0.0.1_p2113.ebuild,v 1.7 2007/05/01 00:09:23 genone Exp $ inherit eutils versionator @@ -95,12 +95,12 @@ src_install() { } pkg_postinst() { - einfo "To use the Last.fm player with a mozilla based browser:" - einfo " 1. Go to about:config in the browser" - einfo " 2. Right-click on the page" - einfo " 3. Select New and then String" - einfo " 4. For the name: network.protocol-handler.app.lastfm" - einfo " 5. For the value: /usr/bin/lastfm" - einfo - einfo "If you experiance awkward fonts or widgets, try running qtconfig." + elog "To use the Last.fm player with a mozilla based browser:" + elog " 1. Go to about:config in the browser" + elog " 2. Right-click on the page" + elog " 3. Select New and then String" + elog " 4. For the name: network.protocol-handler.app.lastfm" + elog " 5. For the value: /usr/bin/lastfm" + elog + elog "If you experiance awkward fonts or widgets, try running qtconfig." } diff --git a/media-sound/lastfmplayer/lastfmplayer-1.1.3-r1.ebuild b/media-sound/lastfmplayer/lastfmplayer-1.1.3-r1.ebuild index e733e3a771bc..66327dcd658c 100644 --- a/media-sound/lastfmplayer/lastfmplayer-1.1.3-r1.ebuild +++ b/media-sound/lastfmplayer/lastfmplayer-1.1.3-r1.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/lastfmplayer/lastfmplayer-1.1.3-r1.ebuild,v 1.1 2007/03/20 21:50:17 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/lastfmplayer-1.1.3-r1.ebuild,v 1.2 2007/05/01 00:09:23 genone Exp $ inherit eutils versionator @@ -63,12 +63,12 @@ src_install() { } pkg_postinst() { - einfo "To use the Last.fm player with a mozilla based browser:" - einfo " 1. Go to about:config in the browser" - einfo " 2. Right-click on the page" - einfo " 3. Select New and then String" - einfo " 4. For the name: network.protocol-handler.app.lastfm" - einfo " 5. For the value: /usr/bin/lastfm" - einfo - einfo "If you experiance awkward fonts or widgets, try running qtconfig." + elog "To use the Last.fm player with a mozilla based browser:" + elog " 1. Go to about:config in the browser" + elog " 2. Right-click on the page" + elog " 3. Select New and then String" + elog " 4. For the name: network.protocol-handler.app.lastfm" + elog " 5. For the value: /usr/bin/lastfm" + elog + elog "If you experiance awkward fonts or widgets, try running qtconfig." } diff --git a/media-sound/mpdscribble/ChangeLog b/media-sound/mpdscribble/ChangeLog index f91a5c588280..e9726135eb72 100644 --- a/media-sound/mpdscribble/ChangeLog +++ b/media-sound/mpdscribble/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/mpdscribble # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.14 2007/04/18 19:16:36 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.15 2007/05/01 00:11:46 genone Exp $ + + 01 May 2007; Marius Mauch mpdscribble-0.2.6.ebuild, + mpdscribble-0.2.7.ebuild, mpdscribble-0.2.9.ebuild, + mpdscribble-0.2.10.ebuild, mpdscribble-0.2.12.ebuild: + Replacing einfo with elog 18 Apr 2007; Gustavo Zacarias mpdscribble-0.2.12.ebuild: diff --git a/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild index 09e282a663a6..4d4f73f131b8 100644 --- a/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild +++ b/media-sound/mpdscribble/mpdscribble-0.2.10.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/mpdscribble/mpdscribble-0.2.10.ebuild,v 1.1 2006/06/03 10:22:06 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.10.ebuild,v 1.2 2007/05/01 00:11:46 genone Exp $ DESCRIPTION="An MPD client that submits information to audioscrobbler." HOMEPAGE="http://www.frob.nl/scribble.html" @@ -26,14 +26,14 @@ src_install() { } pkg_postinst() { - einfo "" - einfo "Please run:" - einfo " /usr/share/mpdscribble/setup.sh" - einfo "in order to configure mpdscribble. If you do this as root, a" - einfo "system-wide configuration will be created. Otherwise, a per-user" - einfo "configuration file will be created." - einfo "" - einfo "To start mpdscribble:" - einfo " /etc/init.d/mpdscribble start" - einfo "" + elog "" + elog "Please run:" + elog " /usr/share/mpdscribble/setup.sh" + elog "in order to configure mpdscribble. If you do this as root, a" + elog "system-wide configuration will be created. Otherwise, a per-user" + elog "configuration file will be created." + elog "" + elog "To start mpdscribble:" + elog " /etc/init.d/mpdscribble start" + elog "" } diff --git a/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild index 1189eb5dd9ea..16ea2310cb67 100644 --- a/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild +++ b/media-sound/mpdscribble/mpdscribble-0.2.12.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/mpdscribble/mpdscribble-0.2.12.ebuild,v 1.2 2007/04/18 19:16:36 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.12.ebuild,v 1.3 2007/05/01 00:11:46 genone Exp $ DESCRIPTION="An MPD client that submits information to audioscrobbler." HOMEPAGE="http://www.frob.nl/scribble.html" @@ -26,14 +26,14 @@ src_install() { } pkg_postinst() { - einfo "" - einfo "Please run:" - einfo " /usr/share/mpdscribble/setup.sh" - einfo "in order to configure mpdscribble. If you do this as root, a" - einfo "system-wide configuration will be created. Otherwise, a per-user" - einfo "configuration file will be created." - einfo "" - einfo "To start mpdscribble:" - einfo " /etc/init.d/mpdscribble start" - einfo "" + elog "" + elog "Please run:" + elog " /usr/share/mpdscribble/setup.sh" + elog "in order to configure mpdscribble. If you do this as root, a" + elog "system-wide configuration will be created. Otherwise, a per-user" + elog "configuration file will be created." + elog "" + elog "To start mpdscribble:" + elog " /etc/init.d/mpdscribble start" + elog "" } diff --git a/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild index 8a6031df4e9f..898a31241e1d 100644 --- a/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild +++ b/media-sound/mpdscribble/mpdscribble-0.2.6.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/mpdscribble/mpdscribble-0.2.6.ebuild,v 1.7 2006/05/28 14:28:10 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild,v 1.8 2007/05/01 00:11:46 genone Exp $ DESCRIPTION="An MPD client that submits information to audioscrobbler." HOMEPAGE="http://www.frob.nl/scribble.html" @@ -26,14 +26,14 @@ src_install() { } pkg_postinst() { - einfo "" - einfo "Please run:" - einfo " /usr/share/mpdscribble/setup.sh" - einfo "in order to configure mpdscribble. If you do this as root, a" - einfo "system-wide configuration will be created. Otherwise, a per-user" - einfo "configuration file will be created." - einfo "" - einfo "To start mpdscribble:" - einfo " /etc/init.d/mpdscribble start" - einfo "" + elog "" + elog "Please run:" + elog " /usr/share/mpdscribble/setup.sh" + elog "in order to configure mpdscribble. If you do this as root, a" + elog "system-wide configuration will be created. Otherwise, a per-user" + elog "configuration file will be created." + elog "" + elog "To start mpdscribble:" + elog " /etc/init.d/mpdscribble start" + elog "" } diff --git a/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild index 9ccd16f44e5b..5c84c7e0036b 100644 --- a/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild +++ b/media-sound/mpdscribble/mpdscribble-0.2.7.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/mpdscribble/mpdscribble-0.2.7.ebuild,v 1.4 2006/05/28 14:28:10 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild,v 1.5 2007/05/01 00:11:46 genone Exp $ DESCRIPTION="An MPD client that submits information to audioscrobbler." HOMEPAGE="http://www.frob.nl/scribble.html" @@ -26,14 +26,14 @@ src_install() { } pkg_postinst() { - einfo "" - einfo "Please run:" - einfo " /usr/share/mpdscribble/setup.sh" - einfo "in order to configure mpdscribble. If you do this as root, a" - einfo "system-wide configuration will be created. Otherwise, a per-user" - einfo "configuration file will be created." - einfo "" - einfo "To start mpdscribble:" - einfo " /etc/init.d/mpdscribble start" - einfo "" + elog "" + elog "Please run:" + elog " /usr/share/mpdscribble/setup.sh" + elog "in order to configure mpdscribble. If you do this as root, a" + elog "system-wide configuration will be created. Otherwise, a per-user" + elog "configuration file will be created." + elog "" + elog "To start mpdscribble:" + elog " /etc/init.d/mpdscribble start" + elog "" } diff --git a/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild index cf9f47b4bd5a..e03cec8cb3b8 100644 --- a/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild +++ b/media-sound/mpdscribble/mpdscribble-0.2.9.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/mpdscribble/mpdscribble-0.2.9.ebuild,v 1.1 2006/05/28 14:28:10 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.9.ebuild,v 1.2 2007/05/01 00:11:46 genone Exp $ DESCRIPTION="An MPD client that submits information to audioscrobbler." HOMEPAGE="http://www.frob.nl/scribble.html" @@ -26,14 +26,14 @@ src_install() { } pkg_postinst() { - einfo "" - einfo "Please run:" - einfo " /usr/share/mpdscribble/setup.sh" - einfo "in order to configure mpdscribble. If you do this as root, a" - einfo "system-wide configuration will be created. Otherwise, a per-user" - einfo "configuration file will be created." - einfo "" - einfo "To start mpdscribble:" - einfo " /etc/init.d/mpdscribble start" - einfo "" + elog "" + elog "Please run:" + elog " /usr/share/mpdscribble/setup.sh" + elog "in order to configure mpdscribble. If you do this as root, a" + elog "system-wide configuration will be created. Otherwise, a per-user" + elog "configuration file will be created." + elog "" + elog "To start mpdscribble:" + elog " /etc/init.d/mpdscribble start" + elog "" } diff --git a/media-sound/mpg123/ChangeLog b/media-sound/mpg123/ChangeLog index e8f07d26bfd8..1717e977d3fc 100644 --- a/media-sound/mpg123/ChangeLog +++ b/media-sound/mpg123/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/mpg123 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/ChangeLog,v 1.115 2007/04/11 19:02:47 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/ChangeLog,v 1.116 2007/05/01 00:15:44 genone Exp $ + + 01 May 2007; Marius Mauch mpg123-0.61.ebuild, + mpg123-0.65.ebuild: + Replacing einfo with elog 11 Apr 2007; Markus Rothe mpg123-0.65.ebuild: Stable on ppc64; bug #113414 diff --git a/media-sound/mpg123/mpg123-0.61.ebuild b/media-sound/mpg123/mpg123-0.61.ebuild index e7d4f5120fbf..1c3179377a55 100644 --- a/media-sound/mpg123/mpg123-0.61.ebuild +++ b/media-sound/mpg123/mpg123-0.61.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/mpg123/mpg123-0.61.ebuild,v 1.5 2007/04/09 10:43:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-0.61.ebuild,v 1.6 2007/05/01 00:15:44 genone Exp $ inherit eutils @@ -52,11 +52,11 @@ src_compile() { myconf="--with-cpu=mmx" fi - einfo "Compiling with ${audiodev} audio output." - einfo "If that is not what you want, then select exactly ONE" - einfo "of the following USE flags:" - einfo "alsa oss sdl esd nas jack portaudio" - einfo "and recompile ${PN}." + elog "Compiling with ${audiodev} audio output." + elog "If that is not what you want, then select exactly ONE" + elog "of the following USE flags:" + elog "alsa oss sdl esd nas jack portaudio" + elog "and recompile ${PN}." epause 5 econf \ diff --git a/media-sound/mpg123/mpg123-0.65.ebuild b/media-sound/mpg123/mpg123-0.65.ebuild index e348488cd4df..b3a5b384fb41 100644 --- a/media-sound/mpg123/mpg123-0.65.ebuild +++ b/media-sound/mpg123/mpg123-0.65.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/mpg123/mpg123-0.65.ebuild,v 1.8 2007/04/11 19:02:47 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-0.65.ebuild,v 1.9 2007/05/01 00:15:44 genone Exp $ inherit eutils @@ -52,11 +52,11 @@ src_compile() { myconf="--with-cpu=mmx" fi - einfo "Compiling with ${audiodev} audio output." - einfo "If that is not what you want, then select exactly ONE" - einfo "of the following USE flags:" - einfo "alsa oss sdl esd nas jack portaudio" - einfo "and recompile ${PN}." + elog "Compiling with ${audiodev} audio output." + elog "If that is not what you want, then select exactly ONE" + elog "of the following USE flags:" + elog "alsa oss sdl esd nas jack portaudio" + elog "and recompile ${PN}." epause 5 econf \ diff --git a/media-sound/muine/ChangeLog b/media-sound/muine/ChangeLog index bd5da3564c2d..1c55ea1ba492 100644 --- a/media-sound/muine/ChangeLog +++ b/media-sound/muine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/muine # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.40 2007/02/08 16:46:56 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.41 2007/05/01 00:17:11 genone Exp $ + + 01 May 2007; Marius Mauch muine-0.8.7.ebuild: + Replacing einfo with elog 08 Feb 2007; Peter Johanson -muine-0.8.6.ebuild: Remove old version that depends on the removed old dbus version. diff --git a/media-sound/muine/muine-0.8.7.ebuild b/media-sound/muine/muine-0.8.7.ebuild index c7ff8b821051..cd37e595482e 100644 --- a/media-sound/muine/muine-0.8.7.ebuild +++ b/media-sound/muine/muine-0.8.7.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/muine/muine-0.8.7.ebuild,v 1.1 2007/01/22 18:54:26 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.7.ebuild,v 1.2 2007/05/01 00:17:11 genone Exp $ inherit gnome2 mono eutils multilib autotools @@ -78,10 +78,10 @@ src_install() { } pkg_postinst() { - einfo - einfo "Upstream no longer packages the tray icon plugin by default." - einfo "The Gentoo ebuilds will continue to install the plugin, if you don't" - einfo "want to use the plugin, remove TrayIcon.dll from" - einfo "/usr/$(get_libdir)/muine/plugins/" - einfo + elog + elog "Upstream no longer packages the tray icon plugin by default." + elog "The Gentoo ebuilds will continue to install the plugin, if you don't" + elog "want to use the plugin, remove TrayIcon.dll from" + elog "/usr/$(get_libdir)/muine/plugins/" + elog } diff --git a/media-sound/ncmpc/ChangeLog b/media-sound/ncmpc/ChangeLog index 3f3c1e227fc3..1bed91ddf015 100644 --- a/media-sound/ncmpc/ChangeLog +++ b/media-sound/ncmpc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/ncmpc # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ChangeLog,v 1.24 2007/04/04 07:45:49 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ChangeLog,v 1.25 2007/05/01 00:18:45 genone Exp $ + + 01 May 2007; Marius Mauch ncmpc-0.11.1-r1.ebuild, + ncmpc-0.11.1-r2.ebuild: + Replacing einfo with elog 04 Apr 2007; Andrej Kacian ncmpc-0.11.1-r2.ebuild: Only apply patch to use libncursesw for wide chars if ncurses has been built diff --git a/media-sound/ncmpc/ncmpc-0.11.1-r1.ebuild b/media-sound/ncmpc/ncmpc-0.11.1-r1.ebuild index 4be10e9f624a..6267cec93867 100644 --- a/media-sound/ncmpc/ncmpc-0.11.1-r1.ebuild +++ b/media-sound/ncmpc/ncmpc-0.11.1-r1.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/ncmpc/ncmpc-0.11.1-r1.ebuild,v 1.10 2007/02/20 18:45:37 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.1-r1.ebuild,v 1.11 2007/05/01 00:18:45 genone Exp $ DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)" HOMEPAGE="http://www.musicpd.org/?page=ncmpc" @@ -18,7 +18,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" pkg_setup() { - use search-screen && einfo "Please note that the search-screen is experimental" + use search-screen && elog "Please note that the search-screen is experimental" } src_compile() { diff --git a/media-sound/ncmpc/ncmpc-0.11.1-r2.ebuild b/media-sound/ncmpc/ncmpc-0.11.1-r2.ebuild index cf9b29a81fff..9f41da8e89fa 100644 --- a/media-sound/ncmpc/ncmpc-0.11.1-r2.ebuild +++ b/media-sound/ncmpc/ncmpc-0.11.1-r2.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/ncmpc/ncmpc-0.11.1-r2.ebuild,v 1.2 2007/04/04 07:45:49 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.1-r2.ebuild,v 1.3 2007/05/01 00:18:45 genone Exp $ inherit eutils autotools @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" pkg_setup() { - use search-screen && einfo "Please note that the search-screen is experimental" + use search-screen && elog "Please note that the search-screen is experimental" } src_unpack() { diff --git a/media-sound/radiomixer/ChangeLog b/media-sound/radiomixer/ChangeLog index def878c4e261..d71161dc4f87 100644 --- a/media-sound/radiomixer/ChangeLog +++ b/media-sound/radiomixer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/radiomixer # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/radiomixer/ChangeLog,v 1.5 2007/02/11 18:11:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/radiomixer/ChangeLog,v 1.6 2007/05/01 00:20:01 genone Exp $ + + 01 May 2007; Marius Mauch radiomixer-1.0.ebuild: + Replacing einfo with elog 11 Feb 2007; Diego Pettenò radiomixer-1.0.ebuild: Don't depend on virtual/alsa (those are drivers), depend properly on diff --git a/media-sound/radiomixer/radiomixer-1.0.ebuild b/media-sound/radiomixer/radiomixer-1.0.ebuild index 244ed6fff24f..790fa934ecea 100644 --- a/media-sound/radiomixer/radiomixer-1.0.ebuild +++ b/media-sound/radiomixer/radiomixer-1.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/radiomixer/radiomixer-1.0.ebuild,v 1.3 2007/02/11 18:11:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/radiomixer/radiomixer-1.0.ebuild,v 1.4 2007/05/01 00:20:01 genone Exp $ inherit kde-functions eutils @@ -54,9 +54,9 @@ pkg_setup() { echo fi - einfo - einfo "Jack mode is recommended by upstream." - einfo + elog + elog "Jack mode is recommended by upstream." + elog } src_compile() { diff --git a/media-sound/slimserver/ChangeLog b/media-sound/slimserver/ChangeLog index ea4c34b708c6..cbaaaad43936 100644 --- a/media-sound/slimserver/ChangeLog +++ b/media-sound/slimserver/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/slimserver # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/slimserver/ChangeLog,v 1.6 2007/01/18 23:33:10 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/slimserver/ChangeLog,v 1.7 2007/05/01 00:22:14 genone Exp $ + + 01 May 2007; Marius Mauch slimserver-6.5.0.ebuild, + slimserver-6.5.1.ebuild: + Replacing einfo with elog *slimserver-6.5.1 (18 Jan 2007) diff --git a/media-sound/slimserver/slimserver-6.5.0.ebuild b/media-sound/slimserver/slimserver-6.5.0.ebuild index 7ae236fd017d..b11c0746e730 100644 --- a/media-sound/slimserver/slimserver-6.5.0.ebuild +++ b/media-sound/slimserver/slimserver-6.5.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/slimserver/slimserver-6.5.0.ebuild,v 1.4 2006/12/26 23:13:44 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/slimserver/slimserver-6.5.0.ebuild,v 1.5 2007/05/01 00:22:14 genone Exp $ inherit eutils @@ -99,15 +99,15 @@ src_install() { } pkg_postinst() { - #einfo "To create the SlimServer database, run" - #einfo "\temerge --config =${CATEGORY}/${PF}" - einfo "To start SlimServer, run" - einfo "\t/etc/init.d/slimserver start" - einfo "To start SlimServer automatically on boot, run:" - einfo "\trc-update add slimserver default" + #elog "To create the SlimServer database, run" + #elog "\temerge --config =${CATEGORY}/${PF}" + elog "To start SlimServer, run" + elog "\t/etc/init.d/slimserver start" + elog "To start SlimServer automatically on boot, run:" + elog "\trc-update add slimserver default" httpport=$(gawk '$1 == "httpport:" { print $2 }' ${R}/etc/slimserver.prefs) - einfo "To configure SlimServer, browse to:" - einfo "\thttp://localhost:${httpport:-9000}/" + elog "To configure SlimServer, browse to:" + elog "\thttp://localhost:${httpport:-9000}/" } #pkg_config() { diff --git a/media-sound/slimserver/slimserver-6.5.1.ebuild b/media-sound/slimserver/slimserver-6.5.1.ebuild index 4708a35e9504..837a1a097610 100644 --- a/media-sound/slimserver/slimserver-6.5.1.ebuild +++ b/media-sound/slimserver/slimserver-6.5.1.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/slimserver/slimserver-6.5.1.ebuild,v 1.1 2007/01/18 23:33:10 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/slimserver/slimserver-6.5.1.ebuild,v 1.2 2007/05/01 00:22:14 genone Exp $ inherit eutils @@ -99,15 +99,15 @@ src_install() { } pkg_postinst() { - #einfo "To create the SlimServer database, run" - #einfo "\temerge --config =${CATEGORY}/${PF}" - einfo "To start SlimServer, run" - einfo "\t/etc/init.d/slimserver start" - einfo "To start SlimServer automatically on boot, run:" - einfo "\trc-update add slimserver default" + #elog "To create the SlimServer database, run" + #elog "\temerge --config =${CATEGORY}/${PF}" + elog "To start SlimServer, run" + elog "\t/etc/init.d/slimserver start" + elog "To start SlimServer automatically on boot, run:" + elog "\trc-update add slimserver default" httpport=$(gawk '$1 == "httpport:" { print $2 }' ${R}/etc/slimserver.prefs) - einfo "To configure SlimServer, browse to:" - einfo "\thttp://localhost:${httpport:-9000}/" + elog "To configure SlimServer, browse to:" + elog "\thttp://localhost:${httpport:-9000}/" } #pkg_config() { diff --git a/media-sound/spiralmodular/ChangeLog b/media-sound/spiralmodular/ChangeLog index 65d222431ffe..1c46df742dbd 100644 --- a/media-sound/spiralmodular/ChangeLog +++ b/media-sound/spiralmodular/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/spiralmodular # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/spiralmodular/ChangeLog,v 1.18 2007/02/22 01:25:11 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/spiralmodular/ChangeLog,v 1.19 2007/05/01 00:23:50 genone Exp $ + + 01 May 2007; Marius Mauch spiralmodular-0.2.1.ebuild, + spiralmodular-0.2.2a.ebuild, spiralmodular-0.2.2a-r1.ebuild: + Replacing einfo with elog 22 Feb 2007; Piotr Jaroszyński ChangeLog: Transition to Manifest2. diff --git a/media-sound/spiralmodular/spiralmodular-0.2.1.ebuild b/media-sound/spiralmodular/spiralmodular-0.2.1.ebuild index 33b7dba437a1..fac88dd9b8eb 100644 --- a/media-sound/spiralmodular/spiralmodular-0.2.1.ebuild +++ b/media-sound/spiralmodular/spiralmodular-0.2.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/spiralmodular/spiralmodular-0.2.1.ebuild,v 1.13 2006/04/03 15:42:37 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/spiralmodular/spiralmodular-0.2.1.ebuild,v 1.14 2007/05/01 00:23:50 genone Exp $ inherit eutils @@ -43,7 +43,7 @@ src_install() { } pkg_postinst() { - einfo - einfo "Remember to remove any old ~/.sprialmodular files" - einfo + elog + elog "Remember to remove any old ~/.sprialmodular files" + elog } diff --git a/media-sound/spiralmodular/spiralmodular-0.2.2a-r1.ebuild b/media-sound/spiralmodular/spiralmodular-0.2.2a-r1.ebuild index c928eaf55d00..f9132d3f6bbd 100644 --- a/media-sound/spiralmodular/spiralmodular-0.2.2a-r1.ebuild +++ b/media-sound/spiralmodular/spiralmodular-0.2.2a-r1.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/spiralmodular/spiralmodular-0.2.2a-r1.ebuild,v 1.4 2006/09/05 19:52:17 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/spiralmodular/spiralmodular-0.2.2a-r1.ebuild,v 1.5 2007/05/01 00:23:50 genone Exp $ inherit eutils multilib @@ -57,7 +57,7 @@ src_install() { } pkg_postinst() { - einfo - einfo "Remember to remove any old ~/.sprialmodular files" - einfo + elog + elog "Remember to remove any old ~/.sprialmodular files" + elog } diff --git a/media-sound/spiralmodular/spiralmodular-0.2.2a.ebuild b/media-sound/spiralmodular/spiralmodular-0.2.2a.ebuild index 7033159d5752..91778c26cdd8 100644 --- a/media-sound/spiralmodular/spiralmodular-0.2.2a.ebuild +++ b/media-sound/spiralmodular/spiralmodular-0.2.2a.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/spiralmodular/spiralmodular-0.2.2a.ebuild,v 1.11 2006/04/03 15:42:37 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/spiralmodular/spiralmodular-0.2.2a.ebuild,v 1.12 2007/05/01 00:23:50 genone Exp $ inherit eutils @@ -50,7 +50,7 @@ src_install() { } pkg_postinst() { - einfo - einfo "Remember to remove any old ~/.sprialmodular files" - einfo + elog + elog "Remember to remove any old ~/.sprialmodular files" + elog } diff --git a/media-sound/supercollider/ChangeLog b/media-sound/supercollider/ChangeLog index e8e423a394f8..826723dd6f29 100644 --- a/media-sound/supercollider/ChangeLog +++ b/media-sound/supercollider/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/supercollider # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/supercollider/ChangeLog,v 1.7 2007/02/03 20:32:43 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/supercollider/ChangeLog,v 1.8 2007/05/01 00:26:46 genone Exp $ + + 01 May 2007; Marius Mauch + supercollider-20040903.ebuild: + Replacing einfo with elog 03 Feb 2007; Diego Pettenò ChangeLog: Regenerate digest in Manifest2 format. diff --git a/media-sound/supercollider/supercollider-20040903.ebuild b/media-sound/supercollider/supercollider-20040903.ebuild index e160ff0df125..725441f30b28 100644 --- a/media-sound/supercollider/supercollider-20040903.ebuild +++ b/media-sound/supercollider/supercollider-20040903.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/supercollider/supercollider-20040903.ebuild,v 1.6 2005/09/08 11:13:07 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/supercollider/supercollider-20040903.ebuild,v 1.7 2007/05/01 00:26:46 genone Exp $ IUSE="emacs" @@ -98,10 +98,10 @@ src_install() { } pkg_postinst() { - einfo - einfo "Notice: SuperCollider is not very intuitive to get up and running." - einfo "The best course of action to make sure that the installation was" - einfo "successful and get you started with using SuperCollider is to take" - einfo "a look through /usr/share/doc/${PF}/README-gentoo.txt.gz" - einfo + elog + elog "Notice: SuperCollider is not very intuitive to get up and running." + elog "The best course of action to make sure that the installation was" + elog "successful and get you started with using SuperCollider is to take" + elog "a look through /usr/share/doc/${PF}/README-gentoo.txt.gz" + elog } -- 2.26.2