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

net-misc/asterisk-app_nv_faxdetect/ChangeLog
net-misc/asterisk-app_nv_faxdetect/asterisk-app_nv_faxdetect-1.0.6.ebuild
net-misc/asterisk/ChangeLog
net-misc/asterisk/asterisk-1.0.11_p1.ebuild
net-misc/asterisk/asterisk-1.0.12.ebuild
net-misc/asterisk/asterisk-1.2.12.1.ebuild
net-misc/asterisk/asterisk-1.2.13-r1.ebuild
net-misc/asterisk/asterisk-1.2.13.ebuild

index 03805875156070a6844aa579982be52c87c5edb3..c91cfe6097c81c59e18b31ef9249dd8cf28f7130 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/asterisk-app_nv_faxdetect
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-app_nv_faxdetect/ChangeLog,v 1.6 2006/04/15 23:41:18 stkn Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-app_nv_faxdetect/ChangeLog,v 1.7 2007/01/06 16:30:24 drizzt Exp $
+
+  06 Jan 2007; Timothy Redaelli <drizzt@gentoo.org>
+  asterisk-app_nv_faxdetect-1.0.6.ebuild:
+  s/einfo/elog/
 
   15 Apr 2006; Stefan Knoblich <stkn@gentoo.org>
   +files/app_nv_faxdetect-1.0.6-ast10.diff,
index 63bf1a5537401eb277a0bb2ec50cf250296d2c97..734998c7d77e70d45aa253596c2afab4f20e7298 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-app_nv_faxdetect/asterisk-app_nv_faxdetect-1.0.6.ebuild,v 1.6 2006/04/15 23:41:18 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-app_nv_faxdetect/asterisk-app_nv_faxdetect-1.0.6.ebuild,v 1.7 2007/01/06 16:30:24 drizzt Exp $
 
 inherit eutils
 
@@ -18,22 +18,22 @@ KEYWORDS="~amd64 ~ppc x86"
 
 DEPEND=">=net-misc/asterisk-1.0.5-r1"
 
-S=${WORKDIR}/${MY_PN}-${PV}
+S="${WORKDIR}"/${MY_PN}-${PV}
 
 src_unpack() {
        unpack ${A}
 
-       cd ${S}
+       cd "${S}"
        # use asterisk-config...
-       epatch ${FILESDIR}/app_nv_faxdetect-${PV}-astcfg.diff
+       epatch "${FILESDIR}"/app_nv_faxdetect-${PV}-astcfg.diff
 
        if has_version "<net-misc/asterisk-1.1.0"; then
                einfo "Building for Asterisk-1.0.x"
                # change callerid to asterisk stable
-               epatch ${FILESDIR}/app_nv_faxdetect-${PV}-ast10.diff
+               epatch "${FILESDIR}"/app_nv_faxdetect-${PV}-ast10.diff
        else
                einfo "Building for Asterisk-1.2.x"
-               epatch ${FILESDIR}/app_nv_faxdetect-${PV}-ast12.diff
+               epatch "${FILESDIR}"/app_nv_faxdetect-${PV}-ast12.diff
        fi
 }
 
@@ -42,14 +42,14 @@ src_compile() {
 }
 
 src_install() {
-       make DESTDIR=${D} install || die
+       make DESTDIR="${D}" install || die
 }
 
 pkg_postinst() {
-       einfo "See"
-       einfo ""
-       einfo "  http://www.voip-info.org/wiki-NVFaxDetect"
-       einfo "  http://www.voip-info.org/wiki-NVBackgroundDetect"
-       einfo ""
-       einfo "for more information"
+       elog "See"
+       echo
+       elog "  http://www.voip-info.org/wiki-NVFaxDetect"
+       elog "  http://www.voip-info.org/wiki-NVBackgroundDetect"
+       echo
+       elog "for more information"
 }
index 986fd6c0454c0b660b79f75e4bfe6e3909f64f73..5aeeb3b139a54492af62a50b7b4015118f932086 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/asterisk
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.139 2006/12/21 18:45:48 rajiv Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.140 2007/01/06 16:27:46 drizzt Exp $
+
+  06 Jan 2007; Timothy Redaelli <drizzt@gentoo.org>
+  asterisk-1.0.11_p1.ebuild, asterisk-1.0.12.ebuild,
+  asterisk-1.2.12.1.ebuild, asterisk-1.2.13.ebuild,
+  asterisk-1.2.13-r1.ebuild:
+  s/einfo/elog/
 
   21 Dec 2006; Rajiv Aaron Manglani <rajiv@gentoo.org>
   asterisk-1.0.12.ebuild:
index 18c55640cdae80286a8869e424a01b78d6e7d4c1..67312129921c5627cc73383819e0739fc90f3e82 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/asterisk-1.0.11_p1.ebuild,v 1.4 2006/11/23 20:36:14 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.0.11_p1.ebuild,v 1.5 2007/01/06 16:27:46 drizzt Exp $
 
 inherit eutils perl-app
 
@@ -451,13 +451,13 @@ pkg_postinst() {
        #
        if [[ -z "$(grep "/var/run/asterisk" ${ROOT}etc/asterisk/asterisk.conf)" ]]
        then
-               einfo "Fixing astrundir in ${ROOT}etc/asterisk/asterisk.conf"
+               elog "Fixing astrundir in ${ROOT}etc/asterisk/asterisk.conf"
                mv -f ${ROOT}etc/asterisk/asterisk.conf \
                        ${ROOT}etc/asterisk/asterisk.conf.bak
                sed -e "s:^\(astrundir[\t ]=>\).*:\1 /var/run/asterisk:" \
                        ${ROOT}etc/asterisk/asterisk.conf.bak >\
                        ${ROOT}etc/asterisk/asterisk.conf
-               einfo "Backup has been saved as ${ROOT}etc/asterisk/asterisk.conf.bak"
+               elog "Backup has been saved as ${ROOT}etc/asterisk/asterisk.conf.bak"
        fi
 
        #
@@ -465,18 +465,18 @@ pkg_postinst() {
        #
        einfo "Asterisk has been installed"
        einfo ""
-       einfo "to add new Mailboxes use: /usr/sbin/addmailbox"
-       einfo ""
-       einfo "If you want to know more about asterisk, visit these sites:"
-       einfo "http://www.asteriskdocs.org/"
-       einfo "http://www.voip-info.org/wiki-Asterisk"
+       elog "to add new Mailboxes use: /usr/sbin/addmailbox"
+       echo
+       elog "If you want to know more about asterisk, visit these sites:"
+       elog "http://www.asteriskdocs.org/"
+       elog "http://www.voip-info.org/wiki-Asterisk"
        echo
-       einfo "http://asterisk.xvoip.com/"
-       einfo "http://junghanns.net/asterisk/"
-       einfo "http://www.automated.it/guidetoasterisk.htm"
+       elog "http://asterisk.xvoip.com/"
+       elog "http://junghanns.net/asterisk/"
+       elog "http://www.automated.it/guidetoasterisk.htm"
        echo
-       einfo "Gentoo VoIP IRC Channel:"
-       einfo "#gentoo-voip @ irc.freenode.net"
+       elog "Gentoo VoIP IRC Channel:"
+       elog "#gentoo-voip @ irc.freenode.net"
 
        #
        # Warning about security changes...
index 94d263bbaf590482a951deacecaa532bf2d46243..afd7cc8e266906d35de36d3a6c572e07759b9eba 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/asterisk-1.0.12.ebuild,v 1.4 2006/12/22 07:44:42 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.0.12.ebuild,v 1.5 2007/01/06 16:27:46 drizzt Exp $
 
 inherit eutils perl-app
 
@@ -451,13 +451,13 @@ pkg_postinst() {
        #
        if [[ -z "$(grep "/var/run/asterisk" ${ROOT}etc/asterisk/asterisk.conf)" ]]
        then
-               einfo "Fixing astrundir in ${ROOT}etc/asterisk/asterisk.conf"
+               elog "Fixing astrundir in ${ROOT}etc/asterisk/asterisk.conf"
                mv -f ${ROOT}etc/asterisk/asterisk.conf \
                        ${ROOT}etc/asterisk/asterisk.conf.bak
                sed -e "s:^\(astrundir[\t ]=>\).*:\1 /var/run/asterisk:" \
                        ${ROOT}etc/asterisk/asterisk.conf.bak >\
                        ${ROOT}etc/asterisk/asterisk.conf
-               einfo "Backup has been saved as ${ROOT}etc/asterisk/asterisk.conf.bak"
+               elog "Backup has been saved as ${ROOT}etc/asterisk/asterisk.conf.bak"
        fi
 
        #
@@ -465,18 +465,18 @@ pkg_postinst() {
        #
        einfo "Asterisk has been installed"
        einfo ""
-       einfo "to add new Mailboxes use: /usr/sbin/addmailbox"
-       einfo ""
-       einfo "If you want to know more about asterisk, visit these sites:"
-       einfo "http://www.asteriskdocs.org/"
-       einfo "http://www.voip-info.org/wiki-Asterisk"
+       elog "to add new Mailboxes use: /usr/sbin/addmailbox"
+       echo
+       elog "If you want to know more about asterisk, visit these sites:"
+       elog "http://www.asteriskdocs.org/"
+       elog "http://www.voip-info.org/wiki-Asterisk"
        echo
-       einfo "http://asterisk.xvoip.com/"
-       einfo "http://junghanns.net/asterisk/"
-       einfo "http://www.automated.it/guidetoasterisk.htm"
+       elog "http://asterisk.xvoip.com/"
+       elog "http://junghanns.net/asterisk/"
+       elog "http://www.automated.it/guidetoasterisk.htm"
        echo
-       einfo "Gentoo VoIP IRC Channel:"
-       einfo "#gentoo-voip @ irc.freenode.net"
+       elog "Gentoo VoIP IRC Channel:"
+       elog "#gentoo-voip @ irc.freenode.net"
 
        #
        # Warning about security changes...
index bfd3e0c15d0de6c3e479573f8e844b2cc4fc241b..9929ebaab737173784985b23877d8705f3e45738 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/asterisk-1.2.12.1.ebuild,v 1.8 2006/11/28 13:41:48 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.2.12.1.ebuild,v 1.9 2007/01/06 16:27:46 drizzt Exp $
 
 inherit eutils multilib
 
@@ -333,12 +333,12 @@ src_install() {
                keepdir /var/spool/asterisk/voicemail/default/1234/INBOX
        fi
 
-       # move sample configuration files to doc directory 
+       # move sample configuration files to doc directory
        if is_ast10update; then
-               einfo "Updating from old (pre-1.2) asterisk version, new configuration files have been installed"
-               einfo "into ${ROOT}etc/asterisk, use etc-update or dispatch-conf to update them"
+               elog "Updating from old (pre-1.2) asterisk version, new configuration files have been installed"
+               elog "into ${ROOT}etc/asterisk, use etc-update or dispatch-conf to update them"
        elif has_version "net-misc/asterisk"; then
-               einfo "Configuration samples have been moved to: $ROOT/usr/share/doc/${PF}/conf"
+               elog "Configuration samples have been moved to: $ROOT/usr/share/doc/${PF}/conf"
                insinto /usr/share/doc/${PF}/conf
                doins ${D}etc/asterisk/*.conf*
                rm -f ${D}etc/asterisk/*.conf* 2>/dev/null
@@ -436,16 +436,16 @@ pkg_postinst() {
        #
        einfo "Asterisk has been installed"
        einfo ""
-       einfo "If you want to know more about asterisk, visit these sites:"
-       einfo "http://www.asteriskdocs.org/"
-       einfo "http://www.voip-info.org/wiki-Asterisk"
+       elog "If you want to know more about asterisk, visit these sites:"
+       elog "http://www.asteriskdocs.org/"
+       elog "http://www.voip-info.org/wiki-Asterisk"
        echo
-       einfo "http://asterisk.xvoip.com/"
-       einfo "http://junghanns.net/asterisk/"
-       einfo "http://www.automated.it/guidetoasterisk.htm"
+       elog "http://asterisk.xvoip.com/"
+       elog "http://junghanns.net/asterisk/"
+       elog "http://www.automated.it/guidetoasterisk.htm"
        echo
-       einfo "Gentoo VoIP IRC Channel:"
-       einfo "#gentoo-voip @ irc.freenode.net"
+       elog "Gentoo VoIP IRC Channel:"
+       elog "#gentoo-voip @ irc.freenode.net"
        echo
        echo
 
index 937597681353b24537b24118f72fc4fead6d25f7..94e0e6c6f90134808bf3026da02005f445021487 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/asterisk-1.2.13-r1.ebuild,v 1.4 2006/11/28 13:41:48 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.2.13-r1.ebuild,v 1.5 2007/01/06 16:27:46 drizzt Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -321,12 +321,12 @@ src_install() {
                keepdir /var/spool/asterisk/voicemail/default/1234/INBOX
        fi
 
-       # move sample configuration files to doc directory 
+       # move sample configuration files to doc directory
        if is_ast10update; then
-               einfo "Updating from old (pre-1.2) asterisk version, new configuration files have been installed"
-               einfo "into ${ROOT}etc/asterisk, use etc-update or dispatch-conf to update them"
+               elog "Updating from old (pre-1.2) asterisk version, new configuration files have been installed"
+               elog "into ${ROOT}etc/asterisk, use etc-update or dispatch-conf to update them"
        elif has_version "net-misc/asterisk"; then
-               einfo "Configuration samples have been moved to: $ROOT/usr/share/doc/${PF}/conf"
+               elog "Configuration samples have been moved to: $ROOT/usr/share/doc/${PF}/conf"
                insinto /usr/share/doc/${PF}/conf
                doins "${D}"etc/asterisk/*.conf*
                rm -f "${D}"etc/asterisk/*.conf* 2>/dev/null
@@ -420,16 +420,16 @@ pkg_postinst() {
        #
        einfo "Asterisk has been installed"
        einfo ""
-       einfo "If you want to know more about asterisk, visit these sites:"
-       einfo "http://www.asteriskdocs.org/"
-       einfo "http://www.voip-info.org/wiki-Asterisk"
+       elog "If you want to know more about asterisk, visit these sites:"
+       elog "http://www.asteriskdocs.org/"
+       elog "http://www.voip-info.org/wiki-Asterisk"
        echo
-       einfo "http://asterisk.xvoip.com/"
-       einfo "http://junghanns.net/asterisk/"
-       einfo "http://www.automated.it/guidetoasterisk.htm"
+       elog "http://asterisk.xvoip.com/"
+       elog "http://junghanns.net/asterisk/"
+       elog "http://www.automated.it/guidetoasterisk.htm"
        echo
-       einfo "Gentoo VoIP IRC Channel:"
-       einfo "#gentoo-voip @ irc.freenode.net"
+       elog "Gentoo VoIP IRC Channel:"
+       elog "#gentoo-voip @ irc.freenode.net"
        echo
        echo
 
index 91d71c090afc1b6da6f383b64f81c1fa3608ae08..07d8edbfe4e6b6ae2478b90c814fc06eb57234eb 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/asterisk-1.2.13.ebuild,v 1.5 2006/11/28 13:41:48 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.2.13.ebuild,v 1.6 2007/01/06 16:27:46 drizzt Exp $
 
 inherit eutils multilib
 
@@ -317,12 +317,12 @@ src_install() {
                keepdir /var/spool/asterisk/voicemail/default/1234/INBOX
        fi
 
-       # move sample configuration files to doc directory 
+       # move sample configuration files to doc directory
        if is_ast10update; then
-               einfo "Updating from old (pre-1.2) asterisk version, new configuration files have been installed"
-               einfo "into ${ROOT}etc/asterisk, use etc-update or dispatch-conf to update them"
+               elog "Updating from old (pre-1.2) asterisk version, new configuration files have been installed"
+               elog "into ${ROOT}etc/asterisk, use etc-update or dispatch-conf to update them"
        elif has_version "net-misc/asterisk"; then
-               einfo "Configuration samples have been moved to: $ROOT/usr/share/doc/${PF}/conf"
+               elog "Configuration samples have been moved to: $ROOT/usr/share/doc/${PF}/conf"
                insinto /usr/share/doc/${PF}/conf
                doins ${D}etc/asterisk/*.conf*
                rm -f ${D}etc/asterisk/*.conf* 2>/dev/null
@@ -420,16 +420,16 @@ pkg_postinst() {
        #
        einfo "Asterisk has been installed"
        einfo ""
-       einfo "If you want to know more about asterisk, visit these sites:"
-       einfo "http://www.asteriskdocs.org/"
-       einfo "http://www.voip-info.org/wiki-Asterisk"
+       elog "If you want to know more about asterisk, visit these sites:"
+       elog "http://www.asteriskdocs.org/"
+       elog "http://www.voip-info.org/wiki-Asterisk"
        echo
-       einfo "http://asterisk.xvoip.com/"
-       einfo "http://junghanns.net/asterisk/"
-       einfo "http://www.automated.it/guidetoasterisk.htm"
+       elog "http://asterisk.xvoip.com/"
+       elog "http://junghanns.net/asterisk/"
+       elog "http://www.automated.it/guidetoasterisk.htm"
        echo
-       einfo "Gentoo VoIP IRC Channel:"
-       einfo "#gentoo-voip @ irc.freenode.net"
+       elog "Gentoo VoIP IRC Channel:"
+       elog "#gentoo-voip @ irc.freenode.net"
        echo
        echo