Gentoo Archives: gentoo-commits

From: "Denis Dupeyron (calchan)" <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/homebank: ChangeLog homebank-4.1.ebuild homebank-4.1_beta.ebuild homebank-4.0.2.ebuild
Date: Wed, 04 Nov 2009 14:43:28
Message-Id: E1N5h54-0007SE-3R@stork.gentoo.org
1 calchan 09/11/04 14:43:26
2
3 Modified: ChangeLog
4 Added: homebank-4.1.ebuild
5 Removed: homebank-4.1_beta.ebuild homebank-4.0.2.ebuild
6 Log:
7 Version bump, thanks to Arseny Solokha (bug #291808).
8 (Portage version: 2.1.7.1/cvs/Linux i686)
9
10 Revision Changes Path
11 1.13 app-office/homebank/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/homebank/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/homebank/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/homebank/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/homebank/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 7 Oct 2009 02:15:59 -0000 1.12
24 +++ ChangeLog 4 Nov 2009 14:43:25 -0000 1.13
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-office/homebank
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/homebank/ChangeLog,v 1.12 2009/10/07 02:15:59 calchan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/homebank/ChangeLog,v 1.13 2009/11/04 14:43:25 calchan Exp $
30 +
31 +*homebank-4.1 (04 Nov 2009)
32 +
33 + 04 Nov 2009; Denis Dupeyron <calchan@g.o> -homebank-4.0.2.ebuild,
34 + -homebank-4.1_beta.ebuild, +homebank-4.1.ebuild:
35 + Version bump, thanks to Arseny Solokha (bug #291808).
36
37 *homebank-4.1_beta (07 Oct 2009)
38
39
40
41
42 1.1 app-office/homebank/homebank-4.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/homebank/homebank-4.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/homebank/homebank-4.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: homebank-4.1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-office/homebank/homebank-4.1.ebuild,v 1.1 2009/11/04 14:43:25 calchan Exp $
52
53 EAPI="2"
54
55 inherit fdo-mime
56
57 DESCRIPTION="Free, easy, personal accounting for everyone"
58 HOMEPAGE="http://homebank.free.fr/index.php"
59 SRC_URI="http://homebank.free.fr/public/${P}.tar.gz"
60 LICENSE="GPL-2"
61 SLOT="0"
62 IUSE="ofx"
63 KEYWORDS="~amd64 ~ppc ~x86"
64
65 RDEPEND=">=x11-libs/gtk+-2.14
66 >=dev-libs/glib-2.17
67 sys-libs/zlib
68 ofx? ( >=dev-libs/libofx-0.7 )"
69 DEPEND="${RDEPEND}
70 dev-util/pkgconfig
71 >=dev-util/intltool-0.40.5"
72 RDEPEND="${RDEPEND}
73 gnome-base/librsvg"
74
75 S="${WORKDIR}/${P/_/}"
76
77 src_prepare() {
78 sed -i -e 's/true/TRUE/' src/import.c || die "sed failed"
79 }
80
81 src_configure() {
82 econf $(use_with ofx)
83 }
84
85 src_install() {
86 emake DESTDIR="${D}" install || die "Installation failed"
87 dodoc AUTHORS ChangeLog README
88 }
89
90 pkg_postinst() {
91 fdo-mime_desktop_database_update
92 fdo-mime_mime_database_update
93 }
94
95 pkg_postrm() {
96 fdo-mime_desktop_database_update
97 fdo-mime_mime_database_update
98 }