diff options
-rw-r--r-- | net-misc/asterisk-app_nv_faxdetect/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/asterisk-app_nv_faxdetect/asterisk-app_nv_faxdetect-1.0.6.ebuild | 28 | ||||
-rw-r--r-- | net-misc/asterisk/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/asterisk/asterisk-1.0.11_p1.ebuild | 28 | ||||
-rw-r--r-- | net-misc/asterisk/asterisk-1.0.12.ebuild | 28 | ||||
-rw-r--r-- | net-misc/asterisk/asterisk-1.2.12.1.ebuild | 28 | ||||
-rw-r--r-- | net-misc/asterisk/asterisk-1.2.13-r1.ebuild | 28 | ||||
-rw-r--r-- | net-misc/asterisk/asterisk-1.2.13.ebuild | 28 |
8 files changed, 98 insertions, 88 deletions
diff --git a/net-misc/asterisk-app_nv_faxdetect/ChangeLog b/net-misc/asterisk-app_nv_faxdetect/ChangeLog index 038058751560..c91cfe6097c8 100644 --- a/net-misc/asterisk-app_nv_faxdetect/ChangeLog +++ b/net-misc/asterisk-app_nv_faxdetect/ChangeLog @@ -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, diff --git a/net-misc/asterisk-app_nv_faxdetect/asterisk-app_nv_faxdetect-1.0.6.ebuild b/net-misc/asterisk-app_nv_faxdetect/asterisk-app_nv_faxdetect-1.0.6.ebuild index 63bf1a553740..734998c7d77e 100644 --- a/net-misc/asterisk-app_nv_faxdetect/asterisk-app_nv_faxdetect-1.0.6.ebuild +++ b/net-misc/asterisk-app_nv_faxdetect/asterisk-app_nv_faxdetect-1.0.6.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-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" } diff --git a/net-misc/asterisk/ChangeLog b/net-misc/asterisk/ChangeLog index 986fd6c0454c..5aeeb3b139a5 100644 --- a/net-misc/asterisk/ChangeLog +++ b/net-misc/asterisk/ChangeLog @@ -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: diff --git a/net-misc/asterisk/asterisk-1.0.11_p1.ebuild b/net-misc/asterisk/asterisk-1.0.11_p1.ebuild index 18c55640cdae..67312129921c 100644 --- a/net-misc/asterisk/asterisk-1.0.11_p1.ebuild +++ b/net-misc/asterisk/asterisk-1.0.11_p1.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/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... diff --git a/net-misc/asterisk/asterisk-1.0.12.ebuild b/net-misc/asterisk/asterisk-1.0.12.ebuild index 94d263bbaf59..afd7cc8e2669 100644 --- a/net-misc/asterisk/asterisk-1.0.12.ebuild +++ b/net-misc/asterisk/asterisk-1.0.12.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/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... diff --git a/net-misc/asterisk/asterisk-1.2.12.1.ebuild b/net-misc/asterisk/asterisk-1.2.12.1.ebuild index bfd3e0c15d0d..9929ebaab737 100644 --- a/net-misc/asterisk/asterisk-1.2.12.1.ebuild +++ b/net-misc/asterisk/asterisk-1.2.12.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/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 diff --git a/net-misc/asterisk/asterisk-1.2.13-r1.ebuild b/net-misc/asterisk/asterisk-1.2.13-r1.ebuild index 937597681353..94e0e6c6f901 100644 --- a/net-misc/asterisk/asterisk-1.2.13-r1.ebuild +++ b/net-misc/asterisk/asterisk-1.2.13-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/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 diff --git a/net-misc/asterisk/asterisk-1.2.13.ebuild b/net-misc/asterisk/asterisk-1.2.13.ebuild index 91d71c090afc..07d8edbfe4e6 100644 --- a/net-misc/asterisk/asterisk-1.2.13.ebuild +++ b/net-misc/asterisk/asterisk-1.2.13.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/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 |