Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, net-irc/eiwic/files/, net-irc/eiwic/
Date: Tue, 17 Sep 2019 09:23:41
Message-Id: 1568712203.7e4a92cb373351f75ef7b91285093a5e84729531.mgorny@gentoo
1 commit: 7e4a92cb373351f75ef7b91285093a5e84729531
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 17 08:42:27 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 17 09:23:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4a92cb
7
8 net-irc/eiwic: Remove last-rited pkg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-irc/eiwic/Manifest | 1 -
13 net-irc/eiwic/eiwic-1.1.4.ebuild | 46 ---------------------------
14 net-irc/eiwic/files/eiwic-1.1.3-ldflags.patch | 13 --------
15 net-irc/eiwic/metadata.xml | 14 --------
16 profiles/package.mask | 1 -
17 5 files changed, 75 deletions(-)
18
19 diff --git a/net-irc/eiwic/Manifest b/net-irc/eiwic/Manifest
20 deleted file mode 100644
21 index 9f29610940c..00000000000
22 --- a/net-irc/eiwic/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST eiwic-1.1.4.tar.gz 117593 BLAKE2B a8410d549ba85d12c05275990d4424590b12417b33b0d5f6113cd7e7e8c8da303d7fc54be5150a90259682970e449375b0b5c60c4b0fcb7c2613c4e05cedbd80 SHA512 f4c6ac9853df2d26803bd3acd0987f6f4445ef0020a2e02b695eb362043f985eec8440ea9875c282e4f070e89b3ce7357947b99f86461a3bddef8cb2a85f8ce1
26
27 diff --git a/net-irc/eiwic/eiwic-1.1.4.ebuild b/net-irc/eiwic/eiwic-1.1.4.ebuild
28 deleted file mode 100644
29 index e8a0f598cfc..00000000000
30 --- a/net-irc/eiwic/eiwic-1.1.4.ebuild
31 +++ /dev/null
32 @@ -1,46 +0,0 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=4
37 -WANT_AUTOMAKE=1.10
38 -inherit autotools eutils multilib
39 -
40 -DESCRIPTION="A modular IRC bot written in C"
41 -HOMEPAGE="https://github.com/lordi/Eiwic"
42 -SRC_URI="mirror://gentoo/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -IUSE="debug doc ipv6"
48 -
49 -DOCS="AUTHORS ChangeLog README NEWS TODO sample.conf"
50 -
51 -src_prepare() {
52 - epatch "${FILESDIR}"/${PN}-1.1.3-ldflags.patch
53 -
54 - sed -i \
55 - -e "/^set MODULE_PATH/s:modules:/usr/$(get_libdir)/eiwic:" \
56 - -e "/^load MODULE/s:$:.so:" \
57 - sample.conf || die
58 -
59 - eautoreconf
60 -}
61 -
62 -src_configure() {
63 - export ac_cv_lib_raptor_raptor_init=no #409417
64 -
65 - econf \
66 - $(use_enable debug vv-debug) \
67 - $(use_enable ipv6)
68 -}
69 -
70 -src_install() {
71 - default
72 - use doc && dohtml doc/*
73 -}
74 -
75 -pkg_postinst() {
76 - elog "You need a configuration file to run eiwic. A sample configuration"
77 - elog "was installed to /usr/share/doc/${PF}"
78 -}
79
80 diff --git a/net-irc/eiwic/files/eiwic-1.1.3-ldflags.patch b/net-irc/eiwic/files/eiwic-1.1.3-ldflags.patch
81 deleted file mode 100644
82 index 2870dc4f322..00000000000
83 --- a/net-irc/eiwic/files/eiwic-1.1.3-ldflags.patch
84 +++ /dev/null
85 @@ -1,13 +0,0 @@
86 ---- modules/Makefile.am
87 -+++ modules/Makefile.am
88 -@@ -15,8 +15,8 @@
89 - echo "$@ skipped."; \
90 - else :;\
91 - if test $(patsubst %.so,%.c, $@) -nt $@ -o ! -e $@; then \
92 -- echo "@CC@ @CFLAGS@ $(DEFS) $(INCLUDES) `$(ADD_BUILD_FLAGS)` -shared -fPIC $(patsubst %.so,%.c, $@) -o $@"; \
93 -- @CC@ @CFLAGS@ $(DEFS) $(INCLUDES) `$(ADD_BUILD_FLAGS)` -shared -fPIC $(patsubst %.so,%.c, $@) -o $@; \
94 -+ echo "@CC@ @CFLAGS@ $(LDFLAGS) $(DEFS) $(INCLUDES) `$(ADD_BUILD_FLAGS)` -shared -fPIC $(patsubst %.so,%.c, $@) -o $@"; \
95 -+ @CC@ @CFLAGS@ $(LDFLAGS) $(DEFS) $(INCLUDES) `$(ADD_BUILD_FLAGS)` -shared -fPIC $(patsubst %.so,%.c, $@) -o $@; \
96 - else :; fi; \
97 - fi
98 -
99
100 diff --git a/net-irc/eiwic/metadata.xml b/net-irc/eiwic/metadata.xml
101 deleted file mode 100644
102 index 33044664e9a..00000000000
103 --- a/net-irc/eiwic/metadata.xml
104 +++ /dev/null
105 @@ -1,14 +0,0 @@
106 -<?xml version="1.0" encoding="UTF-8"?>
107 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
108 -<pkgmetadata>
109 - <!--maintainer-needed-->
110 - <longdescription lang="en">
111 - Eiwic is an IRC-bot written in pure C. It can be easily extended by own modules,
112 - that can be loaded at runtime. It has an module API which is designed to make
113 - the creation of own modules as easy as possible. Including "output routing",
114 - TCP/IP socket interface and timer functions.
115 - </longdescription>
116 - <upstream>
117 - <remote-id type="github">lordi/Eiwic</remote-id>
118 - </upstream>
119 -</pkgmetadata>
120
121 diff --git a/profiles/package.mask b/profiles/package.mask
122 index db794af847a..439ef7e7c3e 100644
123 --- a/profiles/package.mask
124 +++ b/profiles/package.mask
125 @@ -1141,7 +1141,6 @@ sys-kernel/bliss-initramfs
126 # Relies on vulnerable automake:{1.9,1.10}
127 # Removal in 30 days
128 media-gfx/pixie
129 -net-irc/eiwic
130
131 # Mike Gilbert <floppym@g.o> (2019-08-13)
132 # Dev channel releases are only for people who