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/eiwic/eiwic-1.1.4.ebuild | 46 ---------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 net-irc/eiwic/eiwic-1.1.4.ebuild (limited to 'net-irc/eiwic/eiwic-1.1.4.ebuild') diff --git a/net-irc/eiwic/eiwic-1.1.4.ebuild b/net-irc/eiwic/eiwic-1.1.4.ebuild deleted file mode 100644 index e8a0f598cfc9..000000000000 --- a/net-irc/eiwic/eiwic-1.1.4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -WANT_AUTOMAKE=1.10 -inherit autotools eutils multilib - -DESCRIPTION="A modular IRC bot written in C" -HOMEPAGE="https://github.com/lordi/Eiwic" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug doc ipv6" - -DOCS="AUTHORS ChangeLog README NEWS TODO sample.conf" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.1.3-ldflags.patch - - sed -i \ - -e "/^set MODULE_PATH/s:modules:/usr/$(get_libdir)/eiwic:" \ - -e "/^load MODULE/s:$:.so:" \ - sample.conf || die - - eautoreconf -} - -src_configure() { - export ac_cv_lib_raptor_raptor_init=no #409417 - - econf \ - $(use_enable debug vv-debug) \ - $(use_enable ipv6) -} - -src_install() { - default - use doc && dohtml doc/* -} - -pkg_postinst() { - elog "You need a configuration file to run eiwic. A sample configuration" - elog "was installed to /usr/share/doc/${PF}" -} -- cgit v1.2.3