Gentoo Archives: gentoo-commits

From: "Krzysiek Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/qcomicbook: ChangeLog qcomicbook-0.4.0.ebuild
Date: Wed, 09 Jan 2008 08:34:40
Message-Id: E1JCWNS-0006q8-NK@stork.gentoo.org
1 nelchael 08/01/09 08:33:34
2
3 Modified: ChangeLog qcomicbook-0.4.0.ebuild
4 Log:
5 Add missing dev-util/pkgconfig to DEPEND.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.18 x11-misc/qcomicbook/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/ChangeLog?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/ChangeLog?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/ChangeLog?r1=1.17&r2=1.18
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- ChangeLog 13 Nov 2007 09:47:36 -0000 1.17
22 +++ ChangeLog 9 Jan 2008 08:33:34 -0000 1.18
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-misc/qcomicbook
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.17 2007/11/13 09:47:36 nelchael Exp $
27 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.18 2008/01/09 08:33:34 nelchael Exp $
29 +
30 + 09 Jan 2008; Krzysiek Pawlik <nelchael@g.o>
31 + qcomicbook-0.4.0.ebuild:
32 + Add missing dev-util/pkgconfig to DEPEND.
33
34 *qcomicbook-0.4.0 (13 Nov 2007)
35
36
37
38
39 1.2 x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild?r1=1.1&r2=1.2
44
45 Index: qcomicbook-0.4.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- qcomicbook-0.4.0.ebuild 13 Nov 2007 09:47:36 -0000 1.1
52 +++ qcomicbook-0.4.0.ebuild 9 Jan 2008 08:33:34 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2007 Gentoo Foundation
55 +# Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild,v 1.1 2007/11/13 09:47:36 nelchael Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.4.0.ebuild,v 1.2 2008/01/09 08:33:34 nelchael Exp $
59
60 inherit autotools eutils qt4
61
62 @@ -17,7 +17,8 @@
63 media-libs/imlib2
64 || ( app-arch/unrar app-arch/rar )
65 app-arch/zip"
66 -DEPEND="${RDEPEND}"
67 +DEPEND="${RDEPEND}
68 + dev-util/pkgconfig"
69
70 src_unpack() {
71 unpack ${A}
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list