From 0cb2b915c32baa5ba48268d0e635542e99ee4c46 Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Sat, 6 Jan 2007 16:50:51 +0000 Subject: [PATCH] s/einfo/elog/ Package-Manager: portage-2.1.2_rc4-r6 --- net-misc/asterisk-chan_capi/ChangeLog | 9 +++-- .../asterisk-chan_capi-0.3.5.ebuild | 32 ++++++++--------- .../asterisk-chan_capi-0.4.0_pre1.ebuild | 34 +++++++++---------- .../asterisk-chan_capi-0.7.1.ebuild | 26 +++++++------- net-misc/asterisk-chan_sccp/ChangeLog | 16 +++++++-- .../asterisk-chan_sccp-0.0.20050807.ebuild | 6 ++-- .../asterisk-chan_sccp-0.0.20050826.ebuild | 6 ++-- .../asterisk-chan_sccp-0.0.20050902.ebuild | 6 ++-- .../asterisk-chan_sccp-0.0.20050906.ebuild | 6 ++-- .../asterisk-chan_sccp-0.0.20050913.ebuild | 6 ++-- .../asterisk-chan_sccp-0.0.20050922.ebuild | 6 ++-- .../asterisk-chan_sccp-0.0.20051118.ebuild | 6 ++-- .../asterisk-chan_sccp-0.0.20051125.ebuild | 6 ++-- .../asterisk-chan_sccp-0.0.20060204.ebuild | 6 ++-- net-misc/asterisk-chan_unistim/ChangeLog | 8 +++-- .../asterisk-chan_unistim-0.9.2.ebuild | 26 +++++++------- .../asterisk-chan_unistim-0.9.4.ebuild | 26 +++++++------- .../asterisk-spandsp_codec_g726/ChangeLog | 8 +++-- ...risk-spandsp_codec_g726-0.0.2_pre26.ebuild | 26 +++++++------- net-misc/elianna-pack/ChangeLog | 7 ++-- net-misc/elianna-pack/elianna-pack-1.0.ebuild | 8 ++--- 21 files changed, 154 insertions(+), 126 deletions(-) diff --git a/net-misc/asterisk-chan_capi/ChangeLog b/net-misc/asterisk-chan_capi/ChangeLog index a94e02eaaa55..8a91bdab8e1e 100644 --- a/net-misc/asterisk-chan_capi/ChangeLog +++ b/net-misc/asterisk-chan_capi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/asterisk-chan_capi -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_capi/ChangeLog,v 1.6 2006/10/09 00:51:11 sbriesen Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_capi/ChangeLog,v 1.7 2007/01/06 16:50:51 drizzt Exp $ + + 06 Jan 2007; Timothy Redaelli + asterisk-chan_capi-0.3.5.ebuild, asterisk-chan_capi-0.4.0_pre1.ebuild, + asterisk-chan_capi-0.7.1.ebuild: + s/einfo/elog/ *asterisk-chan_capi-0.7.1 (09 Oct 2006) diff --git a/net-misc/asterisk-chan_capi/asterisk-chan_capi-0.3.5.ebuild b/net-misc/asterisk-chan_capi/asterisk-chan_capi-0.3.5.ebuild index b767fa66497b..3c4e767039c6 100644 --- a/net-misc/asterisk-chan_capi/asterisk-chan_capi-0.3.5.ebuild +++ b/net-misc/asterisk-chan_capi/asterisk-chan_capi-0.3.5.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/net-misc/asterisk-chan_capi/asterisk-chan_capi-0.3.5.ebuild,v 1.3 2005/08/16 16:30:33 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_capi/asterisk-chan_capi-0.3.5.ebuild,v 1.4 2007/01/06 16:50:51 drizzt Exp $ IUSE="fax" @@ -21,18 +21,18 @@ DEPEND=">=net-misc/asterisk-1.0.5-r1 !>=net-misc/asterisk-1.1.0 net-dialup/capi4k-utils" -S=${WORKDIR}/${MY_PN}-${PV} +S="${WORKDIR}"/${MY_PN}-${PV} src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${MY_PN}-${PV}-gentoo.diff + cd "${S}" + epatch "${FILESDIR}"/${MY_PN}-${PV}-gentoo.diff if use fax; then einfo "Enabling fax support" - epatch ${WORKDIR}/chan_capi.diff - cp ${WORKDIR}/app_capiFax.c ${S} + epatch "${WORKDIR}"/chan_capi.diff + cp "${WORKDIR}"/app_capiFax.c "${S}" fi } @@ -41,18 +41,18 @@ src_compile() { } src_install() { - make INSTALL_PREFIX=${D} install config || die "make install failed" + make INSTALL_PREFIX="${D}" install config || die "make install failed" dodoc INSTALL LICENSE README capi.conf } pkg_postinst() { - einfo "Please don't forget to enable chan_capi in your /etc/asterisk/modules.conf:" - einfo "" - einfo "load => chan_capi.so" - einfo "" - einfo "and in the global section:" - einfo "chan_capi.so=yes" - einfo "" - einfo "(see /usr/share/doc/${PF} for more information)" + elog "Please don't forget to enable chan_capi in your /etc/asterisk/modules.conf:" + echo + elog "load => chan_capi.so" + echo + elog "and in the global section:" + elog "chan_capi.so=yes" + echo + elog "(see /usr/share/doc/${PF} for more information)" } diff --git a/net-misc/asterisk-chan_capi/asterisk-chan_capi-0.4.0_pre1.ebuild b/net-misc/asterisk-chan_capi/asterisk-chan_capi-0.4.0_pre1.ebuild index 7d9694acd2b6..f5cf96797a85 100644 --- a/net-misc/asterisk-chan_capi/asterisk-chan_capi-0.4.0_pre1.ebuild +++ b/net-misc/asterisk-chan_capi/asterisk-chan_capi-0.4.0_pre1.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/net-misc/asterisk-chan_capi/asterisk-chan_capi-0.4.0_pre1.ebuild,v 1.4 2005/08/16 16:30:33 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_capi/asterisk-chan_capi-0.4.0_pre1.ebuild,v 1.5 2007/01/06 16:50:51 drizzt Exp $ IUSE="" @@ -21,14 +21,14 @@ DEPEND=">=net-misc/asterisk-1.0.5-r1 !>=net-misc/asterisk-1.1.0 net-dialup/capi4k-utils" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}"/${MY_P} src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/chan_capi-0.3.5-gentoo.diff - epatch ${FILESDIR}/chan_capi-${PV}-fixstable.diff + cd "${S}" + epatch "${FILESDIR}"/chan_capi-0.3.5-gentoo.diff + epatch "${FILESDIR}"/chan_capi-${PV}-fixstable.diff # compile for asterisk-stable sed -i -e "s:^\(CFLAGS+=-DCVS_HEAD\):#\1:" \ @@ -36,8 +36,8 @@ src_unpack() { # if use fax; then # einfo "Enabling fax support" -# epatch ${WORKDIR}/chan_capi.diff -# cp ${WORKDIR}/app_capiFax.c ${S} +# epatch "${WORKDIR}"/chan_capi.diff +# cp "${WORKDIR}"/app_capiFax.c "${S}" # fi } @@ -46,18 +46,18 @@ src_compile() { } src_install() { - make INSTALL_PREFIX=${D} install config || die "make install failed" + make INSTALL_PREFIX="${D}" install config || die "make install failed" dodoc INSTALL LICENSE README capi.conf } pkg_postinst() { - einfo "Please don't forget to enable chan_capi in your /etc/asterisk/modules.conf:" - einfo "" - einfo "load => chan_capi.so" - einfo "" - einfo "and in the global section:" - einfo "chan_capi.so=yes" - einfo "" - einfo "(see /usr/share/doc/${PF} for more information)" + elog "Please don't forget to enable chan_capi in your /etc/asterisk/modules.conf:" + echo + elog "load => chan_capi.so" + echo + elog "and in the global section:" + elog "chan_capi.so=yes" + echo + elog "(see /usr/share/doc/${PF} for more information)" } diff --git a/net-misc/asterisk-chan_capi/asterisk-chan_capi-0.7.1.ebuild b/net-misc/asterisk-chan_capi/asterisk-chan_capi-0.7.1.ebuild index 5e4e976ff104..b56313b2a9d1 100644 --- a/net-misc/asterisk-chan_capi/asterisk-chan_capi-0.7.1.ebuild +++ b/net-misc/asterisk-chan_capi/asterisk-chan_capi-0.7.1.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/net-misc/asterisk-chan_capi/asterisk-chan_capi-0.7.1.ebuild,v 1.1 2006/10/09 00:51:11 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_capi/asterisk-chan_capi-0.7.1.ebuild,v 1.2 2007/01/06 16:50:51 drizzt Exp $ inherit eutils toolchain-funcs @@ -49,15 +49,15 @@ src_install() { } pkg_postinst() { - einfo - einfo "Please don't forget to enable chan_capi in" - einfo "your /etc/asterisk/modules.conf:" - einfo - einfo "load => chan_capi.so" - einfo - einfo "and in the [global] section:" - einfo "chan_capi.so=yes" - einfo - einfo "(see /usr/share/doc/${PF} for more information)" - einfo + echo + elog "Please don't forget to enable chan_capi in" + elog "your /etc/asterisk/modules.conf:" + echo + elog "load => chan_capi.so" + echo + elog "and in the [global] section:" + elog "chan_capi.so=yes" + echo + elog "(see /usr/share/doc/${PF} for more information)" + echo } diff --git a/net-misc/asterisk-chan_sccp/ChangeLog b/net-misc/asterisk-chan_sccp/ChangeLog index ec30332b515a..88f031d01d83 100644 --- a/net-misc/asterisk-chan_sccp/ChangeLog +++ b/net-misc/asterisk-chan_sccp/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for net-misc/asterisk-chan_sccp -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_sccp/ChangeLog,v 1.15 2006/03/02 00:29:02 stkn Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_sccp/ChangeLog,v 1.16 2007/01/06 16:46:23 drizzt Exp $ + + 06 Jan 2007; Timothy Redaelli + asterisk-chan_sccp-0.0.20050807.ebuild, + asterisk-chan_sccp-0.0.20050826.ebuild, + asterisk-chan_sccp-0.0.20050902.ebuild, + asterisk-chan_sccp-0.0.20050906.ebuild, + asterisk-chan_sccp-0.0.20050913.ebuild, + asterisk-chan_sccp-0.0.20050922.ebuild, + asterisk-chan_sccp-0.0.20051118.ebuild, + asterisk-chan_sccp-0.0.20051125.ebuild, + asterisk-chan_sccp-0.0.20060204.ebuild: + s/einfo/elog/ *asterisk-chan_sccp-0.0.20060204 (02 Mar 2006) diff --git a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050807.ebuild b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050807.ebuild index 54f50828c3a6..3f3a109402e0 100644 --- a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050807.ebuild +++ b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050807.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/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050807.ebuild,v 1.2 2005/09/02 20:17:18 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050807.ebuild,v 1.3 2007/01/06 16:46:23 drizzt Exp $ inherit eutils @@ -50,5 +50,5 @@ src_install() { pkg_postinst() { ewarn "You have to disable asterisk's chan_skinny to use this module!" - einfo "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" + elog "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" } diff --git a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050826.ebuild b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050826.ebuild index d3d6f61ab8e6..c46332e4ab4c 100644 --- a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050826.ebuild +++ b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050826.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/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050826.ebuild,v 1.2 2005/09/30 00:00:11 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050826.ebuild,v 1.3 2007/01/06 16:46:23 drizzt Exp $ inherit eutils @@ -50,5 +50,5 @@ src_install() { pkg_postinst() { ewarn "You have to disable asterisk's chan_skinny to use this module!" - einfo "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" + elog "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" } diff --git a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050902.ebuild b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050902.ebuild index a48216766c6e..35fe35c2acc3 100644 --- a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050902.ebuild +++ b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050902.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/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050902.ebuild,v 1.1 2005/09/02 20:15:56 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050902.ebuild,v 1.2 2007/01/06 16:46:23 drizzt Exp $ inherit eutils @@ -50,5 +50,5 @@ src_install() { pkg_postinst() { ewarn "You have to disable asterisk's chan_skinny to use this module!" - einfo "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" + elog "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" } diff --git a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050906.ebuild b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050906.ebuild index bf316ba6af31..f7bf53b0ff08 100644 --- a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050906.ebuild +++ b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050906.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/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050906.ebuild,v 1.1 2005/09/07 23:51:33 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050906.ebuild,v 1.2 2007/01/06 16:46:23 drizzt Exp $ inherit eutils @@ -50,5 +50,5 @@ src_install() { pkg_postinst() { ewarn "You have to disable asterisk's chan_skinny to use this module!" - einfo "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" + elog "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" } diff --git a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050913.ebuild b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050913.ebuild index ed6e8a7dffb9..e14cc997ddf8 100644 --- a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050913.ebuild +++ b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050913.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/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050913.ebuild,v 1.1 2005/09/15 02:49:12 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050913.ebuild,v 1.2 2007/01/06 16:46:23 drizzt Exp $ inherit eutils @@ -50,5 +50,5 @@ src_install() { pkg_postinst() { ewarn "You have to disable asterisk's chan_skinny to use this module!" - einfo "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" + elog "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" } diff --git a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050922.ebuild b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050922.ebuild index cce6f7b21f05..73368064d28a 100644 --- a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050922.ebuild +++ b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050922.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/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050922.ebuild,v 1.1 2005/09/22 21:19:39 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050922.ebuild,v 1.2 2007/01/06 16:46:23 drizzt Exp $ inherit eutils @@ -50,5 +50,5 @@ src_install() { pkg_postinst() { ewarn "You have to disable asterisk's chan_skinny to use this module!" - einfo "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" + elog "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" } diff --git a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20051118.ebuild b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20051118.ebuild index 0d03c4962f7e..c16ccb1ae4fa 100644 --- a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20051118.ebuild +++ b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20051118.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/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20051118.ebuild,v 1.1 2005/11/20 21:29:56 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20051118.ebuild,v 1.2 2007/01/06 16:46:23 drizzt Exp $ inherit eutils @@ -50,5 +50,5 @@ src_install() { pkg_postinst() { ewarn "You have to disable asterisk's chan_skinny to use this module!" - einfo "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" + elog "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" } diff --git a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20051125.ebuild b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20051125.ebuild index e812c3c027c5..6f848970e331 100644 --- a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20051125.ebuild +++ b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20051125.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/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20051125.ebuild,v 1.1 2005/12/03 01:03:11 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20051125.ebuild,v 1.2 2007/01/06 16:46:23 drizzt Exp $ inherit eutils @@ -50,5 +50,5 @@ src_install() { pkg_postinst() { ewarn "You have to disable asterisk's chan_skinny to use this module!" - einfo "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" + elog "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" } diff --git a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20060204.ebuild b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20060204.ebuild index fa266ba387e5..c9bdd6333f67 100644 --- a/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20060204.ebuild +++ b/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20060204.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/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20060204.ebuild,v 1.1 2006/03/02 00:29:02 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20060204.ebuild,v 1.2 2007/01/06 16:46:23 drizzt Exp $ inherit eutils @@ -50,5 +50,5 @@ src_install() { pkg_postinst() { ewarn "You have to disable asterisk's chan_skinny to use this module!" - einfo "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" + elog "Add \"noload => chan_skinny.so\" to ${ROOT}etc/asterisk/modules.conf" } diff --git a/net-misc/asterisk-chan_unistim/ChangeLog b/net-misc/asterisk-chan_unistim/ChangeLog index 2fc3b2e02ee2..e98946ece32c 100644 --- a/net-misc/asterisk-chan_unistim/ChangeLog +++ b/net-misc/asterisk-chan_unistim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/asterisk-chan_unistim -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_unistim/ChangeLog,v 1.5 2006/05/06 15:03:52 stkn Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_unistim/ChangeLog,v 1.6 2007/01/06 16:43:26 drizzt Exp $ + + 06 Jan 2007; Timothy Redaelli + asterisk-chan_unistim-0.9.2.ebuild, asterisk-chan_unistim-0.9.4.ebuild: + s/einfo/elog/ *asterisk-chan_unistim-0.9.4 (06 May 2006) diff --git a/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.2.ebuild b/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.2.ebuild index 0a8a963c2356..1e420708e5a1 100644 --- a/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.2.ebuild +++ b/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.2.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/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.2.ebuild,v 1.5 2006/05/06 15:03:52 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.2.ebuild,v 1.6 2007/01/06 16:43:26 drizzt Exp $ inherit eutils @@ -19,13 +19,13 @@ IUSE="" DEPEND=">=net-misc/asterisk-1.0.5-r1 !>=net-misc/asterisk-1.2.0" -S=${WORKDIR}/${MY_PN}-${PV} +S="${WORKDIR}"/${MY_PN}-${PV} src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${MY_PN}-${PV}-gentoo.diff + cd "${S}" + epatch "${FILESDIR}"/${MY_PN}-${PV}-gentoo.diff } src_compile() { @@ -33,22 +33,22 @@ src_compile() { } src_install() { - make INSTALL_PREFIX=${D} install config || die "make install failed" + make INSTALL_PREFIX="${D}" install config || die "make install failed" dodoc README unistim.conf # fix permissions if [[ -n "$(egetent group asterisk)" ]]; then einfo "Fixing permissions..." - chown -R root:asterisk ${D}etc/asterisk - chmod -R u=rwX,g=rX,o= ${D}etc/asterisk + chown -R root:asterisk "${D}"etc/asterisk + chmod -R u=rwX,g=rX,o= "${D}"etc/asterisk fi } pkg_postinst() { - einfo "For more information about this module:" - einfo "" - einfo "http://www.voip-info.org/wiki-Asterisk+UNISTIM+channels" - einfo "" - einfo "http://www.voip-info.org/wiki-Nortel+Phones" + elog "For more information about this module:" + echo + elog "http://www.voip-info.org/wiki-Asterisk+UNISTIM+channels" + echo + elog "http://www.voip-info.org/wiki-Nortel+Phones" } diff --git a/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.4.ebuild b/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.4.ebuild index 1056ae7c1a88..dfc13205de78 100644 --- a/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.4.ebuild +++ b/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.4.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/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.4.ebuild,v 1.1 2006/05/06 15:03:52 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.4.ebuild,v 1.2 2007/01/06 16:43:26 drizzt Exp $ inherit eutils @@ -19,13 +19,13 @@ IUSE="" DEPEND="!=net-misc/asterisk-1.0* >=net-misc/asterisk-1.2.0" -S=${WORKDIR}/${MY_PN}-${PV} +S="${WORKDIR}"/${MY_PN}-${PV} src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${MY_PN}-0.9.2-gentoo.diff + cd "${S}" + epatch "${FILESDIR}"/${MY_PN}-0.9.2-gentoo.diff } src_compile() { @@ -33,22 +33,22 @@ src_compile() { } src_install() { - make INSTALL_PREFIX=${D} install config || die "make install failed" + make INSTALL_PREFIX="${D}" install config || die "make install failed" dodoc README unistim.conf # fix permissions if [[ -n "$(egetent group asterisk)" ]]; then einfo "Fixing permissions..." - chown -R root:asterisk ${D}etc/asterisk - chmod -R u=rwX,g=rX,o= ${D}etc/asterisk + chown -R root:asterisk "${D}"etc/asterisk + chmod -R u=rwX,g=rX,o= "${D}"etc/asterisk fi } pkg_postinst() { - einfo "For more information about this module:" - einfo "" - einfo "http://www.voip-info.org/wiki-Asterisk+UNISTIM+channels" - einfo "" - einfo "http://www.voip-info.org/wiki-Nortel+Phones" + elog "For more information about this module:" + echo + elog "http://www.voip-info.org/wiki-Asterisk+UNISTIM+channels" + echo + elog "http://www.voip-info.org/wiki-Nortel+Phones" } diff --git a/net-misc/asterisk-spandsp_codec_g726/ChangeLog b/net-misc/asterisk-spandsp_codec_g726/ChangeLog index bc5cb7d96cb5..60e3c9f34603 100644 --- a/net-misc/asterisk-spandsp_codec_g726/ChangeLog +++ b/net-misc/asterisk-spandsp_codec_g726/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/asterisk-spandsp_codec_g726 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-spandsp_codec_g726/ChangeLog,v 1.1 2006/10/07 23:07:48 sbriesen Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-spandsp_codec_g726/ChangeLog,v 1.2 2007/01/06 16:40:13 drizzt Exp $ + + 06 Jan 2007; Timothy Redaelli + asterisk-spandsp_codec_g726-0.0.2_pre26.ebuild: + s/einfo/elog/ *asterisk-spandsp_codec_g726-0.0.2_pre26 (07 Oct 2006) diff --git a/net-misc/asterisk-spandsp_codec_g726/asterisk-spandsp_codec_g726-0.0.2_pre26.ebuild b/net-misc/asterisk-spandsp_codec_g726/asterisk-spandsp_codec_g726-0.0.2_pre26.ebuild index f25b6c781ab2..2e2ee807eea1 100644 --- a/net-misc/asterisk-spandsp_codec_g726/asterisk-spandsp_codec_g726-0.0.2_pre26.ebuild +++ b/net-misc/asterisk-spandsp_codec_g726/asterisk-spandsp_codec_g726-0.0.2_pre26.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/net-misc/asterisk-spandsp_codec_g726/asterisk-spandsp_codec_g726-0.0.2_pre26.ebuild,v 1.1 2006/10/07 23:07:48 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-spandsp_codec_g726/asterisk-spandsp_codec_g726-0.0.2_pre26.ebuild,v 1.2 2007/01/06 16:40:13 drizzt Exp $ inherit eutils toolchain-funcs @@ -45,15 +45,15 @@ src_install() { } pkg_postinst() { - einfo - einfo "To enable the SpanDSP G.726-32 codec, you have to" - einfo "disable the G.726 codec shipped with Asterisk in" - einfo "your /etc/asterisk/modules.conf:" - einfo - einfo " noload => codec_g726.so" - einfo - einfo "Now you can use the SpanDSP codec instead:" - einfo - einfo " load => ${LIB_CODEC_G726}.so" - einfo + echo + elog "To enable the SpanDSP G.726-32 codec, you have to" + elog "disable the G.726 codec shipped with Asterisk in" + elog "your /etc/asterisk/modules.conf:" + echo + elog " noload => codec_g726.so" + echo + elog "Now you can use the SpanDSP codec instead:" + echo + elog " load => ${LIB_CODEC_G726}.so" + echo } diff --git a/net-misc/elianna-pack/ChangeLog b/net-misc/elianna-pack/ChangeLog index d7a68be36b59..c3de42d2283b 100644 --- a/net-misc/elianna-pack/ChangeLog +++ b/net-misc/elianna-pack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/elianna-pack -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/elianna-pack/ChangeLog,v 1.4 2006/11/01 13:23:48 gustavoz Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/elianna-pack/ChangeLog,v 1.5 2007/01/06 16:38:09 drizzt Exp $ + + 06 Jan 2007; Timothy Redaelli elianna-pack-1.0.ebuild: + s/einfo/elog/ 01 Nov 2006; Gustavo Zacarias elianna-pack-1.0.ebuild: diff --git a/net-misc/elianna-pack/elianna-pack-1.0.ebuild b/net-misc/elianna-pack/elianna-pack-1.0.ebuild index 044c11e5b266..b0b12c5b096e 100644 --- a/net-misc/elianna-pack/elianna-pack-1.0.ebuild +++ b/net-misc/elianna-pack/elianna-pack-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/net-misc/elianna-pack/elianna-pack-1.0.ebuild,v 1.3 2006/11/01 13:23:48 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/elianna-pack/elianna-pack-1.0.ebuild,v 1.4 2007/01/06 16:38:09 drizzt Exp $ DESCRIPTION="Argentinean spanish sounds for asterisk" HOMEPAGE="http://www.ip-flow.com.ar/elianna_pack.html" @@ -30,6 +30,6 @@ src_install() { } pkg_postinst() { - einfo "Remember to enable this language pack via language=ar" - einfo "entries in the corresponding /etc/asterisk/*.conf files" + elog "Remember to enable this language pack via language=ar" + elog "entries in the corresponding /etc/asterisk/*.conf files" } -- 2.26.2