From ad6182343997a405079870a2fe91c4e0c6b94595 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Sep 2019 19:33:39 +0100 Subject: gentoo resync : 25.09.2019 --- net-irc/ircii/ircii-20111115.ebuild | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 net-irc/ircii/ircii-20111115.ebuild (limited to 'net-irc/ircii/ircii-20111115.ebuild') diff --git a/net-irc/ircii/ircii-20111115.ebuild b/net-irc/ircii/ircii-20111115.ebuild deleted file mode 100644 index 72b797c9b94c..000000000000 --- a/net-irc/ircii/ircii-20111115.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="An IRC and ICB client that runs under most UNIX platforms" -SRC_URI="ftp://ircii.warped.com/pub/ircII/${P}.tar.bz2 - ftp://ircii.warped.com/pub/ircII/old/${P}.tar.bz2" -HOMEPAGE="http://eterna.com.au/ircii/" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="ipv6" - -DEPEND="sys-libs/ncurses - virtual/libiconv" -# This and irc-client both install /usr/bin/irc #247987 -RDEPEND="${DEPEND} - !!net-irc/irc-client" - -src_configure() { - tc-export CC - econf $(use_enable ipv6) -} - -src_install() { - emake -j1 DESTDIR="${D}" install - - dodoc ChangeLog INSTALL NEWS README \ - doc/Copyright doc/crypto doc/VERSIONS doc/ctcp -} -- cgit v1.2.3