Gentoo Archives: gentoo-commits

From: Denis Dupeyron <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/homebank/
Date: Thu, 27 Jul 2017 21:49:06
Message-Id: 1501192135.08c9a8077411305282ea7a9d3991c6c090613ebf.calchan@gentoo
1 commit: 08c9a8077411305282ea7a9d3991c6c090613ebf
2 Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 27 21:23:21 2017 +0000
4 Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 27 21:48:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c9a807
7
8 app-office/homebank: remove unneeded 5.1.1
9
10 app-office/homebank/homebank-5.1.1.ebuild | 50 -------------------------------
11 1 file changed, 50 deletions(-)
12
13 diff --git a/app-office/homebank/homebank-5.1.1.ebuild b/app-office/homebank/homebank-5.1.1.ebuild
14 deleted file mode 100644
15 index e123addd900..00000000000
16 --- a/app-office/homebank/homebank-5.1.1.ebuild
17 +++ /dev/null
18 @@ -1,50 +0,0 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI="6"
23 -
24 -inherit fdo-mime eutils gnome2-utils
25 -
26 -DESCRIPTION="Free, easy, personal accounting for everyone"
27 -HOMEPAGE="http://homebank.free.fr/index.php"
28 -SRC_URI="http://homebank.free.fr/public/${P}.tar.gz"
29 -LICENSE="GPL-2"
30 -SLOT="0"
31 -IUSE="+ofx"
32 -KEYWORDS="~amd64 ~ppc ~x86"
33 -
34 -RDEPEND=">=dev-libs/glib-2.39
35 - >=net-libs/libsoup-2.26
36 - x11-libs/cairo
37 - x11-libs/gdk-pixbuf
38 - >=x11-libs/gtk+-3.12:3
39 - x11-libs/pango
40 - ofx? ( >=dev-libs/libofx-0.8.3 )"
41 -DEPEND="${RDEPEND}
42 - >=dev-lang/perl-5.8.1
43 - dev-perl/XML-Parser
44 - >=dev-util/intltool-0.40.5
45 - sys-devel/gettext
46 - virtual/pkgconfig"
47 -
48 -DOCS=( AUTHORS ChangeLog README )
49 -
50 -src_configure() {
51 - econf $(use_with ofx)
52 -}
53 -
54 -pkg_preinst() {
55 - gnome2_icon_savelist
56 -}
57 -
58 -pkg_postinst() {
59 - fdo-mime_desktop_database_update
60 - fdo-mime_mime_database_update
61 - gnome2_icon_cache_update
62 -}
63 -
64 -pkg_postrm() {
65 - fdo-mime_desktop_database_update
66 - fdo-mime_mime_database_update
67 - gnome2_icon_cache_update
68 -}