Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/grisbi: grisbi-0.8.9.ebuild ChangeLog grisbi-0.8.2.ebuild grisbi-0.6.0_rc2.ebuild
Date: Sat, 30 Jun 2012 17:50:54
Message-Id: 20120630175039.A1A462004B@flycatcher.gentoo.org
1 pacho 12/06/30 17:50:39
2
3 Modified: ChangeLog
4 Added: grisbi-0.8.9.ebuild
5 Removed: grisbi-0.8.2.ebuild grisbi-0.6.0_rc2.ebuild
6 Log:
7 Version bump, remove old.
8
9 (Portage version: 2.1.11.3/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.57 app-office/grisbi/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/ChangeLog?rev=1.57&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/ChangeLog?rev=1.57&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/ChangeLog?r1=1.56&r2=1.57
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v
21 retrieving revision 1.56
22 retrieving revision 1.57
23 diff -u -r1.56 -r1.57
24 --- ChangeLog 3 May 2012 20:00:40 -0000 1.56
25 +++ ChangeLog 30 Jun 2012 17:50:39 -0000 1.57
26 @@ -1,6 +1,18 @@
27 # ChangeLog for app-office/grisbi
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.56 2012/05/03 20:00:40 jdhore Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.57 2012/06/30 17:50:39 pacho Exp $
31 +
32 +*grisbi-0.8.9 (30 Jun 2012)
33 +
34 + 30 Jun 2012; Pacho Ramos <pacho@g.o> +grisbi-0.8.9.ebuild,
35 + -files/0.6.0_rc2-properly-detect-gmodule.patch,
36 + -files/0.8.2-0001-fixes-bug-1289.patch,
37 + -files/0.8.2-0002-fixes-a-crash-when-importing-a-file-without-extensio.patch,
38 + -files/0.8.2-0003-fixes-bug-1293-Problem-of-updating-of-the-pointing-b.patch,
39 + -files/0.8.2-0004-fix-memory-leaks-thanks-Philippe-D.patch,
40 + -files/0.8.2-0005-fixes-bug-of-compilation.patch, -files/grisbi.desktop,
41 + -grisbi-0.6.0_rc2.ebuild, -grisbi-0.8.2.ebuild:
42 + Version bump, remove old.
43
44 03 May 2012; Jeff Horelick <jdhore@g.o> grisbi-0.6.0_rc2.ebuild,
45 grisbi-0.8.2.ebuild, grisbi-0.8.8.ebuild:
46 @@ -237,4 +249,3 @@
47 new accounting office package. Ebuild submitted by: Guillaume Castagnino
48 <guilc@××.st> in bug #52595. Guillaume will be the third party maintainer for
49 this package. Seemant will be his gentoo proxy
50 -
51
52
53
54 1.1 app-office/grisbi/grisbi-0.8.9.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/grisbi-0.8.9.ebuild?rev=1.1&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/grisbi-0.8.9.ebuild?rev=1.1&content-type=text/plain
58
59 Index: grisbi-0.8.9.ebuild
60 ===================================================================
61 # Copyright 1999-2012 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 # $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.8.9.ebuild,v 1.1 2012/06/30 17:50:39 pacho Exp $
64
65 EAPI="4"
66 GCONF_DEBUG="no"
67 GNOME2_LA_PUNT="yes"
68
69 inherit eutils gnome2
70
71 DESCRIPTION="Grisbi is a personal accounting application for Linux"
72 HOMEPAGE="http://www.grisbi.org"
73 SRC_URI="mirror://sourceforge/grisbi/grisbi%20stable/0.8.x/${P}.tar.bz2"
74 IUSE="nls ofx ssl"
75
76 LICENSE="GPL-2"
77 SLOT="0"
78 KEYWORDS="~amd64 ~ppc ~x86"
79
80 RDEPEND="dev-libs/libxml2
81 >=dev-libs/glib-2.18.0:2
82 >=x11-libs/gtk+-2.12.0:2
83 x11-misc/xdg-utils
84 ssl? ( >=dev-libs/openssl-0.9.5 )
85 ofx? ( >=dev-libs/libofx-0.7.0 )"
86
87 DEPEND="${RDEPEND}
88 virtual/pkgconfig"
89
90 pkg_setup() {
91 G2CONF+="--with-plugins
92 --with-libxml2
93 --without-cunit
94 --disable-static
95 $(use_with ssl openssl)
96 $(use_with ofx)
97 $(use_enable nls)"
98 DOCS="AUTHORS NEWS README"
99 }