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/calcoo: calcoo-1.3.18.ebuild calcoo-1.3.16.ebuild ChangeLog
Date: Tue, 08 Jan 2008 14:47:00
Message-Id: E1JCFjE-0001GR-WA@stork.gentoo.org
1 markusle 08/01/08 14:46:56
2
3 Modified: calcoo-1.3.18.ebuild calcoo-1.3.16.ebuild ChangeLog
4 Log:
5 Added missing pkgconfig dependency (fixes bug #204799).
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.2 sci-calculators/calcoo/calcoo-1.3.18.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild?r1=1.1&r2=1.2
14
15 Index: calcoo-1.3.18.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- calcoo-1.3.18.ebuild 15 Sep 2007 13:29:11 -0000 1.1
22 +++ calcoo-1.3.18.ebuild 8 Jan 2008 14:46:56 -0000 1.2
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/sci-calculators/calcoo/calcoo-1.3.18.ebuild,v 1.1 2007/09/15 13:29:11 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild,v 1.2 2008/01/08 14:46:56 markusle Exp $
29
30 inherit eutils
31
32 @@ -14,7 +14,8 @@
33 IUSE=""
34
35 RDEPEND=">=x11-libs/gtk+-2"
36 -DEPEND="${RDEPEND}"
37 +DEPEND="${RDEPEND}
38 + dev-util/pkgconfig"
39
40 src_compile() {
41 econf --disable-gtktest
42
43
44
45 1.6 sci-calculators/calcoo/calcoo-1.3.16.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.16.ebuild?rev=1.6&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.16.ebuild?rev=1.6&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.16.ebuild?r1=1.5&r2=1.6
50
51 Index: calcoo-1.3.16.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.16.ebuild,v
54 retrieving revision 1.5
55 retrieving revision 1.6
56 diff -u -r1.5 -r1.6
57 --- calcoo-1.3.16.ebuild 28 Jul 2007 16:11:26 -0000 1.5
58 +++ calcoo-1.3.16.ebuild 8 Jan 2008 14:46:56 -0000 1.6
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2007 Gentoo Foundation
61 +# Copyright 1999-2008 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.16.ebuild,v 1.5 2007/07/28 16:11:26 angelos Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.16.ebuild,v 1.6 2008/01/08 14:46:56 markusle Exp $
65
66 DESCRIPTION="Scientific calculator designed to provide maximum usability"
67 HOMEPAGE="http://calcoo.sourceforge.net/"
68 @@ -12,7 +12,8 @@
69 IUSE=""
70
71 RDEPEND=">=x11-libs/gtk+-2"
72 -DEPEND="${RDEPEND}"
73 +DEPEND="${RDEPEND}
74 + dev-util/pkgconfig"
75
76 src_compile() {
77 econf --disable-gtktest || die "econf failed."
78
79
80
81 1.13 sci-calculators/calcoo/ChangeLog
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calcoo/ChangeLog?rev=1.13&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calcoo/ChangeLog?rev=1.13&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calcoo/ChangeLog?r1=1.12&r2=1.13
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v
90 retrieving revision 1.12
91 retrieving revision 1.13
92 diff -u -r1.12 -r1.13
93 --- ChangeLog 15 Sep 2007 13:29:11 -0000 1.12
94 +++ ChangeLog 8 Jan 2008 14:46:56 -0000 1.13
95 @@ -1,6 +1,10 @@
96 # ChangeLog for sci-calculators/calcoo
97 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v 1.12 2007/09/15 13:29:11 drac Exp $
99 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
100 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v 1.13 2008/01/08 14:46:56 markusle Exp $
101 +
102 + 08 Jan 2008; Markus Dittrich <markusle@g.o> calcoo-1.3.16.ebuild,
103 + calcoo-1.3.18.ebuild:
104 + Added missing pkgconfig dependency (fixes bug #204799).
105
106 *calcoo-1.3.18 (15 Sep 2007)
107
108
109
110
111 --
112 gentoo-commits@l.g.o mailing list