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/unrealircd: unrealircd-3.2.8.1-r1.ebuild ChangeLog
Date: Sat, 07 May 2011 04:46:01
Message-Id: 20110507044549.70C4220054@flycatcher.gentoo.org
1 binki 11/05/07 04:45:49
2
3 Modified: unrealircd-3.2.8.1-r1.ebuild ChangeLog
4 Log:
5 When compiling with curl support, require curl to be compiled against c-ares.
6
7 (Portage version: 2.2.0_alpha30-r1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: unrealircd-3.2.8.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- unrealircd-3.2.8.1-r1.ebuild 5 May 2011 18:32:57 -0000 1.5
23 +++ unrealircd-3.2.8.1-r1.ebuild 7 May 2011 04:45:49 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild,v 1.5 2011/05/05 18:32:57 binki Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild,v 1.6 2011/05/07 04:45:49 binki Exp $
29
30 EAPI="2"
31
32 @@ -21,7 +21,7 @@
33
34 RDEPEND="ssl? ( dev-libs/openssl )
35 zlib? ( sys-libs/zlib )
36 - curl? ( net-misc/curl )
37 + curl? ( net-misc/curl[ares] )
38 dev-libs/tre
39 >=net-dns/c-ares-1.5.3"
40 DEPEND="${RDEPEND}
41 @@ -161,3 +161,4 @@
42 elog "You can also use /etc/init.d/unrealircd to start at boot"
43 elog
44 }
45 +
46
47
48
49 1.82 net-irc/unrealircd/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/ChangeLog?rev=1.82&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/ChangeLog?rev=1.82&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/ChangeLog?r1=1.81&r2=1.82
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v
58 retrieving revision 1.81
59 retrieving revision 1.82
60 diff -u -r1.81 -r1.82
61 --- ChangeLog 5 May 2011 18:32:57 -0000 1.81
62 +++ ChangeLog 7 May 2011 04:45:49 -0000 1.82
63 @@ -1,6 +1,11 @@
64 # ChangeLog for net-irc/unrealircd
65 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.81 2011/05/05 18:32:57 binki Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.82 2011/05/07 04:45:49 binki Exp $
68 +
69 + 07 May 2011; Nathan Phillip Brink <binki@g.o>
70 + unrealircd-3.2.8.1-r1.ebuild:
71 + When compiling with curl support, require curl to be compiled against
72 + c-ares.
73
74 05 May 2011; Nathan Phillip Brink <binki@g.o>
75 unrealircd-3.2.8.1-r1.ebuild: