Gentoo Archives: gentoo-commits

From: "Nathan Phillip Brink (binki)" <binki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/anope: ChangeLog anope-1.8.7.ebuild
Date: Thu, 12 Jan 2012 00:35:43
Message-Id: 20120112003532.C8A9C2004B@flycatcher.gentoo.org
1 binki 12/01/12 00:35:32
2
3 Modified: ChangeLog anope-1.8.7.ebuild
4 Log:
5 Fix compilation with =mariadb-5.2*, bug #381119 reported by Flameeyes with patch from Adam from upstream.
6
7 (Portage version: 2.2.0_alpha82-r1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.20 net-irc/anope/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/anope/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/anope/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/anope/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/anope/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 28 Dec 2011 20:25:48 -0000 1.19
23 +++ ChangeLog 12 Jan 2012 00:35:32 -0000 1.20
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-irc/anope
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/ChangeLog,v 1.19 2011/12/28 20:25:48 gurligebis Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/ChangeLog,v 1.20 2012/01/12 00:35:32 binki Exp $
30 +
31 + 12 Jan 2012; Nathan Phillip Brink <binki@g.o> anope-1.8.7.ebuild,
32 + +files/anope-1.8.7-mariadb.patch:
33 + Fix compilation with =mariadb-5.2*, bug #381119 reported by Flameeyes with
34 + patch from Adam from upstream.
35
36 *anope-1.8.7 (28 Dec 2011)
37
38
39
40
41 1.2 net-irc/anope/anope-1.8.7.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/anope/anope-1.8.7.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/anope/anope-1.8.7.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/anope/anope-1.8.7.ebuild?r1=1.1&r2=1.2
46
47 Index: anope-1.8.7.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-irc/anope/anope-1.8.7.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- anope-1.8.7.ebuild 28 Dec 2011 20:25:48 -0000 1.1
54 +++ anope-1.8.7.ebuild 12 Jan 2012 00:35:32 -0000 1.2
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2011 Gentoo Foundation
57 +# Copyright 1999-2012 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/anope-1.8.7.ebuild,v 1.1 2011/12/28 20:25:48 gurligebis Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/anope-1.8.7.ebuild,v 1.2 2012/01/12 00:35:32 binki Exp $
61
62 EAPI=4
63
64 @@ -44,6 +44,7 @@
65 epatch "${FILESDIR}/pid-patch.diff"
66 epatch "${FILESDIR}/${P}-ldflags-fix.patch"
67 epatch "${FILESDIR}/${P}-libdir-gentoo.patch"
68 + epatch "${FILESDIR}"/${P}-mariadb.patch # bug 381119
69 eautoconf
70 }