public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dahdi-tools/
Date: Mon, 20 Jul 2020 09:01:37 +0000 (UTC)	[thread overview]
Message-ID: <1595235680.26e51de2b65e3d32d4e2efa9bb493a5b75fa8c84.juippis@gentoo> (raw)

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


             reply	other threads:[~2020-07-20  9:01 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-20  9:01 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-28  3:34 [gentoo-commits] repo/gentoo:master commit in: net-misc/dahdi-tools/ Sam James
2021-07-24  5:55 Joonas Niilola
2021-07-24  5:55 Joonas Niilola
2021-03-26 14:52 Sam James
2021-03-26  7:50 Agostino Sarubbo
2021-03-12 18:35 Sam James
2021-01-24  8:09 Joonas Niilola
2020-07-20 12:24 Sam James
2020-07-16 17:45 Sam James
2020-04-16  8:11 Joonas Niilola
2020-04-13 14:53 Agostino Sarubbo
2020-04-13 10:14 Agostino Sarubbo
2020-01-10  5:43 Joonas Niilola
2017-02-23 12:44 Michael Weber
2017-02-23  9:08 Michael Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1595235680.26e51de2b65e3d32d4e2efa9bb493a5b75fa8c84.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox