summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2013-01-14 12:17:33 +0000
committerTony Vroon <chainsaw@gentoo.org>2013-01-14 12:17:33 +0000
commit195e1a576bb20ef46c879a81e738a9ba8eae3a1a (patch)
treec89f1f036dbdb8ca160f4099235a5caf4e7153f9 /net-misc
parentMarked stable for amd64 wrt bug #451632 (diff)
downloadgentoo-2-195e1a576bb20ef46c879a81e738a9ba8eae3a1a.tar.gz
gentoo-2-195e1a576bb20ef46c879a81e738a9ba8eae3a1a.tar.bz2
gentoo-2-195e1a576bb20ef46c879a81e738a9ba8eae3a1a.zip
Use QA_PREBUILT instead of QA_EXECSTACK, as requested by Diego Elio "Flameeyes" Pettenò in bug #438654. Bump to Asterisk 11 compatible release and remove Asterisk 10, as requested by Vincent Brillault & Jaco Kroon in bug #447190.
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/asterisk-g729/ChangeLog13
-rw-r--r--net-misc/asterisk-g729/asterisk-g729-11.0.3.1.5.ebuild (renamed from net-misc/asterisk-g729/asterisk-g729-10.0.3.1.5.ebuild)15
2 files changed, 18 insertions, 10 deletions
diff --git a/net-misc/asterisk-g729/ChangeLog b/net-misc/asterisk-g729/ChangeLog
index 4368f6356715..72225f71ef8c 100644
--- a/net-misc/asterisk-g729/ChangeLog
+++ b/net-misc/asterisk-g729/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for net-misc/asterisk-g729
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-g729/ChangeLog,v 1.6 2012/09/24 00:46:53 vapier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-g729/ChangeLog,v 1.7 2013/01/14 12:17:33 chainsaw Exp $
+
+*asterisk-g729-11.0.3.1.5 (14 Jan 2013)
+
+ 14 Jan 2013; Tony Vroon <chainsaw@gentoo.org>
+ -asterisk-g729-10.0.3.1.5.ebuild, +asterisk-g729-11.0.3.1.5.ebuild:
+ Use QA_PREBUILT instead of QA_EXECSTACK, as requested by Diego Elio
+ "Flameeyes" Pettenò in bug #438654. Bump to Asterisk 11 compatible release
+ and remove Asterisk 10, as requested by Vincent Brillault & Jaco Kroon in bug
+ #447190.
24 Sep 2012; Mike Frysinger <vapier@gentoo.org>
asterisk-g729-1.8.4.3.1.5-r2.ebuild, asterisk-g729-10.0.3.1.5.ebuild:
diff --git a/net-misc/asterisk-g729/asterisk-g729-10.0.3.1.5.ebuild b/net-misc/asterisk-g729/asterisk-g729-11.0.3.1.5.ebuild
index 236ee478d199..0254f2c2218b 100644
--- a/net-misc/asterisk-g729/asterisk-g729-10.0.3.1.5.ebuild
+++ b/net-misc/asterisk-g729/asterisk-g729-11.0.3.1.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-g729/asterisk-g729-10.0.3.1.5.ebuild,v 1.3 2012/09/24 00:46:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-g729/asterisk-g729-11.0.3.1.5.ebuild,v 1.1 2013/01/14 12:17:33 chainsaw Exp $
EAPI="4"
@@ -11,7 +11,7 @@ HOMEPAGE="http://store.digium.com/productview.php?product_code=G729CODEC"
BENCH_PV=1.0.8
-AST_PV=10.0
+AST_PV=11.0
MY_PV=$(replace_version_separator 2 _)
SRC_URI="x86? (
@@ -54,14 +54,13 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
-RDEPEND="${DEPEND} =net-misc/asterisk-10*"
+RDEPEND="${DEPEND} =net-misc/asterisk-11*"
RESTRICT="mirror strip"
-QA_FLAGS_IGNORED_amd64="usr/lib64/codec_g729a.so usr/sbin/benchg729"
-QA_FLAGS_IGNORED_x86="usr/lib/codec_g729a.so usr/sbin/benchg729"
-
-QA_EXECSTACK="usr/sbin/benchg729 usr/sbin/asthostid usr/sbin/astregister"
+QA_FLAGS_IGNORED_amd64="usr/lib64/asterisk/modules/codec_g729a.so usr/sbin/benchg729"
+QA_FLAGS_IGNORED_x86="usr/lib/asterisk/modules/codec_g729a.so usr/sbin/benchg729"
+QA_PREBUILT="usr/sbin/benchg729 usr/sbin/asthostid usr/sbin/astregister"
S="${WORKDIR}"