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