From 7e4a92cb373351f75ef7b91285093a5e84729531 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 17 Sep 2019 10:42:27 +0200 Subject: [PATCH] net-irc/eiwic: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-irc/eiwic/Manifest | 1 - net-irc/eiwic/eiwic-1.1.4.ebuild | 46 ------------------- net-irc/eiwic/files/eiwic-1.1.3-ldflags.patch | 13 ------ net-irc/eiwic/metadata.xml | 14 ------ profiles/package.mask | 1 - 5 files changed, 75 deletions(-) delete mode 100644 net-irc/eiwic/Manifest delete mode 100644 net-irc/eiwic/eiwic-1.1.4.ebuild delete mode 100644 net-irc/eiwic/files/eiwic-1.1.3-ldflags.patch delete mode 100644 net-irc/eiwic/metadata.xml diff --git a/net-irc/eiwic/Manifest b/net-irc/eiwic/Manifest deleted file mode 100644 index 9f29610940c4..000000000000 --- a/net-irc/eiwic/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST eiwic-1.1.4.tar.gz 117593 BLAKE2B a8410d549ba85d12c05275990d4424590b12417b33b0d5f6113cd7e7e8c8da303d7fc54be5150a90259682970e449375b0b5c60c4b0fcb7c2613c4e05cedbd80 SHA512 f4c6ac9853df2d26803bd3acd0987f6f4445ef0020a2e02b695eb362043f985eec8440ea9875c282e4f070e89b3ce7357947b99f86461a3bddef8cb2a85f8ce1 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}" -} diff --git a/net-irc/eiwic/files/eiwic-1.1.3-ldflags.patch b/net-irc/eiwic/files/eiwic-1.1.3-ldflags.patch deleted file mode 100644 index 2870dc4f322b..000000000000 --- a/net-irc/eiwic/files/eiwic-1.1.3-ldflags.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- modules/Makefile.am -+++ modules/Makefile.am -@@ -15,8 +15,8 @@ - echo "$@ skipped."; \ - else :;\ - if test $(patsubst %.so,%.c, $@) -nt $@ -o ! -e $@; then \ -- echo "@CC@ @CFLAGS@ $(DEFS) $(INCLUDES) `$(ADD_BUILD_FLAGS)` -shared -fPIC $(patsubst %.so,%.c, $@) -o $@"; \ -- @CC@ @CFLAGS@ $(DEFS) $(INCLUDES) `$(ADD_BUILD_FLAGS)` -shared -fPIC $(patsubst %.so,%.c, $@) -o $@; \ -+ echo "@CC@ @CFLAGS@ $(LDFLAGS) $(DEFS) $(INCLUDES) `$(ADD_BUILD_FLAGS)` -shared -fPIC $(patsubst %.so,%.c, $@) -o $@"; \ -+ @CC@ @CFLAGS@ $(LDFLAGS) $(DEFS) $(INCLUDES) `$(ADD_BUILD_FLAGS)` -shared -fPIC $(patsubst %.so,%.c, $@) -o $@; \ - else :; fi; \ - fi - diff --git a/net-irc/eiwic/metadata.xml b/net-irc/eiwic/metadata.xml deleted file mode 100644 index 33044664e9af..000000000000 --- a/net-irc/eiwic/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - Eiwic is an IRC-bot written in pure C. It can be easily extended by own modules, - that can be loaded at runtime. It has an module API which is designed to make - the creation of own modules as easy as possible. Including "output routing", - TCP/IP socket interface and timer functions. - - - lordi/Eiwic - - diff --git a/profiles/package.mask b/profiles/package.mask index db794af847a6..439ef7e7c3ef 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1141,7 +1141,6 @@ sys-kernel/bliss-initramfs # Relies on vulnerable automake:{1.9,1.10} # Removal in 30 days media-gfx/pixie -net-irc/eiwic # Mike Gilbert (2019-08-13) # Dev channel releases are only for people who -- 2.26.2