# 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:
-# 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
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
}
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*
${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
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
# 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
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
}
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*
${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
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
# 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,
# 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"
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
}
# 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)
-# 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
}
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."
}
# 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
}
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."
}
# 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:
-# 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"
}
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 ""
}
# 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"
}
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 ""
}
-# 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"
}
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 ""
}
-# 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"
}
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 ""
}
-# 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"
}
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 ""
}
# 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
# 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
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 \
# 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
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 \
# 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.
# 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
}
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
}
# 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
# 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"
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() {
# 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
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() {
# 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
# 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
echo
fi
- einfo
- einfo "Jack mode is recommended by upstream."
- einfo
+ elog
+ elog "Jack mode is recommended by upstream."
+ elog
}
src_compile() {
# 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)
-# 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
}
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() {
# 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
}
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() {
# 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.
-# 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
}
pkg_postinst() {
- einfo
- einfo "Remember to remove any old ~/.sprialmodular files"
- einfo
+ elog
+ elog "Remember to remove any old ~/.sprialmodular files"
+ elog
}
-# 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
}
pkg_postinst() {
- einfo
- einfo "Remember to remove any old ~/.sprialmodular files"
- einfo
+ elog
+ elog "Remember to remove any old ~/.sprialmodular files"
+ elog
}
-# 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
}
pkg_postinst() {
- einfo
- einfo "Remember to remove any old ~/.sprialmodular files"
- einfo
+ elog
+ elog "Remember to remove any old ~/.sprialmodular files"
+ elog
}
# 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.
-# 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"
}
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
}