+++ /dev/null
-DIST eiwic-1.1.4.tar.gz 117593 BLAKE2B a8410d549ba85d12c05275990d4424590b12417b33b0d5f6113cd7e7e8c8da303d7fc54be5150a90259682970e449375b0b5c60c4b0fcb7c2613c4e05cedbd80 SHA512 f4c6ac9853df2d26803bd3acd0987f6f4445ef0020a2e02b695eb362043f985eec8440ea9875c282e4f070e89b3ce7357947b99f86461a3bddef8cb2a85f8ce1
+++ /dev/null
-# 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}"
-}
+++ /dev/null
---- 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
-
+++ /dev/null
-<?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>
# 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