diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-07-04 14:59:44 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-07-04 14:59:44 +0000 |
commit | 5ed9fa6639c6c62268b2f46eba2a920513e451d8 (patch) | |
tree | c9cdaed9757f13bd1f2f3ee1a5ad6b567841e85b /net-misc/asterisk | |
parent | Bring back src_prepare function to fix the documentation makefile (diff) | |
download | gentoo-2-5ed9fa6639c6c62268b2f46eba2a920513e451d8.tar.gz gentoo-2-5ed9fa6639c6c62268b2f46eba2a920513e451d8.tar.bz2 gentoo-2-5ed9fa6639c6c62268b2f46eba2a920513e451d8.zip |
Actually install the newest init script with Jaco Kroon's restart fixes; as pointed out by Erik Wallin (reopened) bug #345307.
(Portage version: 2.1.10.4/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/asterisk')
-rw-r--r-- | net-misc/asterisk/ChangeLog | 11 | ||||
-rw-r--r-- | net-misc/asterisk/asterisk-1.6.2.19-r1.ebuild (renamed from net-misc/asterisk/asterisk-1.6.2.19.ebuild) | 4 | ||||
-rw-r--r-- | net-misc/asterisk/asterisk-1.8.4.4-r1.ebuild (renamed from net-misc/asterisk/asterisk-1.8.4.4.ebuild) | 4 |
3 files changed, 14 insertions, 5 deletions
diff --git a/net-misc/asterisk/ChangeLog b/net-misc/asterisk/ChangeLog index 3dde1cb15e18..9fa9cc6ee5c5 100644 --- a/net-misc/asterisk/ChangeLog +++ b/net-misc/asterisk/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for net-misc/asterisk # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.329 2011/06/29 20:23:17 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.330 2011/07/04 14:59:44 chainsaw Exp $ + +*asterisk-1.8.4.4-r1 (04 Jul 2011) +*asterisk-1.6.2.19-r1 (04 Jul 2011) + + 04 Jul 2011; Tony Vroon <chainsaw@gentoo.org> -asterisk-1.6.2.19.ebuild, + +asterisk-1.6.2.19-r1.ebuild, -asterisk-1.8.4.4.ebuild, + +asterisk-1.8.4.4-r1.ebuild: + Actually install the newest init script with Jaco Kroon's restart fixes; as + pointed out by Erik Wallin (reopened) bug #345307. *asterisk-1.6.2.19 (29 Jun 2011) diff --git a/net-misc/asterisk/asterisk-1.6.2.19.ebuild b/net-misc/asterisk/asterisk-1.6.2.19-r1.ebuild index d70bb46411ed..a784cc08678b 100644 --- a/net-misc/asterisk/asterisk-1.6.2.19.ebuild +++ b/net-misc/asterisk/asterisk-1.6.2.19-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.6.2.19.ebuild,v 1.1 2011/06/29 20:23:17 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.6.2.19-r1.ebuild,v 1.1 2011/07/04 14:59:44 chainsaw Exp $ EAPI=3 inherit autotools base eutils linux-info multilib @@ -146,7 +146,7 @@ src_install() { diropts -m 0750 -o asterisk -g asterisk keepdir /var/log/asterisk/{cdr-csv,cdr-custom} - newinitd "${FILESDIR}"/1.6.2/asterisk.initd2 asterisk + newinitd "${FILESDIR}"/1.6.2/asterisk.initd3 asterisk newconfd "${FILESDIR}"/1.6.0/asterisk.confd asterisk # install the upgrade documentation diff --git a/net-misc/asterisk/asterisk-1.8.4.4.ebuild b/net-misc/asterisk/asterisk-1.8.4.4-r1.ebuild index 8be7c8737619..ec53987c28c2 100644 --- a/net-misc/asterisk/asterisk-1.8.4.4.ebuild +++ b/net-misc/asterisk/asterisk-1.8.4.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.8.4.4.ebuild,v 1.1 2011/06/28 21:38:10 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.8.4.4-r1.ebuild,v 1.1 2011/07/04 14:59:44 chainsaw Exp $ EAPI=3 inherit autotools base eutils linux-info multilib @@ -361,7 +361,7 @@ src_install() { diropts -m 0750 -o asterisk -g asterisk keepdir /var/log/asterisk/{cdr-csv,cdr-custom} - newinitd "${FILESDIR}"/1.6.2/asterisk.initd2 asterisk + newinitd "${FILESDIR}"/1.6.2/asterisk.initd3 asterisk newconfd "${FILESDIR}"/1.6.0/asterisk.confd asterisk # install the upgrade documentation |