public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, net-irc/eiwic/files/, net-irc/eiwic/
@ 2019-09-17  9:23 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-09-17  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     7e4a92cb373351f75ef7b91285093a5e84729531
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 08:42:27 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 09:23:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4a92cb

net-irc/eiwic: Remove last-rited pkg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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(-)

diff --git a/net-irc/eiwic/Manifest b/net-irc/eiwic/Manifest
deleted file mode 100644
index 9f29610940c..00000000000
--- 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 e8a0f598cfc..00000000000
--- 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 2870dc4f322..00000000000
--- 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 33044664e9a..00000000000
--- 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>

diff --git a/profiles/package.mask b/profiles/package.mask
index db794af847a..439ef7e7c3e 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 <floppym@gentoo.org> (2019-08-13)
 # Dev channel releases are only for people who


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-17  9:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-17  9:23 [gentoo-commits] repo/gentoo:master commit in: profiles/, net-irc/eiwic/files/, net-irc/eiwic/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox