# 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)
-# 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"
!>=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
}
}
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)"
}
-# 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=""
!>=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:" \
# 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
}
}
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)"
}
-# 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
}
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
}
# 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)
-# 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
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"
}
-# 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
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"
}
-# 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
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"
}
-# 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
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"
}
-# 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
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"
}
-# 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
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"
}
-# 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
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"
}
-# 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
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"
}
-# 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
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"
}
# 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)
-# 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
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() {
}
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"
}
-# 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
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() {
}
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"
}
# 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)
-# 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
}
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
}
# 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:
-# 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"
}
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"
}