Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@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: Fri, 26 Oct 2007 19:41:43
Message-Id: E1IlV3r-0000Pp-F0@stork.gentoo.org
1 remi 07/10/26 19:41:39
2
3 Modified: ChangeLog
4 Added: galculator-1.3.1.ebuild
5 Log:
6 sci-calculators/galculator: bump to 1.3.1 (fixes bugs #191889 and #195306)
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.18 sci-calculators/galculator/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 14 May 2007 19:32:21 -0000 1.17
23 +++ ChangeLog 26 Oct 2007 19:41:38 -0000 1.18
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-calculators/galculator
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.17 2007/05/14 19:32:21 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.18 2007/10/26 19:41:38 remi Exp $
29 +
30 +*galculator-1.3.1 (26 Oct 2007)
31 +
32 + 26 Oct 2007; RĂ©mi Cardona <remi@g.o> +galculator-1.3.1.ebuild:
33 + bump to 1.3.1 (fixes bugs #191889 and #195306)
34
35 *galculator-1.2.5.2-r1 (14 May 2007)
36
37
38
39
40 1.1 sci-calculators/galculator/galculator-1.3.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: galculator-1.3.1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.1.ebuild,v 1.1 2007/10/26 19:41:38 remi Exp $
50
51 DESCRIPTION="GTK+ based algebraic and RPN calculator."
52 HOMEPAGE="http://galculator.sourceforge.net/"
53 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
54 LICENSE="GPL-2"
55 SLOT="0"
56
57 KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~x86-fbsd"
58 IUSE="gnome"
59
60 RDEPEND=">=x11-libs/gtk+-2.6
61 >=gnome-base/libglade-2
62 gnome? ( gnome-base/gnome-desktop )"
63 DEPEND="${RDEPEND}
64 dev-util/pkgconfig"
65
66 src_unpack() {
67 unpack ${A}
68 use gnome || sed -i -e 's:gnome-calc2.png:calc:' "${S}"/galculator.desktop.in
69 }
70
71 src_install() {
72 emake DESTDIR="${D}" install || die "emake install failed."
73 dodoc AUTHORS ChangeLog NEWS README THANKS TODO
74 }
75
76
77
78 --
79 gentoo-commits@g.o mailing list