s/einfo/elog/
authorTimothy Redaelli <drizzt@gentoo.org>
Sat, 6 Jan 2007 16:50:51 +0000 (16:50 +0000)
committerTimothy Redaelli <drizzt@gentoo.org>
Sat, 6 Jan 2007 16:50:51 +0000 (16:50 +0000)
Package-Manager: portage-2.1.2_rc4-r6

21 files changed:
net-misc/asterisk-chan_capi/ChangeLog
net-misc/asterisk-chan_capi/asterisk-chan_capi-0.3.5.ebuild
net-misc/asterisk-chan_capi/asterisk-chan_capi-0.4.0_pre1.ebuild
net-misc/asterisk-chan_capi/asterisk-chan_capi-0.7.1.ebuild
net-misc/asterisk-chan_sccp/ChangeLog
net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050807.ebuild
net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050826.ebuild
net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050902.ebuild
net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050906.ebuild
net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050913.ebuild
net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20050922.ebuild
net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20051118.ebuild
net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20051125.ebuild
net-misc/asterisk-chan_sccp/asterisk-chan_sccp-0.0.20060204.ebuild
net-misc/asterisk-chan_unistim/ChangeLog
net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.2.ebuild
net-misc/asterisk-chan_unistim/asterisk-chan_unistim-0.9.4.ebuild
net-misc/asterisk-spandsp_codec_g726/ChangeLog
net-misc/asterisk-spandsp_codec_g726/asterisk-spandsp_codec_g726-0.0.2_pre26.ebuild
net-misc/elianna-pack/ChangeLog
net-misc/elianna-pack/elianna-pack-1.0.ebuild

index a94e02eaaa55f7249fe2659317be30f0c277bfc7..8a91bdab8e1e286e4f0b0cd3de0526bd85e5fbf8 100644 (file)
@@ -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 <drizzt@gentoo.org>
+  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)
 
index b767fa66497b48cfe3ecf8f7e3ab670940837a8e..3c4e767039c6ada0e14a58c5e437b8efc5fe8309 100644 (file)
@@ -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)"
 }
index 7d9694acd2b6bc24975b0b799e3141612d4dc665..f5cf96797a856ae397fa07961bce8f91f46f1c3c 100644 (file)
@@ -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)"
 }
index 5e4e976ff10468ba0d1a097fbba01c10306c4f70..b56313b2a9d13cfd8dc85afb42a39b69ec83e624 100644 (file)
@@ -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
 }
index ec30332b515adb9d7d5ee726d55e99c4778a75f8..88f031d01d834f4fa70302a462abdf9278759c45 100644 (file)
@@ -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 <drizzt@gentoo.org>
+  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)
 
index 54f50828c3a6218b0e69637a5a360701bf25e899..3f3a109402e02566c8c673d8d8a4987a40ab7c38 100644 (file)
@@ -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"
 }
index d3d6f61ab8e68ba86ca319e6852d8d846a0aac13..c46332e4ab4ceacdd8324c0ad61f824b3214d565 100644 (file)
@@ -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"
 }
index a48216766c6ebcfd50e718657f7953c93c164518..35fe35c2acc38dd0511cc44f78b45a3b7311d86c 100644 (file)
@@ -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"
 }
index bf316ba6af31dd1ad0ca645140b9a5d2e7e054a4..f7bf53b0ff08d208306fb4bf7d301c1ce8ba9f90 100644 (file)
@@ -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"
 }
index ed6e8a7dffb923a594ec1dece4a1468c363ebbb3..e14cc997ddf836205f2b374f1b28d4b41a3361bb 100644 (file)
@@ -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"
 }
index cce6f7b21f05379150fb98884c7c29778be02bb2..73368064d28afa7622ba6c91712a7105048d632f 100644 (file)
@@ -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"
 }
index 0d03c4962f7eaef0412f966b74dbbef8fed264b3..c16ccb1ae4fa31248d7e62cec174e5e94f0e0336 100644 (file)
@@ -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"
 }
index e812c3c027c562688ddce684172b08cf8f3b60ab..6f848970e33100aa0079eab9c79498062713fc8d 100644 (file)
@@ -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"
 }
index fa266ba387e5e15aac19f7779ad8ec8bb5e31984..c9bdd6333f67db6dc90a4a5872466cae67025dd1 100644 (file)
@@ -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"
 }
index 2fc3b2e02ee2bd91dff5e6884e48ca7fe82f2a22..e98946ece32cb9c8f7622265e7493eece0e53356 100644 (file)
@@ -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 <drizzt@gentoo.org>
+  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)
 
index 0a8a963c2356d0c9c245c56552af0e2f43702d84..1e420708e5a1515863a4b0eae0335d270495b7d5 100644 (file)
@@ -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"
 }
index 1056ae7c1a885769cd55bdf355e5c257f958dbcb..dfc13205de7856f943b8b6eeb1f8100620d583ff 100644 (file)
@@ -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"
 }
index bc5cb7d96cb58d667e65c998be7595022271144c..60e3c9f346037bf55e0ea6ad79de24b340964aad 100644 (file)
@@ -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 <drizzt@gentoo.org>
+  asterisk-spandsp_codec_g726-0.0.2_pre26.ebuild:
+  s/einfo/elog/
 
 *asterisk-spandsp_codec_g726-0.0.2_pre26 (07 Oct 2006)
 
index f25b6c781ab2434b796450bcfd1339be6894b3f7..2e2ee807eea1bfe1283ee39594f2fcb20deaa280 100644 (file)
@@ -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
 }
index d7a68be36b590f291bd5328cc2632663b9e1a070..c3de42d2283b00f642d4b7ffdae051bbad5c8ddc 100644 (file)
@@ -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 <drizzt@gentoo.org> elianna-pack-1.0.ebuild:
+  s/einfo/elog/
 
   01 Nov 2006; Gustavo Zacarias <gustavoz@gentoo.org>
   elianna-pack-1.0.ebuild:
index 044c11e5b26622ec1f1e9a517f64eae3f065b5be..b0b12c5b096e07ff748ab67b39e59badf5274fd3 100644 (file)
@@ -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"
 }