summaryrefslogtreecommitdiff
path: root/net-irc/ircii/ircii-20210314-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-27 23:59:43 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-27 23:59:43 +0100
commit413421048cc2b0df9a218f0ab3cb151846809eb5 (patch)
tree3fd887035aa0f5b65d7f147ab77caa98c44c148d /net-irc/ircii/ircii-20210314-r2.ebuild
parent3e42d1577189af123b773dc0f11e5419035308c8 (diff)
gentoo auto-resync : 27:04:2024 - 23:59:42
Diffstat (limited to 'net-irc/ircii/ircii-20210314-r2.ebuild')
-rw-r--r--net-irc/ircii/ircii-20210314-r2.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-irc/ircii/ircii-20210314-r2.ebuild b/net-irc/ircii/ircii-20210314-r2.ebuild
deleted file mode 100644
index 4f739a771063..000000000000
--- a/net-irc/ircii/ircii-20210314-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-DEPEND="dev-libs/openssl:0=
- sys-libs/ncurses:0=
- virtual/libcrypt:=
- virtual/libiconv"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-manpage-path.patch" )
-
-src_configure() {
- tc-export CC
- default
-}
-
-src_install() {
- # Still needed as of 20210314, otherwise man dirs don't exist at the right time
- emake -j1 DESTDIR="${D}" install
-
- dodoc ChangeLog INSTALL NEWS README \
- doc/Copyright doc/crypto doc/VERSIONS doc/ctcp
-}