From b44a1be8b8e28517ce843e630e30ccc1ddf3fae4 Mon Sep 17 00:00:00 2001
From: Jaco Kroon <jaco@uls.co.za>
Date: Sun, 10 Nov 2019 20:29:19 +0200
Subject: net-misc/asterisk: version bump to 13.29.1 + maintainership

Converted to GLEP 81 for user+group.
Consolidated a few DEPEND issues.
Dropped pkg_config phase function.
Took maintainership.
Fixed a bunch of other issues from pkgcheck (${D} and ${ROOT} not having
    a / following it directly).
Bumped to EAPI=7
Use $ED over $D where applicable.
Fix statsd integration.
Update depend on virtual/mysql to db/mysql-connector-c
Enable NOISY_BUILD as requested (instructed) by slyfox.
Fix /usr/share/doc/${PV} being asterisk: owned.
Make SSL optional.

This commit enables progress on the GLSA bug: https://bugs.gentoo.org/689796

Might close: https://bugs.gentoo.org/594160 (SIGILL, may be GRSEC, or #667498)

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Closes: https://bugs.gentoo.org/631464
Closes: https://bugs.gentoo.org/654710
Closes: https://bugs.gentoo.org/656472
Closes: https://bugs.gentoo.org/666004
Closes: https://bugs.gentoo.org/667498
Closes: https://bugs.gentoo.org/670522
Closes: https://bugs.gentoo.org/679804
Closes: https://bugs.gentoo.org/686906
Closes: https://bugs.gentoo.org/692696
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/13649
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
---
 net-misc/asterisk/metadata.xml | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

(limited to 'net-misc/asterisk/metadata.xml')

diff --git a/net-misc/asterisk/metadata.xml b/net-misc/asterisk/metadata.xml
index 7790ac2d905f..c47b77295147 100644
--- a/net-misc/asterisk/metadata.xml
+++ b/net-misc/asterisk/metadata.xml
@@ -2,20 +2,25 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>chainsaw@gentoo.org</email>
-		<name>Tony Vroon</name>
+		<email>jaco@uls.co.za</email>
+		<name>Jaco Kroon</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
 	</maintainer>
 	<use>
-		<flag name="newt">Include additional tools that require redhats windowing toolkit</flag>
+		<flag name="cluster">Enable high-availability support through the Corosync Cluster Engine</flag>
 		<flag name="dahdi">Support Digium compatible hardware (formerly known as Zaptel).</flag>
-		<flag name="span">Enable support for the spandsp codec</flag>
-		<flag name="samples">Install sample sound and configuration files (default: on)</flag>
-		<flag name="srtp">Enable support for encrypted voice transmission (secure RTP)</flag>
 		<flag name="gtalk">Enable support for Google Talk services</flag>
-		<flag name="osplookup">Support secure peering using the Open Settlement Protocol</flag>
 		<flag name="http">Enable embedded web server</flag>
-		<flag name="cluster">Enable high-availability support through the Corosync Cluster Engine</flag>
 		<flag name="ilbc">Enable the Internet Low Bitrate Codec (iLBC)</flag>
+		<flag name="newt">Include additional tools that require redhats windowing toolkit</flag>
+		<flag name="osplookup">Support secure peering using the Open Settlement Protocol</flag>
 		<flag name="pjproject">Enable support for pjproject (pjsip)</flag>
+		<flag name="samples">Install sample sound and configuration files (default: on)</flag>
+		<flag name="span">Enable support for the spandsp codec</flag>
+		<flag name="srtp">Enable support for encrypted voice transmission (secure RTP)</flag>
+		<flag name="statsd">Enable statsd integration</flag>
 	</use>
 </pkgmetadata>
-- 
cgit v1.2.3-65-gdbad