Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/grisbi: ChangeLog grisbi-0.8.8.ebuild
Date: Sun, 02 Oct 2011 18:57:31
Message-Id: 20111002185716.9E7D52004B@flycatcher.gentoo.org
1 remi 11/10/02 18:57:16
2
3 Modified: ChangeLog
4 Added: grisbi-0.8.8.ebuild
5 Log:
6 app-office/grisbi: Bump to 0.8.8
7
8 (Portage version: 2.2.0_alpha59/cvs/Linux i686)
9
10 Revision Changes Path
11 1.50 app-office/grisbi/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/ChangeLog?rev=1.50&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/ChangeLog?rev=1.50&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/ChangeLog?r1=1.49&r2=1.50
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v
20 retrieving revision 1.49
21 retrieving revision 1.50
22 diff -u -r1.49 -r1.50
23 --- ChangeLog 24 Jul 2011 11:03:24 -0000 1.49
24 +++ ChangeLog 2 Oct 2011 18:57:16 -0000 1.50
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-office/grisbi
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.49 2011/07/24 11:03:24 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.50 2011/10/02 18:57:16 remi Exp $
30 +
31 +*grisbi-0.8.8 (02 Oct 2011)
32 +
33 + 02 Oct 2011; Rémi Cardona <remi@g.o> +grisbi-0.8.8.ebuild:
34 + Bump to 0.8.8
35
36 24 Jul 2011; Raúl Porcel <armin76@g.o> grisbi-0.6.0_rc2.ebuild,
37 grisbi-0.6.0.ebuild, grisbi-0.8.1.ebuild, grisbi-0.8.2.ebuild:
38
39
40
41 1.1 app-office/grisbi/grisbi-0.8.8.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/grisbi-0.8.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/grisbi-0.8.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: grisbi-0.8.8.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.8.8.ebuild,v 1.1 2011/10/02 18:57:16 remi Exp $
51
52 EAPI="3"
53
54 inherit eutils gnome2
55
56 IUSE="nls ofx ssl"
57
58 DESCRIPTION="Grisbi is a personal accounting application for Linux"
59 HOMEPAGE="http://www.grisbi.org"
60 SRC_URI="mirror://sourceforge/grisbi/grisbi%20stable/0.8.x/${P}.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65
66 RDEPEND="dev-libs/libxml2
67 >=dev-libs/glib-2.18.0
68 >=x11-libs/gtk+-2.12.0:2
69 ssl? ( >=dev-libs/openssl-0.9.5 )
70 ofx? ( >=dev-libs/libofx-0.7.0 )"
71
72 DEPEND="${RDEPEND}
73 >=dev-util/pkgconfig-0.20"
74
75 pkg_setup() {
76 G2CONF="
77 --with-plugins
78 --with-libxml2
79 $(use_with ssl openssl)
80 $(use_with ofx)
81 $(use_enable nls)"
82 DOCS="AUTHORS NEWS README"
83 }
84
85 pkg_postinst() {
86 gnome2_pkg_postinst
87 elog "The first thing you should do is set up the browser command in"
88 elog "preferences after you start up grisbi. Otherwise you will not"
89 elog "be able to see the help and manuals."
90 }