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: Thu, 05 May 2011 18:33:08
Message-Id: 20110505183257.E367120054@flycatcher.gentoo.org
1 binki 11/05/05 18:32:57
2
3 Modified: unrealircd-3.2.8.1-r1.ebuild ChangeLog
4 Log:
5 Fix bug 316379 reported by shimi by adding buildtime depend on pkgconfig.
6
7 (Portage version: 2.2.0_alpha30-r1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 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.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild?rev=1.5&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.4&r2=1.5
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.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- unrealircd-3.2.8.1-r1.ebuild 12 Jun 2010 22:42:17 -0000 1.4
23 +++ unrealircd-3.2.8.1-r1.ebuild 5 May 2011 18:32:57 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild,v 1.4 2010/06/12 22:42:17 ssuominen Exp $
29 +# $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 $
30
31 EAPI="2"
32
33 @@ -25,7 +25,8 @@
34 dev-libs/tre
35 >=net-dns/c-ares-1.5.3"
36 DEPEND="${RDEPEND}
37 - >=sys-apps/sed-4"
38 + >=sys-apps/sed-4
39 + >=dev-util/pkgconfig-0.25"
40
41 S="${WORKDIR}/Unreal$(get_version_component_range 1-2)"
42
43
44
45
46 1.81 net-irc/unrealircd/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/ChangeLog?rev=1.81&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/ChangeLog?rev=1.81&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/ChangeLog?r1=1.80&r2=1.81
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v
55 retrieving revision 1.80
56 retrieving revision 1.81
57 diff -u -r1.80 -r1.81
58 --- ChangeLog 12 Jun 2010 21:18:26 -0000 1.80
59 +++ ChangeLog 5 May 2011 18:32:57 -0000 1.81
60 @@ -1,6 +1,10 @@
61 # ChangeLog for net-irc/unrealircd
62 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.80 2010/06/12 21:18:26 a3li Exp $
64 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.81 2011/05/05 18:32:57 binki Exp $
66 +
67 + 05 May 2011; Nathan Phillip Brink <binki@g.o>
68 + unrealircd-3.2.8.1-r1.ebuild:
69 + Fix bug 316379 reported by shimi by adding buildtime depend on pkgconfig.
70
71 12 Jun 2010; Alex Legler <a3li@g.o> -unrealircd-3.2.8.1.ebuild,
72 unrealircd-3.2.8.1-r1.ebuild: