Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-calculators/galculator: ChangeLog galculator-1.3.1.ebuild
Date: Mon, 12 Nov 2007 18:39:38
Message-Id: E1IreC5-0002il-NM@stork.gentoo.org
1 leio 07/11/12 18:39:33
2
3 Modified: ChangeLog galculator-1.3.1.ebuild
4 Log:
5 Fix tests. Stable on amd64, tested and authorized by drac
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.19 sci-calculators/galculator/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?r1=1.18&r2=1.19
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- ChangeLog 26 Oct 2007 19:41:38 -0000 1.18
22 +++ ChangeLog 12 Nov 2007 18:39:33 -0000 1.19
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sci-calculators/galculator
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.18 2007/10/26 19:41:38 remi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.19 2007/11/12 18:39:33 leio Exp $
28 +
29 + 12 Nov 2007; Mart Raudsepp <leio@g.o> galculator-1.3.1.ebuild:
30 + Fix tests. Stable on amd64, tested and authorized by drac
31
32 *galculator-1.3.1 (26 Oct 2007)
33
34
35
36
37 1.2 sci-calculators/galculator/galculator-1.3.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild?r1=1.1&r2=1.2
42
43 Index: galculator-1.3.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- galculator-1.3.1.ebuild 26 Oct 2007 19:41:38 -0000 1.1
50 +++ galculator-1.3.1.ebuild 12 Nov 2007 18:39:33 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild,v 1.1 2007/10/26 19:41:38 remi Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild,v 1.2 2007/11/12 18:39:33 leio Exp $
56
57 DESCRIPTION="GTK+ based algebraic and RPN calculator."
58 HOMEPAGE="http://galculator.sourceforge.net/"
59 @@ -8,7 +8,7 @@
60 LICENSE="GPL-2"
61 SLOT="0"
62
63 -KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~x86-fbsd"
64 +KEYWORDS="~alpha amd64 ~ppc ~x86 ~x86-fbsd"
65 IUSE="gnome"
66
67 RDEPEND=">=x11-libs/gtk+-2.6
68 @@ -20,6 +20,18 @@
69 src_unpack() {
70 unpack ${A}
71 use gnome || sed -i -e 's:gnome-calc2.png:calc:' "${S}"/galculator.desktop.in
72 + # Fix tests
73 + echo "about.glade" >> "${S}/po/POTFILES.skip"
74 + echo "basic_buttons.glade" >> "${S}/po/POTFILES.skip"
75 + echo "classic_view.glade" >> "${S}/po/POTFILES.skip"
76 + echo "dispctrl_bottom.glade" >> "${S}/po/POTFILES.skip"
77 + echo "dispctrl_right.glade" >> "${S}/po/POTFILES.skip"
78 + echo "dispctrl_right_vertical.glade" >> "${S}/po/POTFILES.skip"
79 + echo "main_frame.glade" >> "${S}/po/POTFILES.skip"
80 + echo "paper_view.glade" >> "${S}/po/POTFILES.skip"
81 + echo "prefs.glade" >> "${S}/po/POTFILES.skip"
82 + echo "scientific_buttons.glade" >> "${S}/po/POTFILES.skip"
83 + echo "ui/dispctrl_right_vertical.glade" >> "${S}/po/POTFILES.skip"
84 }
85
86 src_install() {
87
88
89
90 --
91 gentoo-commits@g.o mailing list