summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/alsa-headers/ChangeLog7
-rw-r--r--media-sound/alsa-headers/alsa-headers-1.0.11.ebuild10
-rw-r--r--media-sound/alsa-headers/alsa-headers-1.0.12.ebuild10
-rw-r--r--media-sound/alsa-headers/alsa-headers-1.0.13.ebuild6
-rw-r--r--media-sound/alsa-headers/alsa-headers-9999.ebuild8
-rw-r--r--media-sound/alsa-headers/files/digest-alsa-headers-99991
-rw-r--r--media-sound/alsa-utils/ChangeLog7
-rw-r--r--media-sound/alsa-utils/alsa-utils-1.0.11.ebuild28
-rw-r--r--media-sound/alsa-utils/alsa-utils-1.0.12.ebuild28
-rw-r--r--media-sound/alsa-utils/alsa-utils-1.0.13.ebuild26
-rw-r--r--media-sound/alsa-utils/alsa-utils-1.0.14_rc1.ebuild26
-rw-r--r--media-sound/amsynth/ChangeLog8
-rw-r--r--media-sound/amsynth/amsynth-1.0.0-r1.ebuild20
-rw-r--r--media-sound/amsynth/amsynth-1.0.0.ebuild20
-rw-r--r--media-sound/amsynth/amsynth-1.1.0.ebuild20
15 files changed, 115 insertions, 110 deletions
diff --git a/media-sound/alsa-headers/ChangeLog b/media-sound/alsa-headers/ChangeLog
index 582bee830bda..51af9f51fe4f 100644
--- a/media-sound/alsa-headers/ChangeLog
+++ b/media-sound/alsa-headers/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/alsa-headers
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/ChangeLog,v 1.113 2007/01/04 17:36:23 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/ChangeLog,v 1.114 2007/01/05 17:19:31 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ alsa-headers-1.0.11.ebuild, alsa-headers-1.0.12.ebuild,
+ alsa-headers-1.0.13.ebuild, alsa-headers-9999.ebuild:
+ Dummify src_compile.
04 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org>
alsa-headers-1.0.14_rc1.ebuild:
diff --git a/media-sound/alsa-headers/alsa-headers-1.0.11.ebuild b/media-sound/alsa-headers/alsa-headers-1.0.11.ebuild
index 605deeddf4d3..23eb07b178e2 100644
--- a/media-sound/alsa-headers/alsa-headers-1.0.11.ebuild
+++ b/media-sound/alsa-headers/alsa-headers-1.0.11.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/alsa-headers/alsa-headers-1.0.11.ebuild,v 1.11 2006/08/01 17:40:31 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/alsa-headers-1.0.11.ebuild,v 1.12 2007/01/05 17:19:31 flameeyes Exp $
inherit eutils
@@ -22,7 +22,7 @@ DEPEND=""
# Remove the sound symlink workaround...
pkg_setup() {
if [[ -L ${ROOT}/usr/include/sound ]]; then
- rm ${ROOT}/usr/include/sound
+ rm ${ROOT}/usr/include/sound
fi
}
@@ -33,9 +33,7 @@ src_unpack() {
epatch ${FILESDIR}/${PN}-1.0.6a-user.patch
}
-src_compile() {
- einfo "No compilation neccessary"
-}
+src_compile() { :; }
src_install() {
cd ${S}/alsa-kernel/include
diff --git a/media-sound/alsa-headers/alsa-headers-1.0.12.ebuild b/media-sound/alsa-headers/alsa-headers-1.0.12.ebuild
index 3230f8d30ddf..4fd2ca965929 100644
--- a/media-sound/alsa-headers/alsa-headers-1.0.12.ebuild
+++ b/media-sound/alsa-headers/alsa-headers-1.0.12.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/alsa-headers/alsa-headers-1.0.12.ebuild,v 1.8 2006/10/18 05:16:46 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/alsa-headers-1.0.12.ebuild,v 1.9 2007/01/05 17:19:31 flameeyes Exp $
inherit eutils
@@ -22,7 +22,7 @@ DEPEND=""
# Remove the sound symlink workaround...
pkg_setup() {
if [[ -L "${ROOT}/usr/include/sound" ]]; then
- rm "${ROOT}/usr/include/sound"
+ rm "${ROOT}/usr/include/sound"
fi
}
@@ -33,9 +33,7 @@ src_unpack() {
epatch "${FILESDIR}/${PN}-1.0.6a-user.patch"
}
-src_compile() {
- einfo "No compilation neccessary"
-}
+src_compile() { :; }
src_install() {
cd "${S}/alsa-kernel/include"
diff --git a/media-sound/alsa-headers/alsa-headers-1.0.13.ebuild b/media-sound/alsa-headers/alsa-headers-1.0.13.ebuild
index b861ba2d0078..ee4c3042533a 100644
--- a/media-sound/alsa-headers/alsa-headers-1.0.13.ebuild
+++ b/media-sound/alsa-headers/alsa-headers-1.0.13.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/alsa-headers/alsa-headers-1.0.13.ebuild,v 1.11 2007/01/03 02:44:42 redhatter Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/alsa-headers-1.0.13.ebuild,v 1.12 2007/01/05 17:19:31 flameeyes Exp $
inherit eutils
@@ -35,9 +35,7 @@ src_unpack() {
epatch "${FILESDIR}/${PN}-1.0.6a-user.patch"
}
-src_compile() {
- einfo "No compilation neccessary"
-}
+src_compile() { :; }
src_install() {
cd "${S}/alsa-kernel/include"
diff --git a/media-sound/alsa-headers/alsa-headers-9999.ebuild b/media-sound/alsa-headers/alsa-headers-9999.ebuild
index 763fc4ebc2d0..ca15372924f7 100644
--- a/media-sound/alsa-headers/alsa-headers-9999.ebuild
+++ b/media-sound/alsa-headers/alsa-headers-9999.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/alsa-headers/alsa-headers-9999.ebuild,v 1.4 2006/12/03 18:55:49 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/alsa-headers-9999.ebuild,v 1.5 2007/01/05 17:19:31 flameeyes Exp $
inherit eutils mercurial
@@ -34,9 +34,7 @@ src_unpack() {
epatch "${FILESDIR}/${PN}-1.0.6a-user.patch"
}
-src_compile() {
- einfo "No compilation neccessary"
-}
+src_compile() { :; }
src_install() {
cd "${S}/alsa-kernel/include"
diff --git a/media-sound/alsa-headers/files/digest-alsa-headers-9999 b/media-sound/alsa-headers/files/digest-alsa-headers-9999
index 8b137891791f..e69de29bb2d1 100644
--- a/media-sound/alsa-headers/files/digest-alsa-headers-9999
+++ b/media-sound/alsa-headers/files/digest-alsa-headers-9999
@@ -1 +0,0 @@
-
diff --git a/media-sound/alsa-utils/ChangeLog b/media-sound/alsa-utils/ChangeLog
index 053a5ff5e65d..fc9a4ac7ad0e 100644
--- a/media-sound/alsa-utils/ChangeLog
+++ b/media-sound/alsa-utils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/alsa-utils
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.182 2007/01/04 17:42:17 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.183 2007/01/05 17:20:33 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ alsa-utils-1.0.11.ebuild, alsa-utils-1.0.12.ebuild,
+ alsa-utils-1.0.13.ebuild, alsa-utils-1.0.14_rc1.ebuild:
+ Dummify src_compile.
04 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org>
alsa-utils-1.0.14_rc1.ebuild:
diff --git a/media-sound/alsa-utils/alsa-utils-1.0.11.ebuild b/media-sound/alsa-utils/alsa-utils-1.0.11.ebuild
index 1add2caf36c9..58eb2d46aa2f 100644
--- a/media-sound/alsa-utils/alsa-utils-1.0.11.ebuild
+++ b/media-sound/alsa-utils/alsa-utils-1.0.11.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/alsa-utils/alsa-utils-1.0.11.ebuild,v 1.11 2006/08/28 00:56:08 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.11.ebuild,v 1.12 2007/01/05 17:20:33 flameeyes Exp $
inherit eutils autotools
@@ -57,20 +57,20 @@ src_install() {
pkg_postinst() {
echo
- einfo "The alsasound initscript is now provided by alsa-utils"
- einfo "instead of alsa-driver for compatibility with kernel-sources"
- einfo "which provide ALSA internally."
+ elog "The alsasound initscript is now provided by alsa-utils"
+ elog "instead of alsa-driver for compatibility with kernel-sources"
+ elog "which provide ALSA internally."
echo
- einfo "To take advantage of this, and automate the process of"
- einfo "loading and unloading the ALSA sound drivers as well as"
- einfo "storing and restoring sound-card mixer levels you should"
- einfo "add alsasound to the boot runlevel. You can do this as"
- einfo "root like so:"
- einfo " # rc-update add alsasound boot"
+ elog "To take advantage of this, and automate the process of"
+ elog "loading and unloading the ALSA sound drivers as well as"
+ elog "storing and restoring sound-card mixer levels you should"
+ elog "add alsasound to the boot runlevel. You can do this as"
+ elog "root like so:"
+ elog " # rc-update add alsasound boot"
echo
- einfo "You will also need to edit the file /etc/modules.d/alsa"
- einfo "and run modules-update. You can do this like so:"
- einfo " # nano -w /etc/modules.d/alsa && modules-update"
+ elog "You will also need to edit the file /etc/modules.d/alsa"
+ elog "and run modules-update. You can do this like so:"
+ elog " # nano -w /etc/modules.d/alsa && modules-update"
echo
if use sparc; then
diff --git a/media-sound/alsa-utils/alsa-utils-1.0.12.ebuild b/media-sound/alsa-utils/alsa-utils-1.0.12.ebuild
index dd362fc50a3a..adf795d6daee 100644
--- a/media-sound/alsa-utils/alsa-utils-1.0.12.ebuild
+++ b/media-sound/alsa-utils/alsa-utils-1.0.12.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/alsa-utils/alsa-utils-1.0.12.ebuild,v 1.9 2006/10/18 05:22:07 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.12.ebuild,v 1.10 2007/01/05 17:20:33 flameeyes Exp $
inherit eutils autotools
@@ -57,20 +57,20 @@ src_install() {
pkg_postinst() {
echo
- einfo "The alsasound initscript is now provided by alsa-utils"
- einfo "instead of alsa-driver for compatibility with kernel-sources"
- einfo "which provide ALSA internally."
+ elog "The alsasound initscript is now provided by alsa-utils"
+ elog "instead of alsa-driver for compatibility with kernel-sources"
+ elog "which provide ALSA internally."
echo
- einfo "To take advantage of this, and automate the process of"
- einfo "loading and unloading the ALSA sound drivers as well as"
- einfo "storing and restoring sound-card mixer levels you should"
- einfo "add alsasound to the boot runlevel. You can do this as"
- einfo "root like so:"
- einfo " # rc-update add alsasound boot"
+ elog "To take advantage of this, and automate the process of"
+ elog "loading and unloading the ALSA sound drivers as well as"
+ elog "storing and restoring sound-card mixer levels you should"
+ elog "add alsasound to the boot runlevel. You can do this as"
+ elog "root like so:"
+ elog " # rc-update add alsasound boot"
echo
- einfo "You will also need to edit the file /etc/modules.d/alsa"
- einfo "and run modules-update. You can do this like so:"
- einfo " # nano -w /etc/modules.d/alsa && modules-update"
+ elog "You will also need to edit the file /etc/modules.d/alsa"
+ elog "and run modules-update. You can do this like so:"
+ elog " # nano -w /etc/modules.d/alsa && modules-update"
echo
if use sparc; then
diff --git a/media-sound/alsa-utils/alsa-utils-1.0.13.ebuild b/media-sound/alsa-utils/alsa-utils-1.0.13.ebuild
index 5e374f5a6254..c50615c75626 100644
--- a/media-sound/alsa-utils/alsa-utils-1.0.13.ebuild
+++ b/media-sound/alsa-utils/alsa-utils-1.0.13.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/alsa-utils/alsa-utils-1.0.13.ebuild,v 1.9 2007/01/03 02:51:27 redhatter Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.13.ebuild,v 1.10 2007/01/05 17:20:33 flameeyes Exp $
inherit eutils autotools
@@ -57,20 +57,20 @@ src_install() {
pkg_postinst() {
echo
- einfo "The alsasound initscript is now provided by alsa-utils"
- einfo "instead of alsa-driver for compatibility with kernel-sources"
- einfo "which provide ALSA internally."
+ elog "The alsasound initscript is now provided by alsa-utils"
+ elog "instead of alsa-driver for compatibility with kernel-sources"
+ elog "which provide ALSA internally."
echo
- einfo "To take advantage of this, and automate the process of"
- einfo "loading and unloading the ALSA sound drivers as well as"
- einfo "storing and restoring sound-card mixer levels you should"
- einfo "add alsasound to the boot runlevel. You can do this as"
- einfo "root like so:"
- einfo " # rc-update add alsasound boot"
+ elog "To take advantage of this, and automate the process of"
+ elog "loading and unloading the ALSA sound drivers as well as"
+ elog "storing and restoring sound-card mixer levels you should"
+ elog "add alsasound to the boot runlevel. You can do this as"
+ elog "root like so:"
+ elog " # rc-update add alsasound boot"
echo
- einfo "You will also need to edit the file /etc/modules.d/alsa"
- einfo "and run modules-update. You can do this like so:"
- einfo " # nano -w /etc/modules.d/alsa && modules-update"
+ elog "You will also need to edit the file /etc/modules.d/alsa"
+ elog "and run modules-update. You can do this like so:"
+ elog " # nano -w /etc/modules.d/alsa && modules-update"
echo
if use sparc; then
diff --git a/media-sound/alsa-utils/alsa-utils-1.0.14_rc1.ebuild b/media-sound/alsa-utils/alsa-utils-1.0.14_rc1.ebuild
index fcc80953dd51..83631f6d6b84 100644
--- a/media-sound/alsa-utils/alsa-utils-1.0.14_rc1.ebuild
+++ b/media-sound/alsa-utils/alsa-utils-1.0.14_rc1.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/alsa-utils/alsa-utils-1.0.14_rc1.ebuild,v 1.4 2007/01/04 17:42:17 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.14_rc1.ebuild,v 1.5 2007/01/05 17:20:33 flameeyes Exp $
inherit eutils autotools
@@ -57,20 +57,20 @@ src_install() {
pkg_postinst() {
echo
- einfo "The alsasound initscript is now provided by alsa-utils"
- einfo "instead of alsa-driver for compatibility with kernel-sources"
- einfo "which provide ALSA internally."
+ elog "The alsasound initscript is now provided by alsa-utils"
+ elog "instead of alsa-driver for compatibility with kernel-sources"
+ elog "which provide ALSA internally."
echo
- einfo "To take advantage of this, and automate the process of"
- einfo "loading and unloading the ALSA sound drivers as well as"
- einfo "storing and restoring sound-card mixer levels you should"
- einfo "add alsasound to the boot runlevel. You can do this as"
- einfo "root like so:"
- einfo " # rc-update add alsasound boot"
+ elog "To take advantage of this, and automate the process of"
+ elog "loading and unloading the ALSA sound drivers as well as"
+ elog "storing and restoring sound-card mixer levels you should"
+ elog "add alsasound to the boot runlevel. You can do this as"
+ elog "root like so:"
+ elog " # rc-update add alsasound boot"
echo
- einfo "You will also need to edit the file /etc/modules.d/alsa"
- einfo "and run modules-update. You can do this like so:"
- einfo " # nano -w /etc/modules.d/alsa && modules-update"
+ elog "You will also need to edit the file /etc/modules.d/alsa"
+ elog "and run modules-update. You can do this like so:"
+ elog " # nano -w /etc/modules.d/alsa && modules-update"
echo
if use sparc; then
diff --git a/media-sound/amsynth/ChangeLog b/media-sound/amsynth/ChangeLog
index 8401644658aa..65ebd7f62560 100644
--- a/media-sound/amsynth/ChangeLog
+++ b/media-sound/amsynth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/amsynth
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.19 2006/07/08 22:25:47 fvdpol Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.20 2007/01/05 17:21:41 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> amsynth-1.0.0.ebuild,
+ amsynth-1.0.0-r1.ebuild, amsynth-1.1.0.ebuild:
+ Dummify src_compile.
*amsynth-1.1.0 (08 Jul 2006)
diff --git a/media-sound/amsynth/amsynth-1.0.0-r1.ebuild b/media-sound/amsynth/amsynth-1.0.0-r1.ebuild
index e37659b9416f..42b79f5cc8a7 100644
--- a/media-sound/amsynth/amsynth-1.0.0-r1.ebuild
+++ b/media-sound/amsynth/amsynth-1.0.0-r1.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/amsynth/amsynth-1.0.0-r1.ebuild,v 1.1 2005/07/17 16:15:17 fvdpol Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0.0-r1.ebuild,v 1.2 2007/01/05 17:21:41 flameeyes Exp $
IUSE="oss alsa jack"
@@ -47,12 +47,12 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "amSynth has been installed normally."
- einfo "If you would like to use the virtual"
- einfo "keyboard option, then do"
- einfo "emerge vkeybd"
- einfo "and make sure you emerged amSynth"
- einfo "with alsa support (USE=alsa)"
- einfo
+ elog
+ elog "amSynth has been installed normally."
+ elog "If you would like to use the virtual"
+ elog "keyboard option, then do"
+ elog "emerge vkeybd"
+ elog "and make sure you emerged amSynth"
+ elog "with alsa support (USE=alsa)"
+ elog
}
diff --git a/media-sound/amsynth/amsynth-1.0.0.ebuild b/media-sound/amsynth/amsynth-1.0.0.ebuild
index 1040968d0dc0..79f2068d2f0d 100644
--- a/media-sound/amsynth/amsynth-1.0.0.ebuild
+++ b/media-sound/amsynth/amsynth-1.0.0.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/amsynth/amsynth-1.0.0.ebuild,v 1.12 2005/07/09 19:09:07 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0.0.ebuild,v 1.13 2007/01/05 17:21:41 flameeyes Exp $
IUSE="oss alsa jack"
@@ -46,12 +46,12 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "amSynth has been installed normally."
- einfo "If you would like to use the virtual"
- einfo "keyboard option, then do"
- einfo "emerge vkeybd"
- einfo "and make sure you emerged amSynth"
- einfo "with alsa support (USE=alsa)"
- einfo
+ elog
+ elog "amSynth has been installed normally."
+ elog "If you would like to use the virtual"
+ elog "keyboard option, then do"
+ elog "emerge vkeybd"
+ elog "and make sure you emerged amSynth"
+ elog "with alsa support (USE=alsa)"
+ elog
}
diff --git a/media-sound/amsynth/amsynth-1.1.0.ebuild b/media-sound/amsynth/amsynth-1.1.0.ebuild
index deab3aab87ed..15e61760da8b 100644
--- a/media-sound/amsynth/amsynth-1.1.0.ebuild
+++ b/media-sound/amsynth/amsynth-1.1.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/amsynth/amsynth-1.1.0.ebuild,v 1.1 2006/07/08 22:25:47 fvdpol Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.1.0.ebuild,v 1.2 2007/01/05 17:21:41 flameeyes Exp $
IUSE="oss alsa jack"
@@ -41,12 +41,12 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "amSynth has been installed normally."
- einfo "If you would like to use the virtual"
- einfo "keyboard option, then do"
- einfo "emerge vkeybd"
- einfo "and make sure you emerged amSynth"
- einfo "with alsa support (USE=alsa)"
- einfo
+ elog
+ elog "amSynth has been installed normally."
+ elog "If you would like to use the virtual"
+ elog "keyboard option, then do"
+ elog "emerge vkeybd"
+ elog "and make sure you emerged amSynth"
+ elog "with alsa support (USE=alsa)"
+ elog
}