diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:12:48 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:12:48 +0000 |
commit | f7f46c7d4eb0cb42b675e7e144cb873c2636d4fd (patch) | |
tree | cb12f59e356cdf893a5dc81f586f8e57052f7007 /media-libs | |
parent | einfo converted to elog (diff) | |
download | gentoo-2-f7f46c7d4eb0cb42b675e7e144cb873c2636d4fd.tar.gz gentoo-2-f7f46c7d4eb0cb42b675e7e144cb873c2636d4fd.tar.bz2 gentoo-2-f7f46c7d4eb0cb42b675e7e144cb873c2636d4fd.zip |
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/alsa-lib/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.11-r1.ebuild | 12 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.13.ebuild | 10 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.14_rc1-r1.ebuild | 12 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.14_rc1.ebuild | 10 |
5 files changed, 28 insertions, 23 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index beea7a8beb21..91e207a2c294 100644 --- a/media-libs/alsa-lib/ChangeLog +++ b/media-libs/alsa-lib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/alsa-lib # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.215 2007/01/04 17:38:45 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.216 2007/01/05 17:12:48 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + alsa-lib-1.0.11-r1.ebuild, alsa-lib-1.0.13.ebuild, + alsa-lib-1.0.14_rc1.ebuild, alsa-lib-1.0.14_rc1-r1.ebuild: + Convert to use elog. 04 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org> alsa-lib-1.0.14_rc1.ebuild: diff --git a/media-libs/alsa-lib/alsa-lib-1.0.11-r1.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.11-r1.ebuild index abf54b00b1d5..a76021ee895e 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.11-r1.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.11-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.11-r1.ebuild,v 1.11 2006/09/24 17:37:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.11-r1.ebuild,v 1.12 2007/01/05 17:12:48 flameeyes Exp $ WANT_AUTOMAKE="1.9" @@ -66,8 +66,8 @@ pkg_postinst() { ewarn "using ALSA output crash." ewarn "Note that dmix output is enabled by default on the 'default' device" ewarn "since ALSA 1.0.9." - einfo "" - einfo "Please try media-sound/alsa-driver before filing bugs about unstable" - einfo "or missing output with in-kernel drivers. Misaligned versions of" - einfo "alsa-lib and drivers used can cause problems." + elog "" + elog "Please try media-sound/alsa-driver before filing bugs about unstable" + elog "or missing output with in-kernel drivers. Misaligned versions of" + elog "alsa-lib and drivers used can cause problems." } diff --git a/media-libs/alsa-lib/alsa-lib-1.0.13.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.13.ebuild index 481220fe4643..83a9c51c061b 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.13.ebuild +++ b/media-libs/alsa-lib/alsa-lib-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-libs/alsa-lib/alsa-lib-1.0.13.ebuild,v 1.11 2007/01/03 02:48:24 redhatter Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.13.ebuild,v 1.12 2007/01/05 17:12:48 flameeyes Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="1.9" @@ -66,8 +66,8 @@ pkg_postinst() { ewarn "using ALSA output crash." ewarn "Note that dmix output is enabled by default on the 'default' device" ewarn "since ALSA 1.0.9." - einfo "" - einfo "Please try media-sound/alsa-driver before filing bugs about unstable" - einfo "or missing output with in-kernel drivers. Misaligned versions of" - einfo "alsa-lib and drivers used can cause problems." + elog "" + elog "Please try media-sound/alsa-driver before filing bugs about unstable" + elog "or missing output with in-kernel drivers. Misaligned versions of" + elog "alsa-lib and drivers used can cause problems." } diff --git a/media-libs/alsa-lib/alsa-lib-1.0.14_rc1-r1.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.14_rc1-r1.ebuild index fa5ac352cda1..c5a94c8d468a 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.14_rc1-r1.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.14_rc1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14_rc1-r1.ebuild,v 1.1 2006/12/21 00:23:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14_rc1-r1.ebuild,v 1.2 2007/01/05 17:12:48 flameeyes Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="1.9" @@ -77,8 +77,8 @@ pkg_postinst() { ewarn "using ALSA output crash." ewarn "Note that dmix output is enabled by default on the 'default' device" ewarn "since ALSA 1.0.9." - einfo "" - einfo "Please try media-sound/alsa-driver before filing bugs about unstable" - einfo "or missing output with in-kernel drivers. Misaligned versions of" - einfo "alsa-lib and drivers used can cause problems." + elog "" + elog "Please try media-sound/alsa-driver before filing bugs about unstable" + elog "or missing output with in-kernel drivers. Misaligned versions of" + elog "alsa-lib and drivers used can cause problems." } diff --git a/media-libs/alsa-lib/alsa-lib-1.0.14_rc1.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.14_rc1.ebuild index a730fbdbb325..a49006f4a80c 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.14_rc1.ebuild +++ b/media-libs/alsa-lib/alsa-lib-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-libs/alsa-lib/alsa-lib-1.0.14_rc1.ebuild,v 1.3 2007/01/04 17:38:45 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14_rc1.ebuild,v 1.4 2007/01/05 17:12:48 flameeyes Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="1.9" @@ -64,8 +64,8 @@ pkg_postinst() { ewarn "using ALSA output crash." ewarn "Note that dmix output is enabled by default on the 'default' device" ewarn "since ALSA 1.0.9." - einfo "" - einfo "Please try media-sound/alsa-driver before filing bugs about unstable" - einfo "or missing output with in-kernel drivers. Misaligned versions of" - einfo "alsa-lib and drivers used can cause problems." + elog "" + elog "Please try media-sound/alsa-driver before filing bugs about unstable" + elog "or missing output with in-kernel drivers. Misaligned versions of" + elog "alsa-lib and drivers used can cause problems." } |