net-irc/eiwic: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Sep 2019 08:42:27 +0000 (10:42 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Sep 2019 09:23:23 +0000 (11:23 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-irc/eiwic/Manifest [deleted file]
net-irc/eiwic/eiwic-1.1.4.ebuild [deleted file]
net-irc/eiwic/files/eiwic-1.1.3-ldflags.patch [deleted file]
net-irc/eiwic/metadata.xml [deleted file]
profiles/package.mask

diff --git a/net-irc/eiwic/Manifest b/net-irc/eiwic/Manifest
deleted file mode 100644 (file)
index 9f29610..0000000
+++ /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 (file)
index e8a0f59..0000000
+++ /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 (file)
index 2870dc4..0000000
+++ /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 (file)
index 3304466..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <!--maintainer-needed-->
-       <longdescription lang="en">
-               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.
-       </longdescription>
-       <upstream>
-               <remote-id type="github">lordi/Eiwic</remote-id>
-       </upstream>
-</pkgmetadata>
index db794af847a693db6058820758cff61e0e8455c2..439ef7e7c3efb71ef61d018ba316354c27a28eb7 100644 (file)
@@ -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 <floppym@gentoo.org> (2019-08-13)
 # Dev channel releases are only for people who