diff options
author | Stefan Knoblich <stkn@gentoo.org> | 2006-04-15 23:49:22 +0000 |
---|---|---|
committer | Stefan Knoblich <stkn@gentoo.org> | 2006-04-15 23:49:22 +0000 |
commit | 210cf66aaf19215df42266304e793c00446c4f01 (patch) | |
tree | 8466d2cff403b955de75fb0d7e13cdd6b8c0d259 /net-misc/asterisk-app_notify | |
parent | Add patch for asterisk-1.2.x, submitted by Brad House in bug #119417 (diff) | |
download | gentoo-2-210cf66aaf19215df42266304e793c00446c4f01.tar.gz gentoo-2-210cf66aaf19215df42266304e793c00446c4f01.tar.bz2 gentoo-2-210cf66aaf19215df42266304e793c00446c4f01.zip |
Version bump, 1.0_rc2 verified to compile with asterisk-1.2.x, block unsupported versions in DEPEND.
(Portage version: 2.0.54)
Diffstat (limited to 'net-misc/asterisk-app_notify')
4 files changed, 55 insertions, 5 deletions
diff --git a/net-misc/asterisk-app_notify/ChangeLog b/net-misc/asterisk-app_notify/ChangeLog index f438b8da6faf..d6d739fedd5c 100644 --- a/net-misc/asterisk-app_notify/ChangeLog +++ b/net-misc/asterisk-app_notify/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-misc/asterisk-app_notify -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-app_notify/ChangeLog,v 1.1 2005/08/27 21:50:26 stkn Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-app_notify/ChangeLog,v 1.2 2006/04/15 23:49:22 stkn Exp $ + +*asterisk-app_notify-1.0_rc2 (15 Apr 2006) + + 15 Apr 2006; Stefan Knoblich <stkn@gentoo.org> + asterisk-app_notify-0.9.ebuild, +asterisk-app_notify-1.0_rc2.ebuild: + Version bump, 1.0_rc2 verified to compile with asterisk-1.2.x, block + unsupported versions in DEPEND. *asterisk-app_notify-0.9 (27 Aug 2005) diff --git a/net-misc/asterisk-app_notify/asterisk-app_notify-0.9.ebuild b/net-misc/asterisk-app_notify/asterisk-app_notify-0.9.ebuild index bb652982ede2..1e44ff1c441d 100644 --- a/net-misc/asterisk-app_notify/asterisk-app_notify-0.9.ebuild +++ b/net-misc/asterisk-app_notify/asterisk-app_notify-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-app_notify/asterisk-app_notify-0.9.ebuild,v 1.1 2005/08/27 21:50:26 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-app_notify/asterisk-app_notify-0.9.ebuild,v 1.2 2006/04/15 23:49:22 stkn Exp $ inherit eutils @@ -16,7 +16,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -DEPEND=">=net-misc/asterisk-1.0.7-r1" +DEPEND=">=net-misc/asterisk-1.0.7-r1 + !>=net-misc/asterisk-1.2.0" S=${WORKDIR}/${MY_PN} diff --git a/net-misc/asterisk-app_notify/asterisk-app_notify-1.0_rc2.ebuild b/net-misc/asterisk-app_notify/asterisk-app_notify-1.0_rc2.ebuild new file mode 100644 index 000000000000..9cfa88287e3d --- /dev/null +++ b/net-misc/asterisk-app_notify/asterisk-app_notify-1.0_rc2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-app_notify/asterisk-app_notify-1.0_rc2.ebuild,v 1.1 2006/04/15 23:49:22 stkn Exp $ + +inherit eutils + +MY_PN="app_notify" + +DESCRIPTION="Asterisk application plugin to notify users" +HOMEPAGE="http://www.mezzo.net/asterisk/" +SRC_URI="http://www.mezzo.net/asterisk/${MY_PN}-${PV/_/}.tgz" + +IUSE="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND=">=net-misc/asterisk-1.0.7-r1" + +S="${WORKDIR}/${MY_PN}-${PV/_/}" + +src_unpack() { + unpack ${A} + + cd ${S} + # use asterisk-config... + epatch ${FILESDIR}/${MY_PN}-0.9-astcfg.diff +} + +src_compile() { + emake -j1 || die "emake failed" +} + +src_install() { + make DESTDIR=${D} install || die + + dodoc README sampleClient.c +} diff --git a/net-misc/asterisk-app_notify/files/digest-asterisk-app_notify-1.0_rc2 b/net-misc/asterisk-app_notify/files/digest-asterisk-app_notify-1.0_rc2 new file mode 100644 index 000000000000..8accb6689f6c --- /dev/null +++ b/net-misc/asterisk-app_notify/files/digest-asterisk-app_notify-1.0_rc2 @@ -0,0 +1,3 @@ +MD5 7abc8bfc11147af7738756749237622a app_notify-1.0rc2.tgz 3063 +RMD160 c27989d95295fad3eee940aaa6b49430c2116d32 app_notify-1.0rc2.tgz 3063 +SHA256 d3465fa5bc8fdd0b397b2601a2369cad56302f8b13e4583fe8cf1c023e1eaf9a app_notify-1.0rc2.tgz 3063 |