diff options
author | Stefan Knoblich <stkn@gentoo.org> | 2005-06-25 13:34:13 +0000 |
---|---|---|
committer | Stefan Knoblich <stkn@gentoo.org> | 2005-06-25 13:34:13 +0000 |
commit | 9020e5c424768c1a31b2e7f65685281f13d9e27f (patch) | |
tree | 2f68a2894ef76f93ac5e7a8ce329c6512782da85 /net-misc/asterisk | |
parent | dep typo (diff) | |
download | gentoo-2-9020e5c424768c1a31b2e7f65685281f13d9e27f.tar.gz gentoo-2-9020e5c424768c1a31b2e7f65685281f13d9e27f.tar.bz2 gentoo-2-9020e5c424768c1a31b2e7f65685281f13d9e27f.zip |
Fixed SRC_URI and a typo
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/asterisk')
-rw-r--r-- | net-misc/asterisk/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/asterisk/asterisk-1.0.5-r2.ebuild | 8 | ||||
-rw-r--r-- | net-misc/asterisk/asterisk-1.0.6-r1.ebuild | 8 | ||||
-rw-r--r-- | net-misc/asterisk/asterisk-1.0.7-r1.ebuild | 8 | ||||
-rw-r--r-- | net-misc/asterisk/asterisk-1.0.8.ebuild | 4 |
5 files changed, 19 insertions, 15 deletions
diff --git a/net-misc/asterisk/ChangeLog b/net-misc/asterisk/ChangeLog index c183760bc5fe..b57bfeca1521 100644 --- a/net-misc/asterisk/ChangeLog +++ b/net-misc/asterisk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/asterisk # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.63 2005/06/25 11:40:23 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.64 2005/06/25 13:34:13 stkn Exp $ + + 25 Jun 2005; Stefan Knoblich <stkn@gentoo.org> asterisk-1.0.5-r2.ebuild, + asterisk-1.0.6-r1.ebuild, asterisk-1.0.7-r1.ebuild, asterisk-1.0.8.ebuild: + Fixed SRC_URI and a typo 25 Jun 2005; David Holm <dholm@gentoo.org> asterisk-1.0.7-r1.ebuild: Added to ~ppc. diff --git a/net-misc/asterisk/asterisk-1.0.5-r2.ebuild b/net-misc/asterisk/asterisk-1.0.5-r2.ebuild index 8da0d947def3..33ea9bb45c55 100644 --- a/net-misc/asterisk/asterisk-1.0.5-r2.ebuild +++ b/net-misc/asterisk/asterisk-1.0.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.0.5-r2.ebuild,v 1.2 2005/06/24 16:46:21 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.0.5-r2.ebuild,v 1.3 2005/06/25 13:34:13 stkn Exp $ IUSE="alsa doc gtk mmx mysql pri zaptel uclibc resperl debug postgres vmdbmysql vmdbpostgres" @@ -10,8 +10,8 @@ ADDONS_VERSION="1.0.4" DESCRIPTION="Asterisk: A Modular Open Source PBX System" HOMEPAGE="http://www.asterisk.org/" -SRC_URI="ftp://ftp.asterisk.org/pub/telephony/asterisk/${P}.tar.gz - ftp://ftp.asterisk.org/pub/telephony/asterisk/${PN}-addons-${ADDONS_VERSION}.tar.gz" +SRC_URI="ftp://ftp.asterisk.org/pub/telephony/${PN}/old-releases/${P}.tar.gz + ftp://ftp.asterisk.org/pub/telephony/${PN}/old-releases/${PN}-addons-${ADDONS_VERSION}.tar.gz" S=${WORKDIR}/${P} S_ADDONS=${WORKDIR}/${PN}-addons-${ADDONS_VERSION} @@ -397,7 +397,7 @@ pkg_postinst() { ewarn "- Permissions of /var/{log,lib,run,spool}/asterisk have been changed" ewarn " to asterisk:asterisk 750 / 640" ewarn - ewarn "- Asterisk's unix socket and pidfile are now in /var/run/astrisk" + ewarn "- Asterisk's unix socket and pidfile are now in /var/run/asterisk" ewarn ewarn "- Asterisk cannot set the IP ToS bits when run as user," ewarn " use something like this to make iptables set them for you:" diff --git a/net-misc/asterisk/asterisk-1.0.6-r1.ebuild b/net-misc/asterisk/asterisk-1.0.6-r1.ebuild index b148d46939cd..a6a052b49743 100644 --- a/net-misc/asterisk/asterisk-1.0.6-r1.ebuild +++ b/net-misc/asterisk/asterisk-1.0.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.0.6-r1.ebuild,v 1.2 2005/06/24 16:46:21 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.0.6-r1.ebuild,v 1.3 2005/06/25 13:34:13 stkn Exp $ IUSE="alsa doc gtk mmx mysql pri zaptel debug postgres vmdbmysql vmdbpostgres bri hardened speex resperl" @@ -11,8 +11,8 @@ BRI_VERSION="0.2.0-RC7k" DESCRIPTION="Asterisk: A Modular Open Source PBX System" HOMEPAGE="http://www.asterisk.org/" -SRC_URI="ftp://ftp.asterisk.org/pub/telephony/${PN}/${P}.tar.gz - ftp://ftp.asterisk.org/pub/telephony/${PN}/${PN}-addons-${ADDONS_VERSION}.tar.gz +SRC_URI="ftp://ftp.asterisk.org/pub/telephony/${PN}/old-releases/${P}.tar.gz + ftp://ftp.asterisk.org/pub/telephony/${PN}/old-releases/${PN}-addons-${ADDONS_VERSION}.tar.gz bri? ( http://www.junghanns.net/${PN}/downloads/bristuff-${BRI_VERSION}.tar.gz )" S=${WORKDIR}/${P} @@ -56,7 +56,7 @@ pkg_setup() { ewarn "- Permissions of /var/{log,lib,run,spool}/asterisk have been changed" ewarn " to asterisk:asterisk 750 (directories) / 640 (files)" ewarn - ewarn "- Asterisk's unix socket and pidfile are now in /var/run/astrisk" + ewarn "- Asterisk's unix socket and pidfile are now in /var/run/asterisk" ewarn ewarn "- More information at the end of this emerge" ewarn diff --git a/net-misc/asterisk/asterisk-1.0.7-r1.ebuild b/net-misc/asterisk/asterisk-1.0.7-r1.ebuild index cf2f3ad48d7c..b62076e57ae1 100644 --- a/net-misc/asterisk/asterisk-1.0.7-r1.ebuild +++ b/net-misc/asterisk/asterisk-1.0.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.0.7-r1.ebuild,v 1.9 2005/06/25 11:40:23 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.0.7-r1.ebuild,v 1.10 2005/06/25 13:34:13 stkn Exp $ IUSE="alsa doc gtk mmx mysql pri zaptel debug postgres vmdbmysql vmdbpostgres bri hardened speex resperl" @@ -11,8 +11,8 @@ BRI_VERSION="0.2.0-RC8g" DESCRIPTION="Asterisk: A Modular Open Source PBX System" HOMEPAGE="http://www.asterisk.org/" -SRC_URI="ftp://ftp.asterisk.org/pub/telephony/${PN}/${P}.tar.gz - ftp://ftp.asterisk.org/pub/telephony/${PN}/${PN}-addons-${ADDONS_VERSION}.tar.gz +SRC_URI="ftp://ftp.asterisk.org/pub/telephony/${PN}/old-releases/${P}.tar.gz + ftp://ftp.asterisk.org/pub/telephony/${PN}/old-releases/${PN}-addons-${ADDONS_VERSION}.tar.gz bri? ( http://www.junghanns.net/${PN}/downloads/bristuff-${BRI_VERSION}.tar.gz )" S=${WORKDIR}/${P} @@ -56,7 +56,7 @@ pkg_setup() { ewarn "- Permissions of /var/{log,lib,run,spool}/asterisk have been changed" ewarn " to asterisk:asterisk 750 (directories) / 640 (files)" ewarn - ewarn "- Asterisk's unix socket and pidfile are now in /var/run/astrisk" + ewarn "- Asterisk's unix socket and pidfile are now in /var/run/asterisk" ewarn ewarn "- More information at the end of this emerge" ewarn diff --git a/net-misc/asterisk/asterisk-1.0.8.ebuild b/net-misc/asterisk/asterisk-1.0.8.ebuild index 9e0ac6b40a98..1180eb36ade1 100644 --- a/net-misc/asterisk/asterisk-1.0.8.ebuild +++ b/net-misc/asterisk/asterisk-1.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.0.8.ebuild,v 1.2 2005/06/25 09:45:30 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.0.8.ebuild,v 1.3 2005/06/25 13:34:13 stkn Exp $ IUSE="alsa doc gtk mmx mysql pri zaptel debug postgres vmdbmysql vmdbpostgres bri hardened speex resperl" @@ -56,7 +56,7 @@ pkg_setup() { ewarn "- Permissions of /var/{log,lib,run,spool}/asterisk have been changed" ewarn " to asterisk:asterisk 750 (directories) / 640 (files)" ewarn - ewarn "- Asterisk's unix socket and pidfile are now in /var/run/astrisk" + ewarn "- Asterisk's unix socket and pidfile are now in /var/run/asterisk" ewarn ewarn "- More information at the end of this emerge" ewarn |