Сравнение ngircd-26.1-r6 с ngircd-28
| /usr/portage/net-irc/ngircd/ngircd-28.ebuild 2026-07-22 20:03:06.357308638 +0300 | ||
|---|---|---|
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 | 6 |
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/alexbarton.asc |
| 7 |
inherit tmpfiles systemd verify-sig |
|
| 7 |
inherit flag-o-matic tmpfiles systemd verify-sig |
|
| 8 | 8 | |
| 9 | 9 |
DESCRIPTION="An IRC server written from scratch" |
| 10 | 10 |
HOMEPAGE="https://ngircd.barton.de/" |
| ... | ... | |
| 13 | 13 | |
| 14 | 14 |
LICENSE="GPL-2" |
| 15 | 15 |
SLOT="0" |
| 16 |
KEYWORDS="amd64 arm arm64 x86 ~x64-macos" |
|
| 16 |
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos" |
|
| 17 | 17 |
IUSE="debug gnutls ident +irc-plus +ipv6 pam selinux +ssl strict-rfc tcpd test zlib" |
| 18 | 18 | |
| 19 | 19 |
# Flaky test needs investigation (bug #719256) |
| ... | ... | |
| 40 | 40 |
dev-tcltk/expect |
| 41 | 41 |
net-misc/netkit-telnetd |
| 42 | 42 |
) |
| 43 |
verify-sig? ( >=sec-keys/openpgp-keys-alexbarton-20241211 ) |
|
| 43 |
verify-sig? ( >=sec-keys/openpgp-keys-alexbarton-20260718 ) |
|
| 44 | 44 |
" |
| 45 | 45 | |
| 46 | 46 |
PATCHES=( |
| 47 |
"${FILESDIR}"/${PN}-26.1-systemd-unit.patch
|
|
| 47 |
"${FILESDIR}"/${PN}-27-systemd-unit.patch
|
|
| 48 | 48 |
"${FILESDIR}"/${PN}-26.1-configure-getaddrinfo.patch # XXX #946998 PLEASE CHECK PER RELEASE
|
| 49 | 49 |
) |
| 50 | 50 | |
| ... | ... | |
| 72 | 72 |
} |
| 73 | 73 | |
| 74 | 74 |
src_configure() {
|
| 75 |
append-cppflags -DPROTOTYPES # fix c23 |
|
| 75 | 76 |
local myeconfargs=( |
| 76 | 77 |
--sysconfdir="${EPREFIX}"/etc/${PN}
|
| 77 | 78 | |