Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/eiwic: eiwic-1.1.4.ebuild ChangeLog
Date: Fri, 06 Apr 2012 18:58:52
Message-Id: 20120406185842.23F852004B@flycatcher.gentoo.org
1 ssuominen 12/04/06 18:58:42
2
3 Modified: eiwic-1.1.4.ebuild ChangeLog
4 Log:
5 Remove USE="rss" (and export ac_cv_lib_raptor_raptor_init=no) in order to remove old SLOT of media-libs/raptor wrt #409417
6
7 (Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 net-irc/eiwic/eiwic-1.1.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/eiwic/eiwic-1.1.4.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/eiwic/eiwic-1.1.4.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/eiwic/eiwic-1.1.4.ebuild?r1=1.5&r2=1.6
15
16 Index: eiwic-1.1.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/eiwic/eiwic-1.1.4.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- eiwic-1.1.4.ebuild 28 May 2011 07:59:47 -0000 1.5
23 +++ eiwic-1.1.4.ebuild 6 Apr 2012 18:58:42 -0000 1.6
24 @@ -1,8 +1,9 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-irc/eiwic/eiwic-1.1.4.ebuild,v 1.5 2011/05/28 07:59:47 phajdan.jr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-irc/eiwic/eiwic-1.1.4.ebuild,v 1.6 2012/04/06 18:58:42 ssuominen Exp $
30
31 -inherit autotools eutils multilib flag-o-matic
32 +EAPI=4
33 +inherit autotools eutils multilib
34
35 DESCRIPTION="A modular IRC bot written in C"
36 HOMEPAGE="https://github.com/lordi/Eiwic"
37 @@ -11,44 +12,35 @@
38 LICENSE="GPL-2"
39 SLOT="0"
40 KEYWORDS="amd64 x86"
41 -IUSE="debug doc ipv6 rss"
42 +IUSE="debug doc ipv6"
43
44 -DEPEND="rss? ( <media-libs/raptor-1.9.0 )"
45 -RDEPEND="${DEPEND}"
46 +DOCS="AUTHORS ChangeLog README NEWS TODO sample.conf"
47
48 -src_unpack() {
49 - unpack ${A}
50 - cd "${S}"
51 - sed -i "/^set MODULE_PATH/s:modules:/usr/$(get_libdir)/eiwic:" sample.conf
52 - sed -i "/^load MODULE/s:$:.so:" sample.conf
53 +src_prepare() {
54 epatch "${FILESDIR}"/${PN}-1.1.3-ldflags.patch
55 +
56 + sed -i \
57 + -e "/^set MODULE_PATH/s:modules:/usr/$(get_libdir)/eiwic:" \
58 + -e "/^load MODULE/s:$:.so:" \
59 + sample.conf || die
60 +
61 eautoreconf
62 }
63
64 -src_compile() {
65 +src_configure() {
66 + export ac_cv_lib_raptor_raptor_init=no #409417
67 +
68 econf \
69 $(use_enable debug vv-debug) \
70 $(use_enable ipv6)
71 - emake || die "emake failed"
72 }
73
74 src_install() {
75 - emake DESTDIR="${D}" install || die "install failed"
76 - dodoc AUTHORS ChangeLog README NEWS TODO sample.conf
77 -
78 - if use doc; then
79 - dohtml doc/*
80 - fi
81 + default
82 + use doc && dohtml doc/*
83 }
84
85 pkg_postinst() {
86 - echo
87 - einfo "You need a configuration file to run eiwic"
88 - einfo "A sample configuration was installed to"
89 - einfo "/usr/share/doc/${PF}/"
90 - echo
91 - if use debug; then
92 - einfo "For debugging options please see eiwic -h"
93 - echo
94 - fi
95 + elog "You need a configuration file to run eiwic. A sample configuration"
96 + elog "was installed to /usr/share/doc/${PF}"
97 }
98
99
100
101 1.10 net-irc/eiwic/ChangeLog
102
103 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/eiwic/ChangeLog?rev=1.10&view=markup
104 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/eiwic/ChangeLog?rev=1.10&content-type=text/plain
105 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/eiwic/ChangeLog?r1=1.9&r2=1.10
106
107 Index: ChangeLog
108 ===================================================================
109 RCS file: /var/cvsroot/gentoo-x86/net-irc/eiwic/ChangeLog,v
110 retrieving revision 1.9
111 retrieving revision 1.10
112 diff -u -r1.9 -r1.10
113 --- ChangeLog 28 May 2011 07:59:47 -0000 1.9
114 +++ ChangeLog 6 Apr 2012 18:58:42 -0000 1.10
115 @@ -1,6 +1,11 @@
116 # ChangeLog for net-irc/eiwic
117 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
118 -# $Header: /var/cvsroot/gentoo-x86/net-irc/eiwic/ChangeLog,v 1.9 2011/05/28 07:59:47 phajdan.jr Exp $
119 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
120 +# $Header: /var/cvsroot/gentoo-x86/net-irc/eiwic/ChangeLog,v 1.10 2012/04/06 18:58:42 ssuominen Exp $
121 +
122 + 06 Apr 2012; Samuli Suominen <ssuominen@g.o>
123 + files/eiwic-1.1.3-ldflags.patch, eiwic-1.1.4.ebuild:
124 + Remove USE="rss" (and export ac_cv_lib_raptor_raptor_init=no) in order to
125 + remove old SLOT of media-libs/raptor wrt #409417
126
127 28 May 2011; Pawel Hajdan jr <phajdan.jr@g.o> eiwic-1.1.4.ebuild:
128 x86 stable wrt bug #366575