commit: 6bc376b0e08a7e3b09f2ef032751f99647bc8110 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Wed Jan 21 16:52:31 2026 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Wed Jan 21 16:55:30 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc376b0
net-irc/ircii: add 20260115 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> net-irc/ircii/Manifest | 1 + net-irc/ircii/ircii-20260115.ebuild | 39 +++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/net-irc/ircii/Manifest b/net-irc/ircii/Manifest index 18cd3f4050bc..27625e008155 100644 --- a/net-irc/ircii/Manifest +++ b/net-irc/ircii/Manifest @@ -1,2 +1,3 @@ DIST ircii-20240111.tar.bz2 576700 BLAKE2B 785177e30dbe3b417aec9fb348574e4f539adcfef41534743c050d39aa0e0ba00ea52accc20b785a836f7496e66975549b85fa17a58c280d893f5c0927e1bb1b SHA512 4705b851671f89d1b4903539eb7e701913748138d460572bfeb7e6d565e760b9782aecb55d82c691f6f182864b12e78e13a7b5a1e3abcd535e5bc24c9815e1aa DIST ircii-20240918.tar.bz2 578232 BLAKE2B a636de6900805b040df834fa29e49da608693192ae1e5cfaa0cec00f1d95527401ff529bfb754f9c3a447ee85202bc22a6fc667d748a392ba1a959f4643fe0b6 SHA512 9aadafd2bf56e7d18ed78563553143113374830c8b072d125212a7e94a7057512f2ee8a77412749d9eb345596d0c054e18ec2f3d3e569c54e97db71d4c5b77f1 +DIST ircii-20260115.tar.bz2 578287 BLAKE2B b3b932fa19f6219d821b4f49e4ec9c2b046a351f4957b1de96b7ce8ed21c73d6bd798fe133ece702c31c76abd6078823c44a171b9dad0df379ea4388d9de7b06 SHA512 93a2a2e9f2ec27ad67199465f78bec34b50d0ffd503ea5dfa1d6198524499883f15fece10448b49f9dae4ac7a21971f0277b34b865f779fd37cda5aa6cd91d41 diff --git a/net-irc/ircii/ircii-20260115.ebuild b/net-irc/ircii/ircii-20260115.ebuild new file mode 100644 index 000000000000..18f18376519a --- /dev/null +++ b/net-irc/ircii/ircii-20260115.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="An IRC and ICB client that runs under most UNIX platforms" +HOMEPAGE="http://eterna23.net/ircii/" +SRC_URI="https://ircii.warped.com/${P}.tar.bz2 + https://ircii.warped.com/old/${P}.tar.bz2 + https://dev.gentoo.org/~bkohler/dist/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 ~ppc ~riscv x86" + +DEPEND="dev-libs/openssl:0= + sys-libs/ncurses:0= + virtual/libcrypt:= + virtual/libiconv" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${PN}-manpage-path.patch" ) +DOCS=( ChangeLog INSTALL NEWS README doc/Copyright doc/crypto doc/VERSIONS + doc/ctcp ) + +src_configure() { + tc-export CC + # --with-lto only appends -flto (so does --without-lto, sigh) + econf +} + +src_install() { + # Still needed as of 20221016, otherwise man dirs don't exist + # at the right time. + emake -j1 DESTDIR="${D}" install + einstalldocs +}
