Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-calculators/qalculate-currency: qalculate-currency-0.9.4-r1.ebuild qalculate-currency-0.9.4.ebuild ChangeLog
Date: Sat, 12 Jan 2008 12:50:10
Message-Id: E1JDfKr-0006T9-CS@stork.gentoo.org
1 markusle 08/01/12 12:19:37
2
3 Modified: qalculate-currency-0.9.4-r1.ebuild
4 qalculate-currency-0.9.4.ebuild ChangeLog
5 Log:
6 Added missing pkgconfig dep (fixes bug #205315).
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.3 sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: qalculate-currency-0.9.4-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- qalculate-currency-0.9.4-r1.ebuild 22 Sep 2007 22:09:25 -0000 1.2
23 +++ qalculate-currency-0.9.4-r1.ebuild 12 Jan 2008 12:19:36 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r1.ebuild,v 1.2 2007/09/22 22:09:25 angelos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r1.ebuild,v 1.3 2008/01/12 12:19:36 markusle Exp $
30
31 DESCRIPTION="A GTK+ currency converter"
32 LICENSE="GPL-2"
33 @@ -13,6 +13,7 @@
34
35 DEPEND=">=sci-libs/libqalculate-0.9.4
36 >=x11-libs/gtk+-2.4
37 + dev-util/pkgconfig
38 nls? ( sys-devel/gettext )"
39
40 src_compile() {
41
42
43
44 1.3 sci-calculators/qalculate-currency/qalculate-currency-0.9.4.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4.ebuild?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4.ebuild?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4.ebuild?r1=1.2&r2=1.3
49
50 Index: qalculate-currency-0.9.4.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4.ebuild,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- qalculate-currency-0.9.4.ebuild 15 Sep 2006 16:15:54 -0000 1.2
57 +++ qalculate-currency-0.9.4.ebuild 12 Jan 2008 12:19:36 -0000 1.3
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2006 Gentoo Foundation
60 +# Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4.ebuild,v 1.2 2006/09/15 16:15:54 tsunam Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4.ebuild,v 1.3 2008/01/12 12:19:36 markusle Exp $
64
65 DESCRIPTION="A GTK+ currency converter"
66 LICENSE="GPL-2"
67 @@ -13,6 +13,7 @@
68
69 DEPEND="~sci-libs/libqalculate-0.9.4
70 >=x11-libs/gtk+-2.4
71 + dev-util/pkgconfig
72 nls? ( sys-devel/gettext )"
73
74 src_compile() {
75
76
77
78 1.11 sci-calculators/qalculate-currency/ChangeLog
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog?rev=1.11&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog?rev=1.11&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog?r1=1.10&r2=1.11
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v
87 retrieving revision 1.10
88 retrieving revision 1.11
89 diff -u -r1.10 -r1.11
90 --- ChangeLog 22 Sep 2007 22:09:25 -0000 1.10
91 +++ ChangeLog 12 Jan 2008 12:19:36 -0000 1.11
92 @@ -1,6 +1,10 @@
93 # ChangeLog for sci-calculators/qalculate-currency
94 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.10 2007/09/22 22:09:25 angelos Exp $
96 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
97 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.11 2008/01/12 12:19:36 markusle Exp $
98 +
99 + 12 Jan 2008; Markus Dittrich <markusle@g.o>
100 + qalculate-currency-0.9.4.ebuild, qalculate-currency-0.9.4-r1.ebuild:
101 + Added missing pkgconfig dep (fixes bug #205315).
102
103 22 Sep 2007; Christoph Mende <angelos@g.o>
104 qalculate-currency-0.9.4-r1.ebuild:
105
106
107
108 --
109 gentoo-commits@l.g.o mailing list