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-5.0.3.ebuild
Date: Thu, 30 Jul 2015 17:23:45
Message-Id: 20150730172335.183EAC3@oystercatcher.gentoo.org
1 calchan 15/07/30 17:23:35
2
3 Modified: ChangeLog
4 Added: homebank-5.0.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.46 app-office/homebank/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/homebank/ChangeLog?rev=1.46&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/homebank/ChangeLog?rev=1.46&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/homebank/ChangeLog?r1=1.45&r2=1.46
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/homebank/ChangeLog,v
20 retrieving revision 1.45
21 retrieving revision 1.46
22 diff -u -r1.45 -r1.46
23 --- ChangeLog 30 Jul 2015 17:20:08 -0000 1.45
24 +++ ChangeLog 30 Jul 2015 17:23:35 -0000 1.46
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-office/homebank
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/homebank/ChangeLog,v 1.45 2015/07/30 17:20:08 calchan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/homebank/ChangeLog,v 1.46 2015/07/30 17:23:35 calchan Exp $
30 +
31 +*homebank-5.0.3 (30 Jul 2015)
32 +
33 + 30 Jul 2015; Denis Dupeyron <calchan@g.o> +homebank-5.0.3.ebuild:
34 + Version bump.
35
36 30 Jul 2015; Denis Dupeyron <calchan@g.o> -homebank-4.5.ebuild,
37 -homebank-4.5.6.ebuild:
38
39
40
41 1.1 app-office/homebank/homebank-5.0.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/homebank/homebank-5.0.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/homebank/homebank-5.0.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: homebank-5.0.3.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-office/homebank/homebank-5.0.3.ebuild,v 1.1 2015/07/30 17:23:35 calchan Exp $
51
52 EAPI="5"
53
54 inherit fdo-mime eutils
55
56 DESCRIPTION="Free, easy, personal accounting for everyone"
57 HOMEPAGE="http://homebank.free.fr/index.php"
58 SRC_URI="http://homebank.free.fr/public/${P}.tar.gz"
59 LICENSE="GPL-2"
60 SLOT="0"
61 IUSE="+ofx"
62 KEYWORDS="~amd64 ~ppc ~x86"
63
64 RDEPEND=">=dev-libs/glib-2.28
65 x11-libs/cairo
66 x11-libs/gdk-pixbuf
67 >=x11-libs/gtk+-3.6.4:3
68 x11-libs/pango
69 ofx? ( >=dev-libs/libofx-0.8.3 )"
70 DEPEND="${RDEPEND}
71 >=dev-lang/perl-5.8.1
72 dev-perl/XML-Parser
73 >=dev-util/intltool-0.40.5
74 sys-devel/gettext
75 virtual/pkgconfig"
76
77 DOCS=( AUTHORS ChangeLog README )
78
79 src_configure() {
80 econf $(use_with ofx)
81 }
82
83 pkg_postinst() {
84 fdo-mime_desktop_database_update
85 fdo-mime_mime_database_update
86 }
87
88 pkg_postrm() {
89 fdo-mime_desktop_database_update
90 fdo-mime_mime_database_update
91 }