diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:17:04 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:17:04 +0000 |
commit | e65b1af1aee4ac031c476a0122d29b6ccce6bb57 (patch) | |
tree | e9cab8baf907d1b8440d9ca0c02ab6439166bcb7 /media-sound | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-e65b1af1aee4ac031c476a0122d29b6ccce6bb57.tar.gz gentoo-2-e65b1af1aee4ac031c476a0122d29b6ccce6bb57.tar.bz2 gentoo-2-e65b1af1aee4ac031c476a0122d29b6ccce6bb57.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/brutefir/brutefir-1.0c.ebuild | 8 | ||||
-rw-r--r-- | media-sound/fobbit/fobbit-0.56.ebuild | 12 | ||||
-rw-r--r-- | media-sound/mixxx/mixxx-1.2.1.ebuild | 6 | ||||
-rw-r--r-- | media-sound/rosegarden/rosegarden-4.1.0-r1.ebuild | 6 | ||||
-rw-r--r-- | media-sound/sweep/sweep-0.8.2-r1.ebuild | 6 | ||||
-rw-r--r-- | media-sound/sweep/sweep-0.8.3.ebuild | 6 | ||||
-rw-r--r-- | media-sound/timidity++/timidity++-2.13.2-r2.ebuild | 10 | ||||
-rw-r--r-- | media-sound/timidity++/timidity++-2.13.2.ebuild | 10 | ||||
-rw-r--r-- | media-sound/xmcd/xmcd-3.3.2.ebuild | 10 |
9 files changed, 37 insertions, 37 deletions
diff --git a/media-sound/brutefir/brutefir-1.0c.ebuild b/media-sound/brutefir/brutefir-1.0c.ebuild index 61d361c803bf..2cede8e669b0 100644 --- a/media-sound/brutefir/brutefir-1.0c.ebuild +++ b/media-sound/brutefir/brutefir-1.0c.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0c.ebuild,v 1.2 2005/05/04 12:00:51 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0c.ebuild,v 1.3 2005/07/09 19:12:58 swegener Exp $ inherit eutils @@ -40,10 +40,10 @@ src_install() { } pkg_postinst() { - einfo "" + einfo einfo "Brutefir is a complicated piece of software. Please" - einfo "read the documentation first! You can find " + einfo "read the documentation first! You can find" einfo "documentation here: http://www.ludd.luth.se/~torger/brutefir.html" einfo "Example config files are in /usr/share/brutefir" - einfo "" + einfo } diff --git a/media-sound/fobbit/fobbit-0.56.ebuild b/media-sound/fobbit/fobbit-0.56.ebuild index 0cd83416a6e4..4ef3aff7aad8 100644 --- a/media-sound/fobbit/fobbit-0.56.ebuild +++ b/media-sound/fobbit/fobbit-0.56.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fobbit/fobbit-0.56.ebuild,v 1.7 2004/07/04 10:31:04 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fobbit/fobbit-0.56.ebuild,v 1.8 2005/07/09 19:12:14 swegener Exp $ MY_P="${PN}-0.60rc1" S="${WORKDIR}/${MY_P}/src" @@ -74,16 +74,16 @@ pkg_config() { } pkg_postinst() { - einfo "" + einfo einfo "Execute:" - einfo "" + einfo einfo " \"ebuild /var/db/pkg/media-sound/${P}/${P}.ebuild config\"" - einfo "" + einfo einfo "to create the USB VB devices in /dev/vbc[0-3] and /dev/vbv[0-3]." - einfo "" + einfo einfo "To load the usbvb module, you may type \"insmod usbvb\". To have" einfo "the module load automatically at boot time, add the line \"usbvb\"" einfo "to /etc/modules.autoload" - einfo "" + einfo } diff --git a/media-sound/mixxx/mixxx-1.2.1.ebuild b/media-sound/mixxx/mixxx-1.2.1.ebuild index 4e8a318a84a9..75f3259f31fc 100644 --- a/media-sound/mixxx/mixxx-1.2.1.ebuild +++ b/media-sound/mixxx/mixxx-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/mixxx-1.2.1.ebuild,v 1.7 2004/12/29 02:56:49 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/mixxx-1.2.1.ebuild,v 1.8 2005/07/09 19:14:39 swegener Exp $ IUSE="jack" @@ -45,9 +45,9 @@ src_install() { make install || die - einfo "" + einfo einfo "Fixing permissions..." - einfo "" + einfo chmod 644 ${D}/usr/share/doc/${PF}/* chmod 644 ${D}/usr/share/mixxx/midi/* diff --git a/media-sound/rosegarden/rosegarden-4.1.0-r1.ebuild b/media-sound/rosegarden/rosegarden-4.1.0-r1.ebuild index 1cff0795779c..67afcd6dc5e9 100644 --- a/media-sound/rosegarden/rosegarden-4.1.0-r1.ebuild +++ b/media-sound/rosegarden/rosegarden-4.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rosegarden/rosegarden-4.1.0-r1.ebuild,v 1.4 2005/07/07 10:23:17 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rosegarden/rosegarden-4.1.0-r1.ebuild,v 1.5 2005/07/09 19:15:27 swegener Exp $ inherit kde eutils flag-o-matic @@ -27,7 +27,7 @@ DEPEND="arts? ( || ( kde-base/kdemultimedia-arts kde-base/kdemultimedia ) ) need-kde 3 pkg_setup() { - echo "" + echo if use arts ; then einfo "aRts support enabled" ewarn "ALSA support disabled, USE=-arts enables ALSA" @@ -37,7 +37,7 @@ pkg_setup() { einfo "ALSA support enabled" use jack && einfo "Jack support enabled" || ewarn "Jack support disabled" fi - echo "" + echo } src_unpack() { diff --git a/media-sound/sweep/sweep-0.8.2-r1.ebuild b/media-sound/sweep/sweep-0.8.2-r1.ebuild index bba577ae7a25..3bf2b7315309 100644 --- a/media-sound/sweep/sweep-0.8.2-r1.ebuild +++ b/media-sound/sweep/sweep-0.8.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sweep/sweep-0.8.2-r1.ebuild,v 1.14 2005/05/28 16:20:33 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sweep/sweep-0.8.2-r1.ebuild,v 1.15 2005/07/09 19:13:46 swegener Exp $ inherit eutils @@ -48,8 +48,8 @@ src_install() { } pkg_postinst() { - einfo "" + einfo einfo "Sweep can use ladspa plugins," einfo "emerge ladspa-sdk and ladspa-cmt if you want them." - einfo "" + einfo } diff --git a/media-sound/sweep/sweep-0.8.3.ebuild b/media-sound/sweep/sweep-0.8.3.ebuild index 87b5a34fc03b..6969f722e0ca 100644 --- a/media-sound/sweep/sweep-0.8.3.ebuild +++ b/media-sound/sweep/sweep-0.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sweep/sweep-0.8.3.ebuild,v 1.4 2005/06/04 18:19:44 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sweep/sweep-0.8.3.ebuild,v 1.5 2005/07/09 19:13:46 swegener Exp $ inherit eutils @@ -44,8 +44,8 @@ src_install() { } pkg_postinst() { - einfo "" + einfo einfo "Sweep can use ladspa plugins," einfo "emerge ladspa-sdk and ladspa-cmt if you want them." - einfo "" + einfo } diff --git a/media-sound/timidity++/timidity++-2.13.2-r2.ebuild b/media-sound/timidity++/timidity++-2.13.2-r2.ebuild index 6be513b7f090..63e4188a4882 100644 --- a/media-sound/timidity++/timidity++-2.13.2-r2.ebuild +++ b/media-sound/timidity++/timidity++-2.13.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.2-r2.ebuild,v 1.3 2005/06/26 02:03:45 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.2-r2.ebuild,v 1.4 2005/07/09 19:16:21 swegener Exp $ IUSE="oss nas esd motif X gtk gtk2 vorbis tcltk slang alsa arts jack portaudio emacs ao speex flac ncurses" @@ -127,14 +127,14 @@ src_install() { } pkg_postinst() { - einfo "" + einfo einfo "A timidity config file has been installed in /etc/timidity.cfg." - einfo "" + einfo einfo "Do not edit this file as it will interfere with the timidity-update tool." einfo "You will need to emerge timidity-eawpatches or timidity-shompatches." - einfo "" + einfo einfo "The tool 'timidity-update' can be used to switch between installed patchsets." - einfo "" + einfo einfo "An init script for the alsa timidity sequencer has been installed." einfo "If you wish to use the timidity virtual sequencer, edit /etc/conf.d/timidity" einfo "and run 'rc-update add timidity <runlevel> && /etc/init.d/timidity start'" diff --git a/media-sound/timidity++/timidity++-2.13.2.ebuild b/media-sound/timidity++/timidity++-2.13.2.ebuild index 999c76d14c61..e8548adc5de7 100644 --- a/media-sound/timidity++/timidity++-2.13.2.ebuild +++ b/media-sound/timidity++/timidity++-2.13.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.2.ebuild,v 1.9 2005/05/28 17:23:33 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity++/timidity++-2.13.2.ebuild,v 1.10 2005/07/09 19:16:21 swegener Exp $ IUSE="oss nas esd motif X gtk vorbis tcltk slang alsa arts jack portaudio emacs" @@ -117,14 +117,14 @@ src_install() { } pkg_postinst() { - einfo "" + einfo einfo "A timidity config file has been installed in /etc/timidity.cfg." - einfo "" + einfo einfo "Do not edit this file as it will interfere with the timidity-update tool." einfo "You will need to emerge timidity-eawpatches or timidity-shompatches." - einfo "" + einfo einfo "The tool 'timidity-update' can be used to switch between installed patchsets." - einfo "" + einfo einfo "An init script for the alsa timidity sequencer has been installed." einfo "If you wish to use the timidity virtual sequencer, edit /etc/conf.d/timidity" einfo "and run 'rc-update add timidity <runlevel> && /etc/init.d/timidity start'" diff --git a/media-sound/xmcd/xmcd-3.3.2.ebuild b/media-sound/xmcd/xmcd-3.3.2.ebuild index 0858e93416d5..c7716d6fb01e 100644 --- a/media-sound/xmcd/xmcd-3.3.2.ebuild +++ b/media-sound/xmcd/xmcd-3.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmcd/xmcd-3.3.2.ebuild,v 1.10 2005/05/28 17:57:47 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmcd/xmcd-3.3.2.ebuild,v 1.11 2005/07/09 19:17:04 swegener Exp $ inherit eutils @@ -126,18 +126,18 @@ src_install() { pkg_postinst() { - einfo "" + einfo einfo "Don't forget to run ${ROOT}etc/xmcd/config.sh" einfo "as root to configure your CD devices!" - einfo "" + einfo } pkg_postrm() { - einfo "" + einfo einfo "Old discographies found in ${ROOT}var/lib/xmcd can safely be deleted." einfo "Old CD configurations in ${ROOT}etc/xmcd can safely be deleted." - einfo "" + einfo } |