summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Knoblich <stkn@gentoo.org>2006-04-15 23:49:22 +0000
committerStefan Knoblich <stkn@gentoo.org>2006-04-15 23:49:22 +0000
commitf3da23e4317c6528f65141cf059d5316bc634119 (patch)
tree569e9c36c18147166e279e879a8e167e13a2b4fa /net-misc
parentAdd patch for asterisk-1.2.x, submitted by Brad House in bug #119417 (diff)
downloadhistorical-f3da23e4317c6528f65141cf059d5316bc634119.tar.gz
historical-f3da23e4317c6528f65141cf059d5316bc634119.tar.bz2
historical-f3da23e4317c6528f65141cf059d5316bc634119.zip
Version bump, 1.0_rc2 verified to compile with asterisk-1.2.x, block unsupported versions in DEPEND.
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/asterisk-app_notify/ChangeLog11
-rw-r--r--net-misc/asterisk-app_notify/Manifest8
-rw-r--r--net-misc/asterisk-app_notify/asterisk-app_notify-0.9.ebuild7
-rw-r--r--net-misc/asterisk-app_notify/asterisk-app_notify-1.0_rc2.ebuild39
-rw-r--r--net-misc/asterisk-app_notify/files/digest-asterisk-app_notify-1.0_rc23
5 files changed, 60 insertions, 8 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/Manifest b/net-misc/asterisk-app_notify/Manifest
index c53bd9f55a34..bf4fc650cf31 100644
--- a/net-misc/asterisk-app_notify/Manifest
+++ b/net-misc/asterisk-app_notify/Manifest
@@ -1,5 +1,7 @@
-MD5 4353179a97dffc2f70406d97d1363066 asterisk-app_notify-0.9.ebuild 795
-MD5 de41c503f05f5f99a8635b0e333729a5 metadata.xml 217
-MD5 19f6ce649aeca18b32a5628502fbc172 ChangeLog 422
+MD5 8db1ffde285f163f844e439413df1b7d ChangeLog 692
+MD5 f2ee78e33299114a3073d79a8e17d3a9 asterisk-app_notify-0.9.ebuild 823
+MD5 c1f5bfa6be9096eb4e3d2e415fd0044e asterisk-app_notify-1.0_rc2.ebuild 813
MD5 e9feeca2b8769b6a47354d06f0598ede files/app_notify-0.9-astcfg.diff 853
MD5 23f907476297db3a183a156b1b391c40 files/digest-asterisk-app_notify-0.9 61
+MD5 ba5daf77ec3becd97a28a715f8d1b6ad files/digest-asterisk-app_notify-1.0_rc2 238
+MD5 de41c503f05f5f99a8635b0e333729a5 metadata.xml 217
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