Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ngircd/
Date: Fri, 16 Apr 2021 03:58:20
Message-Id: 1618545486.bde9ae646e8f30799056aad197d996520d1ed133.sam@gentoo
1 commit: bde9ae646e8f30799056aad197d996520d1ed133
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 03:54:18 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 16 03:58:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde9ae64
7
8 net-irc/ngircd: drop WANT_AUTOMAKE and eautomake
9
10 Obsolete for this version.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-irc/ngircd/ngircd-26.1.ebuild | 11 ++++-------
15 1 file changed, 4 insertions(+), 7 deletions(-)
16
17 diff --git a/net-irc/ngircd/ngircd-26.1.ebuild b/net-irc/ngircd/ngircd-26.1.ebuild
18 index 9930d3e158d..d2d6d85d546 100644
19 --- a/net-irc/ngircd/ngircd-26.1.ebuild
20 +++ b/net-irc/ngircd/ngircd-26.1.ebuild
21 @@ -3,10 +3,8 @@
22
23 EAPI=7
24
25 -# Bug: https://github.com/ngircd/ngircd/issues/261
26 -WANT_AUTOMAKE=1.11.6
27 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/alexbarton.asc
28 -inherit autotools verify-sig
29 +inherit verify-sig
30
31 DESCRIPTION="An IRC server written from scratch"
32 HOMEPAGE="https://ngircd.barton.de/"
33 @@ -18,7 +16,6 @@ SLOT="0"
34 KEYWORDS="amd64 ~arm arm64 x86 ~x64-macos"
35 IUSE="debug gnutls ident irc-plus +ipv6 libressl pam +ssl strict-rfc tcpd test zlib"
36
37 -#RESTRICT="!test? ( test )"
38 # Flaky test needs investigation (bug 719256)
39 RESTRICT="test"
40
41 @@ -57,9 +54,9 @@ src_prepare() {
42 doc/sample-ngircd.conf.tmpl || die
43 fi
44
45 - # Once https://github.com/ngircd/ngircd/pull/270 is in a release (ngircd 26), we can remove
46 - # the eautomake/autotools machinery.
47 - eautomake
48 + # Note that if we need to use automake, we need a certain version (for now):
49 + # https://github.com/ngircd/ngircd/issues/261
50 + # eautomake
51 }
52
53 src_configure() {