Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/habak: habak-0.2.5.ebuild ChangeLog
Date: Tue, 14 Oct 2008 12:29:47
Message-Id: E1Kpj20-000275-50@stork.gentoo.org
1 flameeyes 08/10/14 12:29:44
2
3 Modified: habak-0.2.5.ebuild ChangeLog
4 Log:
5 Fix build dependencies.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
7
8 Revision Changes Path
9 1.17 x11-misc/habak/habak-0.2.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/habak/habak-0.2.5.ebuild?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/habak/habak-0.2.5.ebuild?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/habak/habak-0.2.5.ebuild?r1=1.16&r2=1.17
14
15 Index: habak-0.2.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/habak/habak-0.2.5.ebuild,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- habak-0.2.5.ebuild 18 Jul 2007 04:18:50 -0000 1.16
22 +++ habak-0.2.5.ebuild 14 Oct 2008 12:29:44 -0000 1.17
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/x11-misc/habak/habak-0.2.5.ebuild,v 1.16 2007/07/18 04:18:50 lucass Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/habak/habak-0.2.5.ebuild,v 1.17 2008/10/14 12:29:44 flameeyes Exp $
29
30 inherit eutils
31
32 @@ -15,7 +15,8 @@
33
34 RDEPEND="media-libs/imlib2
35 x11-libs/libX11"
36 -DEPEND="x11-proto/xproto"
37 +DEPEND="${RDEPEND}
38 + x11-proto/xproto"
39
40 pkg_setup() {
41 # fix for bug #185144
42
43
44
45 1.35 x11-misc/habak/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/habak/ChangeLog?rev=1.35&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/habak/ChangeLog?rev=1.35&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/habak/ChangeLog?r1=1.34&r2=1.35
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-misc/habak/ChangeLog,v
54 retrieving revision 1.34
55 retrieving revision 1.35
56 diff -u -r1.34 -r1.35
57 --- ChangeLog 18 Jul 2007 04:18:50 -0000 1.34
58 +++ ChangeLog 14 Oct 2008 12:29:44 -0000 1.35
59 @@ -1,6 +1,9 @@
60 # ChangeLog for x11-misc/habak
61 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/habak/ChangeLog,v 1.34 2007/07/18 04:18:50 lucass Exp $
63 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/habak/ChangeLog,v 1.35 2008/10/14 12:29:44 flameeyes Exp $
65 +
66 + 14 Oct 2008; Diego Pettenò <flameeyes@g.o> habak-0.2.5.ebuild:
67 + Fix build dependencies.
68
69 18 Jul 2007; Lukasz Strzygowski <lucass@g.o> habak-0.2.5.ebuild:
70 Added missing inherit eutils.