Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Tue, 1 May 2007 00:26:46 +0000 (00:26 +0000)
committerMarius Mauch <genone@gentoo.org>
Tue, 1 May 2007 00:26:46 +0000 (00:26 +0000)
Package-Manager: portage-2.1.2.5

33 files changed:
media-sound/jack-audio-connection-kit/ChangeLog
media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.101.1-r1.ebuild
media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.102.20.ebuild
media-sound/jmax/ChangeLog
media-sound/jmax/jmax-4.1.0.ebuild
media-sound/lastfmplayer/ChangeLog
media-sound/lastfmplayer/lastfmplayer-1.0.0.1_p2113.ebuild
media-sound/lastfmplayer/lastfmplayer-1.1.3-r1.ebuild
media-sound/mpdscribble/ChangeLog
media-sound/mpdscribble/mpdscribble-0.2.10.ebuild
media-sound/mpdscribble/mpdscribble-0.2.12.ebuild
media-sound/mpdscribble/mpdscribble-0.2.6.ebuild
media-sound/mpdscribble/mpdscribble-0.2.7.ebuild
media-sound/mpdscribble/mpdscribble-0.2.9.ebuild
media-sound/mpg123/ChangeLog
media-sound/mpg123/mpg123-0.61.ebuild
media-sound/mpg123/mpg123-0.65.ebuild
media-sound/muine/ChangeLog
media-sound/muine/muine-0.8.7.ebuild
media-sound/ncmpc/ChangeLog
media-sound/ncmpc/ncmpc-0.11.1-r1.ebuild
media-sound/ncmpc/ncmpc-0.11.1-r2.ebuild
media-sound/radiomixer/ChangeLog
media-sound/radiomixer/radiomixer-1.0.ebuild
media-sound/slimserver/ChangeLog
media-sound/slimserver/slimserver-6.5.0.ebuild
media-sound/slimserver/slimserver-6.5.1.ebuild
media-sound/spiralmodular/ChangeLog
media-sound/spiralmodular/spiralmodular-0.2.1.ebuild
media-sound/spiralmodular/spiralmodular-0.2.2a-r1.ebuild
media-sound/spiralmodular/spiralmodular-0.2.2a.ebuild
media-sound/supercollider/ChangeLog
media-sound/supercollider/supercollider-20040903.ebuild

index 4024cf6355cb163e05a8990faa809956e37d7ea2..555da56a20218e221ff08a9d24013fff446650c6 100644 (file)
@@ -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 <genone@gentoo.org>
+  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 <armin76@gentoo.org>
   jack-audio-connection-kit-0.102.20.ebuild:
index 98a6eed15218fdffd6a4535474916131ad7c1cb7..fe50456cebf920d94e742ae0ed3dae115799a063 100644 (file)
@@ -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
index 3a95aee0f259623148d8380fc0c51772607cd5da..e9f31dbeb8b748d4cb8b91dd377f1c9719b8a686 100644 (file)
@@ -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
index a0e213e60f41b2925d43644cd157b5c68b113c89..f4e4d318e56b3fcefda6d7bf5510e80f1fbf26e7 100644 (file)
@@ -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 <genone@gentoo.org> jmax-4.1.0.ebuild:
+  Replacing einfo with elog
 
   04 Mar 2007; Ryan Hill <dirtyepic@gentoo.org>
   +files/jmax-4.1.0-gcc41.patch, +files/jmax-4.1.0-usercflags.patch,
index e05ffa991841013483cfed9365c56919135b781b..144ae2a98b167bc17b3b56d361e048125b867750 100644 (file)
@@ -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
 }
index 35fd7b3cac3074f6c1683c23d2f157d8411d2264..ccba72974fefb3c15b17de38900aa3875d023c68 100644 (file)
@@ -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 <genone@gentoo.org>
+  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)
 
index a062c3b845cb224b7bd5ff00df37a0e016fdabdf..26067293433eb8523a00d30098ab7e6f0e393cd2 100644 (file)
@@ -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."
 }
index e733e3a771bc50a5d3be443428b38bf372bbb2f0..66327dcd658c93155516a47af6f14438abe0324a 100644 (file)
@@ -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."
 }
index f91a5c588280245d841687ae44a31d06a10430c3..e9726135eb724ceba4a79e3c560becc02e48cb8b 100644 (file)
@@ -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 <genone@gentoo.org> 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 <gustavoz@gentoo.org>
   mpdscribble-0.2.12.ebuild:
index 09e282a663a6030c3b978faeddb9908bf032f1ec..4d4f73f131b8dc225350529e4e35f9fdbc9cc398 100644 (file)
@@ -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 ""
 }
index 1189eb5dd9ea5caee849c989062015cfd62c9a88..16ea2310cb6718739693f82d7672a4f83e63bde2 100644 (file)
@@ -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 ""
 }
index 8a6031df4e9f8a3d4a8f1b9ff2549b0e4cb0152f..898a31241e1dd599af317d65a23f7c8a6c3c15fd 100644 (file)
@@ -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 ""
 }
index 9ccd16f44e5be88c75927325ca57e5aecf6d00d5..5c84c7e0036ba22efc3c2ba718c6b8626adbd476 100644 (file)
@@ -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 ""
 }
index cf9f47b4bd5aa2a865ec82ead283cbcbc1b45257..e03cec8cb3b844a4aacd8aeb73e0f4ce649676a1 100644 (file)
@@ -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 ""
 }
index e8f07d26bfd80760b554af7f8d307fc2c9304f02..1717e977d3fc8f4b07c12dd782576b1111211e94 100644 (file)
@@ -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 <genone@gentoo.org> mpg123-0.61.ebuild,
+  mpg123-0.65.ebuild:
+  Replacing einfo with elog
 
   11 Apr 2007; Markus Rothe <corsair@gentoo.org> mpg123-0.65.ebuild:
   Stable on ppc64; bug #113414
index e7d4f5120fbfaa1978fbf66697e5e39bf5c8d6f8..1c3179377a5569618b39f93e88bf10261fe16949 100644 (file)
@@ -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 \
index e348488cd4df1077d8128095e31c1329e83d13bd..b3a5b384fb4179bbbff343a76b5c0d2faf75f01f 100644 (file)
@@ -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 \
index bd5da3564c2da74c28c1ec6419be5b6eef3ca38c..1c55ea1ba492d0c5c221bb5c1ed85ee3bc16ce7e 100644 (file)
@@ -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 <genone@gentoo.org> muine-0.8.7.ebuild:
+  Replacing einfo with elog
 
   08 Feb 2007; Peter Johanson <latexer@gentoo.org> -muine-0.8.6.ebuild:
   Remove old version that depends on the removed old dbus version.
index c7ff8b82105174e8ac43fe3b2ec36b22bf23ef30..cd37e595482e3d36642e82969dc58450ff34815b 100644 (file)
@@ -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
 }
index 3f3c1e227fc3a8f548c739d4cc5643585bfec802..1bed91ddf015cee749dbb2a6aab268756a262b5b 100644 (file)
@@ -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 <genone@gentoo.org> ncmpc-0.11.1-r1.ebuild,
+  ncmpc-0.11.1-r2.ebuild:
+  Replacing einfo with elog
 
   04 Apr 2007; Andrej Kacian <ticho@gentoo.org> ncmpc-0.11.1-r2.ebuild:
   Only apply patch to use libncursesw for wide chars if ncurses has been built
index 4be10e9f624aa1b10e3ec94ae3a9660e64b86377..6267cec938675428a4c8941d8fee2d17c05be802 100644 (file)
@@ -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() {
index cf9b29a81fff402ec093d78ea4d88ce76fed5c30..9f41da8e89fa1fd92da1b367a668216ac1bda4c7 100644 (file)
@@ -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() {
index def878c4e261ab4160ea6732ae3061a5a4d6a989..d71161dc4f8752c47ad26f3f7d3eca368e7f8746 100644 (file)
@@ -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 <genone@gentoo.org> radiomixer-1.0.ebuild:
+  Replacing einfo with elog
 
   11 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> radiomixer-1.0.ebuild:
   Don't depend on virtual/alsa (those are drivers), depend properly on
index 244ed6fff24f6199d0035c6fddfbb8d242ae5ccb..790fa934eceaa121d7e1e040609e9b5d296c10e4 100644 (file)
@@ -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() {
index ea4c34b708c69d2d630861f649f07d3a16428b62..cbaaaad439365bbf69a5f9b221c078b03f246b33 100644 (file)
@@ -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 <genone@gentoo.org> slimserver-6.5.0.ebuild,
+  slimserver-6.5.1.ebuild:
+  Replacing einfo with elog
 
 *slimserver-6.5.1 (18 Jan 2007)
 
index 7ae236fd017dec158628423c7df08ce162f80869..b11c0746e73054177891fea8bb0d84fd45c24641 100644 (file)
@@ -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() {
index 4708a35e9504c45bab1abd1875b0bcdb971d7e4a..837a1a0976108e6d756dde8a97916c26504b8282 100644 (file)
@@ -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() {
index 65d222431ffeb1ad48c1d727c7045c210330e5e0..1c46df742dbd31299bc298ae44bc847c202babb8 100644 (file)
@@ -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 <genone@gentoo.org> 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 <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.
index 33b7dba437a1a7e06da5b3d989e65f137df3291e..fac88dd9b8eb8b607987fddb71bb8fd0bf98f041 100644 (file)
@@ -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
 }
index c928eaf55d00228eaf670e3091f1ecccd976d957..f9132d3f6bbdf298903ebcbb48afdf13351aafed 100644 (file)
@@ -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
 }
index 7033159d5752c2365ac5e94dd6ae76e32e38f868..91778c26cdd83ede2f47fb1a8233f59a29098db5 100644 (file)
@@ -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
 }
index e8e423a394f8cf7ced5f04f304f3d88b8c536241..826723dd6f29adea16745bc22d450b5ef9398157 100644 (file)
@@ -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 <genone@gentoo.org>
+  supercollider-20040903.ebuild:
+  Replacing einfo with elog
 
   03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.
index e160ff0df125bb3ee3c26761c9e0f4a81271cf0d..725441f30b283d4a836efabcc02d602a6c2ac64e 100644 (file)
@@ -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
 }