summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-16 03:54:18 +0000
committerSam James <sam@gentoo.org>2021-04-16 03:58:06 +0000
commitbde9ae646e8f30799056aad197d996520d1ed133 (patch)
treee8cd787e91f3c040d589a53b7c4224560d083935
parentnet-irc/ngircd: add verify-sig support (diff)
downloadgentoo-bde9ae64.tar.gz
gentoo-bde9ae64.tar.bz2
gentoo-bde9ae64.zip
net-irc/ngircd: drop WANT_AUTOMAKE and eautomake
Obsolete for this version. Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-irc/ngircd/ngircd-26.1.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/net-irc/ngircd/ngircd-26.1.ebuild b/net-irc/ngircd/ngircd-26.1.ebuild
index 9930d3e158d2..d2d6d85d5469 100644
--- a/net-irc/ngircd/ngircd-26.1.ebuild
+++ b/net-irc/ngircd/ngircd-26.1.ebuild
@@ -3,10 +3,8 @@
EAPI=7
-# Bug: https://github.com/ngircd/ngircd/issues/261
-WANT_AUTOMAKE=1.11.6
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/alexbarton.asc
-inherit autotools verify-sig
+inherit verify-sig
DESCRIPTION="An IRC server written from scratch"
HOMEPAGE="https://ngircd.barton.de/"
@@ -18,7 +16,6 @@ SLOT="0"
KEYWORDS="amd64 ~arm arm64 x86 ~x64-macos"
IUSE="debug gnutls ident irc-plus +ipv6 libressl pam +ssl strict-rfc tcpd test zlib"
-#RESTRICT="!test? ( test )"
# Flaky test needs investigation (bug 719256)
RESTRICT="test"
@@ -57,9 +54,9 @@ src_prepare() {
doc/sample-ngircd.conf.tmpl || die
fi
- # Once https://github.com/ngircd/ngircd/pull/270 is in a release (ngircd 26), we can remove
- # the eautomake/autotools machinery.
- eautomake
+ # Note that if we need to use automake, we need a certain version (for now):
+ # https://github.com/ngircd/ngircd/issues/261
+ # eautomake
}
src_configure() {