Gentoo Archives: gentoo-commits

From: "Dawid Weglinski (cla)" <cla@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/mistbot: mistbot-0.9.ebuild ChangeLog
Date: Sun, 13 Jan 2008 10:48:29
Message-Id: E1JE0OA-0008MY-7A@stork.gentoo.org
1 cla 08/01/13 10:48:26
2
3 Modified: mistbot-0.9.ebuild ChangeLog
4 Log:
5 Add dev-util/pkgconfig to DEPEND (bug #205476)
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.6 net-irc/mistbot/mistbot-0.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild?r1=1.5&r2=1.6
14
15 Index: mistbot-0.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- mistbot-0.9.ebuild 30 Oct 2007 22:04:44 -0000 1.5
22 +++ mistbot-0.9.ebuild 13 Jan 2008 10:48:25 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild,v 1.5 2007/10/30 22:04:44 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild,v 1.6 2008/01/13 10:48:25 cla Exp $
29
30 inherit eutils multilib toolchain-funcs
31
32 @@ -21,7 +21,8 @@
33
34 DEPEND="${RDEPEND}
35 doc? ( app-doc/doxygen
36 - app-text/xmlto )"
37 + app-text/xmlto )
38 + dev-util/pkgconfig"
39
40 src_compile() {
41 ebegin "Change build.conf to fit needs"
42
43
44
45 1.5 net-irc/mistbot/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/ChangeLog?rev=1.5&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/ChangeLog?rev=1.5&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/ChangeLog?r1=1.4&r2=1.5
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-irc/mistbot/ChangeLog,v
54 retrieving revision 1.4
55 retrieving revision 1.5
56 diff -u -r1.4 -r1.5
57 --- ChangeLog 30 Oct 2007 22:04:44 -0000 1.4
58 +++ ChangeLog 13 Jan 2008 10:48:25 -0000 1.5
59 @@ -1,6 +1,9 @@
60 # ChangeLog for net-irc/mistbot
61 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/ChangeLog,v 1.4 2007/10/30 22:04:44 angelos Exp $
63 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/ChangeLog,v 1.5 2008/01/13 10:48:25 cla Exp $
65 +
66 + 13 Jan 2008; Dawid Węgliński <cla@g.o> mistbot-0.9.ebuild:
67 + Add dev-util/pkgconfig to DEPEND (bug #205476)
68
69 30 Oct 2007; Christoph Mende <angelos@g.o> mistbot-0.9.ebuild:
70 Added ~amd64 and small fixes
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list