summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-17 10:42:27 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-17 11:23:23 +0200
commit7e4a92cb373351f75ef7b91285093a5e84729531 (patch)
tree5d9ef2b77863e00008b167fa733e67e3765559aa /net-irc
parentnet-misc/openrdate: Remove last-rited pkg (diff)
downloadgentoo-7e4a92cb373351f75ef7b91285093a5e84729531.tar.gz
gentoo-7e4a92cb373351f75ef7b91285093a5e84729531.tar.bz2
gentoo-7e4a92cb373351f75ef7b91285093a5e84729531.zip
net-irc/eiwic: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/eiwic/Manifest1
-rw-r--r--net-irc/eiwic/eiwic-1.1.4.ebuild46
-rw-r--r--net-irc/eiwic/files/eiwic-1.1.3-ldflags.patch13
-rw-r--r--net-irc/eiwic/metadata.xml14
4 files changed, 0 insertions, 74 deletions
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 @@
-<?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>