From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1189224-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 7540613835A
	for <garchives@archives.gentoo.org>; Mon, 20 Jul 2020 09:01:42 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A826BE0922;
	Mon, 20 Jul 2020 09:01:41 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 8DB47E0923
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jul 2020 09:01:41 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id EDB3C34F0D8
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jul 2020 09:01:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 333052F0
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jul 2020 09:01:37 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1595235680.26e51de2b65e3d32d4e2efa9bb493a5b75fa8c84.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dahdi-tools/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-misc/dahdi-tools/dahdi-tools-3.1.0.ebuild
X-VCS-Directories: net-misc/dahdi-tools/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 26e51de2b65e3d32d4e2efa9bb493a5b75fa8c84
X-VCS-Branch: master
Date: Mon, 20 Jul 2020 09:01:37 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: bb0332ba-14d9-4071-a6ac-2951f028142a
X-Archives-Hash: 1c4da61bf4ce3408e60ff7d0a38a5f59

commit:     26e51de2b65e3d32d4e2efa9bb493a5b75fa8c84
Author:     Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za>
AuthorDate: Tue Jul  7 20:04:23 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 09:01:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e51de2

net-misc/dahdi-tools: Fixups for perl, and fixing man pages build.

dahdi-tools uses perl for some stuff, so add applicable RDEPEND.

Build failure caused by lack of perl and build time, so install the
tools required such that this absolute gem of how not to do it works
(xpp/Makefile):

1377 %.8: %
1378     @if file "$^" | cut -d: -f2 | grep -q -iw perl; then \
1379         if pod2man --section 8 $^ > $@; then \
1380             echo "  GEN      $@"; \
1381         else \
1382             rm -f "$@"; \
1383         fi \
1384     fi

Closes:  https://bugs.gentoo.org/728544
Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/16629
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/dahdi-tools/dahdi-tools-3.1.0.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-misc/dahdi-tools/dahdi-tools-3.1.0.ebuild b/net-misc/dahdi-tools/dahdi-tools-3.1.0.ebuild
index 6b9aa9aac2d..a731c485943 100644
--- a/net-misc/dahdi-tools/dahdi-tools-3.1.0.ebuild
+++ b/net-misc/dahdi-tools/dahdi-tools-3.1.0.ebuild
@@ -26,7 +26,11 @@ DEPEND="dev-libs/newt
 	sys-kernel/linux-headers
 	virtual/libusb:0
 	ppp? ( net-dialup/ppp )"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	dev-lang/perl:=
+	dev-perl/CGI"
+BDEPEND="dev-lang/perl
+	sys-apps/file"
 
 src_prepare() {
 	default